diff --git a/FAQ.md b/FAQ.md index 188a6f679..b7edd360f 100644 --- a/FAQ.md +++ b/FAQ.md @@ -117,6 +117,7 @@ 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). @@ -159,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 f2a3f078b..d1b3efd11 100644 --- a/README.md +++ b/README.md @@ -62,35 +62,35 @@ Same thing, but split up into separate files: CategoryChannelsPlaylist - Auto12https://iptv-org.github.io/iptv/categories/auto.m3u - Animation28https://iptv-org.github.io/iptv/categories/animation.m3u + Auto11https://iptv-org.github.io/iptv/categories/auto.m3u + Animation29https://iptv-org.github.io/iptv/categories/animation.m3u Business37https://iptv-org.github.io/iptv/categories/business.m3u - Classic46https://iptv-org.github.io/iptv/categories/classic.m3u + Classic45https://iptv-org.github.io/iptv/categories/classic.m3u Comedy44https://iptv-org.github.io/iptv/categories/comedy.m3u Cooking18https://iptv-org.github.io/iptv/categories/cooking.m3u - Culture22https://iptv-org.github.io/iptv/categories/culture.m3u - Documentary38https://iptv-org.github.io/iptv/categories/documentary.m3u - Education82https://iptv-org.github.io/iptv/categories/education.m3u + Culture21https://iptv-org.github.io/iptv/categories/culture.m3u + Documentary39https://iptv-org.github.io/iptv/categories/documentary.m3u + Education81https://iptv-org.github.io/iptv/categories/education.m3u Entertainment177https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family17https://iptv-org.github.io/iptv/categories/family.m3u - General459https://iptv-org.github.io/iptv/categories/general.m3u - Kids149https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative122https://iptv-org.github.io/iptv/categories/legislative.m3u - Lifestyle57https://iptv-org.github.io/iptv/categories/lifestyle.m3u + Family16https://iptv-org.github.io/iptv/categories/family.m3u + General456https://iptv-org.github.io/iptv/categories/general.m3u + Kids148https://iptv-org.github.io/iptv/categories/kids.m3u + Legislative118https://iptv-org.github.io/iptv/categories/legislative.m3u + Lifestyle58https://iptv-org.github.io/iptv/categories/lifestyle.m3u Movies192https://iptv-org.github.io/iptv/categories/movies.m3u Music310https://iptv-org.github.io/iptv/categories/music.m3u - News379https://iptv-org.github.io/iptv/categories/news.m3u + News373https://iptv-org.github.io/iptv/categories/news.m3u Outdoor32https://iptv-org.github.io/iptv/categories/outdoor.m3u Relax16https://iptv-org.github.io/iptv/categories/relax.m3u - Religious240https://iptv-org.github.io/iptv/categories/religious.m3u - Series141https://iptv-org.github.io/iptv/categories/series.m3u + Religious233https://iptv-org.github.io/iptv/categories/religious.m3u + Series145https://iptv-org.github.io/iptv/categories/series.m3u Science13https://iptv-org.github.io/iptv/categories/science.m3u Shop68https://iptv-org.github.io/iptv/categories/shop.m3u - Sports156https://iptv-org.github.io/iptv/categories/sports.m3u + Sports153https://iptv-org.github.io/iptv/categories/sports.m3u Travel18https://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 - Undefined4916https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4912https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -116,60 +116,60 @@ Same thing, but split up into separate files: LanguageChannelsPlaylist - Albanian36https://iptv-org.github.io/iptv/languages/sqi.m3u + Albanian37https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic324https://iptv-org.github.io/iptv/languages/ara.m3u + Arabic328https://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 Azerbaijani12https://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 - Bengali37https://iptv-org.github.io/iptv/languages/ben.m3u + Bengali38https://iptv-org.github.io/iptv/languages/ben.m3u Bosnian6https://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 - Croatian11https://iptv-org.github.io/iptv/languages/hrv.m3u + Croatian9https://iptv-org.github.io/iptv/languages/hrv.m3u Czech16https://iptv-org.github.io/iptv/languages/ces.m3u - Danish12https://iptv-org.github.io/iptv/languages/dan.m3u + Danish13https://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 - Dutch83https://iptv-org.github.io/iptv/languages/nld.m3u - English1965https://iptv-org.github.io/iptv/languages/eng.m3u + Dutch80https://iptv-org.github.io/iptv/languages/nld.m3u + English1966https://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 Finnish19https://iptv-org.github.io/iptv/languages/fin.m3u - French152https://iptv-org.github.io/iptv/languages/fra.m3u + French153https://iptv-org.github.io/iptv/languages/fra.m3u Galician10https://iptv-org.github.io/iptv/languages/glg.m3u Georgian6https://iptv-org.github.io/iptv/languages/kat.m3u - German170https://iptv-org.github.io/iptv/languages/deu.m3u - Greek75https://iptv-org.github.io/iptv/languages/ell.m3u + German171https://iptv-org.github.io/iptv/languages/deu.m3u + Greek76https://iptv-org.github.io/iptv/languages/ell.m3u + Greenlandic1https://iptv-org.github.io/iptv/languages/kal.m3u Gujarati2https://iptv-org.github.io/iptv/languages/guj.m3u Hebrew9https://iptv-org.github.io/iptv/languages/heb.m3u - Hindi57https://iptv-org.github.io/iptv/languages/hin.m3u + Hindi58https://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 - Indonesian160https://iptv-org.github.io/iptv/languages/ind.m3u + Indonesian158https://iptv-org.github.io/iptv/languages/ind.m3u Inuktitut1https://iptv-org.github.io/iptv/languages/iku.m3u Irish3https://iptv-org.github.io/iptv/languages/gle.m3u Italian140https://iptv-org.github.io/iptv/languages/ita.m3u - Japanese60https://iptv-org.github.io/iptv/languages/jpn.m3u + Japanese54https://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 - Kazakh11https://iptv-org.github.io/iptv/languages/kaz.m3u + Kazakh7https://iptv-org.github.io/iptv/languages/kaz.m3u Khmer7https://iptv-org.github.io/iptv/languages/khm.m3u - Korean103https://iptv-org.github.io/iptv/languages/kor.m3u + Korean101https://iptv-org.github.io/iptv/languages/kor.m3u Kurdish13https://iptv-org.github.io/iptv/languages/kur.m3u - Lahnda1https://iptv-org.github.io/iptv/languages/lah.m3u Lao10https://iptv-org.github.io/iptv/languages/lao.m3u Latvian6https://iptv-org.github.io/iptv/languages/lav.m3u Letzeburgesch3https://iptv-org.github.io/iptv/languages/ltz.m3u Lithuanian5https://iptv-org.github.io/iptv/languages/lit.m3u Macedonian3https://iptv-org.github.io/iptv/languages/mkd.m3u - Malay32https://iptv-org.github.io/iptv/languages/msa.m3u - Malayalam40https://iptv-org.github.io/iptv/languages/mal.m3u + Malay33https://iptv-org.github.io/iptv/languages/msa.m3u + Malayalam41https://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 @@ -179,37 +179,36 @@ Same thing, but split up into separate files: 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 - Papiamento1https://iptv-org.github.io/iptv/languages/pap.m3u Pashto14https://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 - Portuguese180https://iptv-org.github.io/iptv/languages/por.m3u + Persian78https://iptv-org.github.io/iptv/languages/fas.m3u + Polish30https://iptv-org.github.io/iptv/languages/pol.m3u + Portuguese175https://iptv-org.github.io/iptv/languages/por.m3u Romanian32https://iptv-org.github.io/iptv/languages/ron.m3u - Russian254https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian44https://iptv-org.github.io/iptv/languages/srp.m3u + Russian253https://iptv-org.github.io/iptv/languages/rus.m3u + Serbian45https://iptv-org.github.io/iptv/languages/srp.m3u Sindhi1https://iptv-org.github.io/iptv/languages/snd.m3u - Sinhala6https://iptv-org.github.io/iptv/languages/sin.m3u + Sinhala7https://iptv-org.github.io/iptv/languages/sin.m3u Slovak13https://iptv-org.github.io/iptv/languages/slk.m3u - Slovenian5https://iptv-org.github.io/iptv/languages/slv.m3u + Slovenian4https://iptv-org.github.io/iptv/languages/slv.m3u Somali2https://iptv-org.github.io/iptv/languages/som.m3u - Spanish1114https://iptv-org.github.io/iptv/languages/spa.m3u + Spanish1097https://iptv-org.github.io/iptv/languages/spa.m3u Swahili3https://iptv-org.github.io/iptv/languages/swa.m3u - Swedish18https://iptv-org.github.io/iptv/languages/swe.m3u - Tagalog7https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil33https://iptv-org.github.io/iptv/languages/tam.m3u + Swedish19https://iptv-org.github.io/iptv/languages/swe.m3u + Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u + Tamil35https://iptv-org.github.io/iptv/languages/tam.m3u Telugu2https://iptv-org.github.io/iptv/languages/tel.m3u - Thai46https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish132https://iptv-org.github.io/iptv/languages/tur.m3u + Thai47https://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 - Ukrainian31https://iptv-org.github.io/iptv/languages/ukr.m3u - Urdu23https://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 - Wolof5https://iptv-org.github.io/iptv/languages/wol.m3u + Wolof3https://iptv-org.github.io/iptv/languages/wol.m3u Yue Chinese10https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2105https://iptv-org.github.io/iptv/languages/undefined.m3u + Undefined2102https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -235,28 +234,28 @@ Same thing, but split up into separate files: CountryChannelsPlaylist - 🇦🇫 Afghanistan73https://iptv-org.github.io/iptv/countries/af.m3u - 🇦🇱 Albania96https://iptv-org.github.io/iptv/countries/al.m3u - 🇩🇿 Algeria91https://iptv-org.github.io/iptv/countries/dz.m3u - 🇦🇸 American Samoa46https://iptv-org.github.io/iptv/countries/as.m3u + 🇦🇫 Afghanistan74https://iptv-org.github.io/iptv/countries/af.m3u + 🇦🇱 Albania97https://iptv-org.github.io/iptv/countries/al.m3u + 🇩🇿 Algeria95https://iptv-org.github.io/iptv/countries/dz.m3u + 🇦🇸 American Samoa47https://iptv-org.github.io/iptv/countries/as.m3u 🇦🇩 Andorra63https://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 - 🇦🇷 Argentina246https://iptv-org.github.io/iptv/countries/ar.m3u + 🇦🇴 Angola49https://iptv-org.github.io/iptv/countries/ao.m3u + 🇦🇮 Anguilla47https://iptv-org.github.io/iptv/countries/ai.m3u + 🇦🇶 Antarctica43https://iptv-org.github.io/iptv/countries/aq.m3u + 🇦🇬 Antigua and Barbuda48https://iptv-org.github.io/iptv/countries/ag.m3u + 🇦🇷 Argentina244https://iptv-org.github.io/iptv/countries/ar.m3u       Buenos Aires18https://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 -       Chubut2https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u +       Chaco3https://iptv-org.github.io/iptv/subdivisions/ar-h.m3u +       Chubut3https://iptv-org.github.io/iptv/subdivisions/ar-u.m3u       Ciudad Autonoma de Buenos Aires1https://iptv-org.github.io/iptv/subdivisions/ar-c.m3u -       Cordoba6https://iptv-org.github.io/iptv/subdivisions/ar-x.m3u +       Cordoba7https://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 -       Jujuy4https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u +       Jujuy3https://iptv-org.github.io/iptv/subdivisions/ar-y.m3u       La Pampa3https://iptv-org.github.io/iptv/subdivisions/ar-l.m3u -       La Rioja3https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u +       La Rioja4https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u       Mendoza1https://iptv-org.github.io/iptv/subdivisions/ar-m.m3u       Misiones4https://iptv-org.github.io/iptv/subdivisions/ar-n.m3u       Neuquen3https://iptv-org.github.io/iptv/subdivisions/ar-q.m3u @@ -265,60 +264,59 @@ Same thing, but split up into separate files:       San Juan5https://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 Fe7https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u +       Santa Fe5https://iptv-org.github.io/iptv/subdivisions/ar-s.m3u       Tucuman4https://iptv-org.github.io/iptv/subdivisions/ar-t.m3u 🇦🇲 Armenia94https://iptv-org.github.io/iptv/countries/am.m3u 🇦🇼 Aruba48https://iptv-org.github.io/iptv/countries/aw.m3u - 🇦🇺 Australia82https://iptv-org.github.io/iptv/countries/au.m3u + 🇦🇺 Australia83https://iptv-org.github.io/iptv/countries/au.m3u 🇦🇹 Austria91https://iptv-org.github.io/iptv/countries/at.m3u 🇦🇿 Azerbaijan78https://iptv-org.github.io/iptv/countries/az.m3u - 🇧🇸 Bahamas49https://iptv-org.github.io/iptv/countries/bs.m3u - 🇧🇭 Bahrain82https://iptv-org.github.io/iptv/countries/bh.m3u - 🇧🇩 Bangladesh78https://iptv-org.github.io/iptv/countries/bd.m3u - 🇧🇧 Barbados47https://iptv-org.github.io/iptv/countries/bb.m3u + 🇧🇸 Bahamas50https://iptv-org.github.io/iptv/countries/bs.m3u + 🇧🇭 Bahrain83https://iptv-org.github.io/iptv/countries/bh.m3u + 🇧🇩 Bangladesh79https://iptv-org.github.io/iptv/countries/bd.m3u + 🇧🇧 Barbados48https://iptv-org.github.io/iptv/countries/bb.m3u 🇧🇾 Belarus90https://iptv-org.github.io/iptv/countries/by.m3u 🇧🇪 Belgium92https://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 - 🇧🇹 Bhutan58https://iptv-org.github.io/iptv/countries/bt.m3u - 🇧🇴 Bolivia117https://iptv-org.github.io/iptv/countries/bo.m3u + 🇧🇿 Belize49https://iptv-org.github.io/iptv/countries/bz.m3u + 🇧🇯 Benin49https://iptv-org.github.io/iptv/countries/bj.m3u + 🇧🇲 Bermuda45https://iptv-org.github.io/iptv/countries/bm.m3u + 🇧🇹 Bhutan59https://iptv-org.github.io/iptv/countries/bt.m3u + 🇧🇴 Bolivia121https://iptv-org.github.io/iptv/countries/bo.m3u       La Paz1https://iptv-org.github.io/iptv/subdivisions/bo-l.m3u       Santa Cruz2https://iptv-org.github.io/iptv/subdivisions/bo-s.m3u - 🇧🇶 Bonaire42https://iptv-org.github.io/iptv/countries/bq.m3u + 🇧🇶 Bonaire43https://iptv-org.github.io/iptv/countries/bq.m3u 🇧🇦 Bosnia and Herzegovina73https://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 + 🇧🇼 Botswana48https://iptv-org.github.io/iptv/countries/bw.m3u + 🇧🇻 Bouvet Island45https://iptv-org.github.io/iptv/countries/bv.m3u 🇧🇷 Brazil198https://iptv-org.github.io/iptv/countries/br.m3u -       Rio de Janeiro1https://iptv-org.github.io/iptv/subdivisions/br-rj.m3u - 🇮🇴 British Indian Ocean Territory42https://iptv-org.github.io/iptv/countries/io.m3u - 🇻🇬 British Virgin Islands46https://iptv-org.github.io/iptv/countries/vg.m3u - 🇧🇳 Brunei54https://iptv-org.github.io/iptv/countries/bn.m3u + 🇮🇴 British Indian Ocean Territory43https://iptv-org.github.io/iptv/countries/io.m3u + 🇻🇬 British Virgin Islands47https://iptv-org.github.io/iptv/countries/vg.m3u + 🇧🇳 Brunei56https://iptv-org.github.io/iptv/countries/bn.m3u 🇧🇬 Bulgaria74https://iptv-org.github.io/iptv/countries/bg.m3u - 🇧🇫 Burkina Faso49https://iptv-org.github.io/iptv/countries/bf.m3u - 🇧🇮 Burundi47https://iptv-org.github.io/iptv/countries/bi.m3u - 🇰🇭 Cambodia59https://iptv-org.github.io/iptv/countries/kh.m3u - 🇨🇲 Cameroon50https://iptv-org.github.io/iptv/countries/cm.m3u - 🇨🇦 Canada146https://iptv-org.github.io/iptv/countries/ca.m3u + 🇧🇫 Burkina Faso51https://iptv-org.github.io/iptv/countries/bf.m3u + 🇧🇮 Burundi48https://iptv-org.github.io/iptv/countries/bi.m3u + 🇰🇭 Cambodia60https://iptv-org.github.io/iptv/countries/kh.m3u + 🇨🇲 Cameroon51https://iptv-org.github.io/iptv/countries/cm.m3u + 🇨🇦 Canada151https://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 Verde48https://iptv-org.github.io/iptv/countries/cv.m3u + 🇨🇻 Cape Verde49https://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 Islands46https://iptv-org.github.io/iptv/countries/ky.m3u - 🇨🇫 Central African Republic47https://iptv-org.github.io/iptv/countries/cf.m3u - 🇹🇩 Chad47https://iptv-org.github.io/iptv/countries/td.m3u - 🇨🇱 Chile207https://iptv-org.github.io/iptv/countries/cl.m3u + 🇰🇾 Cayman Islands47https://iptv-org.github.io/iptv/countries/ky.m3u + 🇨🇫 Central African Republic48https://iptv-org.github.io/iptv/countries/cf.m3u + 🇹🇩 Chad49https://iptv-org.github.io/iptv/countries/td.m3u + 🇨🇱 Chile206https://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 - 🇨🇳 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 - 🇨🇴 Colombia135https://iptv-org.github.io/iptv/countries/co.m3u + 🇨🇳 China911https://iptv-org.github.io/iptv/countries/cn.m3u + 🇨🇽 Christmas Island43https://iptv-org.github.io/iptv/countries/cx.m3u + 🇨🇨 Cocos (Keeling) Islands43https://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 @@ -327,77 +325,75 @@ Same thing, but split up into separate files:       Cauca2https://iptv-org.github.io/iptv/subdivisions/co-cau.m3u       Choco1https://iptv-org.github.io/iptv/subdivisions/co-cho.m3u       Cundinamarca1https://iptv-org.github.io/iptv/subdivisions/co-cun.m3u -       Huila1https://iptv-org.github.io/iptv/subdivisions/co-hui.m3u       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 - 🇰🇲 Comoros74https://iptv-org.github.io/iptv/countries/km.m3u - 🇨🇰 Cook Islands46https://iptv-org.github.io/iptv/countries/ck.m3u +       Valle del Cauca2https://iptv-org.github.io/iptv/subdivisions/co-vac.m3u + 🇰🇲 Comoros75https://iptv-org.github.io/iptv/countries/km.m3u + 🇨🇰 Cook Islands47https://iptv-org.github.io/iptv/countries/ck.m3u 🇨🇷 Costa Rica116https://iptv-org.github.io/iptv/countries/cr.m3u - 🇭🇷 Croatia73https://iptv-org.github.io/iptv/countries/hr.m3u - 🇨🇺 Cuba91https://iptv-org.github.io/iptv/countries/cu.m3u - 🇨🇼 Curacao52https://iptv-org.github.io/iptv/countries/cw.m3u + 🇭🇷 Croatia71https://iptv-org.github.io/iptv/countries/hr.m3u + 🇨🇺 Cuba93https://iptv-org.github.io/iptv/countries/cu.m3u + 🇨🇼 Curacao53https://iptv-org.github.io/iptv/countries/cw.m3u 🇨🇾 Cyprus87https://iptv-org.github.io/iptv/countries/cy.m3u 🇨🇿 Czech Republic74https://iptv-org.github.io/iptv/countries/cz.m3u - 🇨🇩 Democratic Republic of the Congo51https://iptv-org.github.io/iptv/countries/cd.m3u + 🇨🇩 Democratic Republic of the Congo52https://iptv-org.github.io/iptv/countries/cd.m3u 🇩🇰 Denmark79https://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 + 🇩🇯 Djibouti80https://iptv-org.github.io/iptv/countries/dj.m3u + 🇩🇲 Dominica47https://iptv-org.github.io/iptv/countries/dm.m3u 🇩🇴 Dominican Republic164https://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 Timor48https://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 + 🇹🇱 East Timor49https://iptv-org.github.io/iptv/countries/tl.m3u + 🇪🇨 Ecuador105https://iptv-org.github.io/iptv/countries/ec.m3u 🇪🇬 Egypt104https://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 - 🇫🇯 Fiji47https://iptv-org.github.io/iptv/countries/fj.m3u + 🇸🇻 El Salvador107https://iptv-org.github.io/iptv/countries/sv.m3u + 🇬🇶 Equatorial Guinea49https://iptv-org.github.io/iptv/countries/gq.m3u + 🇪🇷 Eritrea48https://iptv-org.github.io/iptv/countries/er.m3u + 🇪🇪 Estonia67https://iptv-org.github.io/iptv/countries/ee.m3u + 🇪🇹 Ethiopia49https://iptv-org.github.io/iptv/countries/et.m3u + 🇫🇰 Falkland Islands45https://iptv-org.github.io/iptv/countries/fk.m3u + 🇫🇴 Faroe Islands44https://iptv-org.github.io/iptv/countries/fo.m3u + 🇫🇯 Fiji48https://iptv-org.github.io/iptv/countries/fj.m3u 🇫🇮 Finland84https://iptv-org.github.io/iptv/countries/fi.m3u       Keski-Suomi1https://iptv-org.github.io/iptv/subdivisions/fi-08.m3u       Pohjanmaa3https://iptv-org.github.io/iptv/subdivisions/fi-12.m3u 🇫🇷 France224https://iptv-org.github.io/iptv/countries/fr.m3u - 🇬🇫 French Guiana46https://iptv-org.github.io/iptv/countries/gf.m3u - 🇵🇫 French Polynesia47https://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 + 🇬🇫 French Guiana47https://iptv-org.github.io/iptv/countries/gf.m3u + 🇵🇫 French Polynesia48https://iptv-org.github.io/iptv/countries/pf.m3u + 🇹🇫 French Southern Territories48https://iptv-org.github.io/iptv/countries/tf.m3u + 🇬🇦 Gabon49https://iptv-org.github.io/iptv/countries/ga.m3u + 🇬🇲 Gambia49https://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 - 🇬🇭 Ghana47https://iptv-org.github.io/iptv/countries/gh.m3u - 🇬🇮 Gibraltar42https://iptv-org.github.io/iptv/countries/gi.m3u - 🇬🇷 Greece132https://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 - 🇬🇺 Guam46https://iptv-org.github.io/iptv/countries/gu.m3u - 🇬🇹 Guatemala102https://iptv-org.github.io/iptv/countries/gt.m3u + 🇬🇭 Ghana48https://iptv-org.github.io/iptv/countries/gh.m3u + 🇬🇮 Gibraltar43https://iptv-org.github.io/iptv/countries/gi.m3u + 🇬🇷 Greece133https://iptv-org.github.io/iptv/countries/gr.m3u + 🇬🇱 Greenland46https://iptv-org.github.io/iptv/countries/gl.m3u + 🇬🇩 Grenada47https://iptv-org.github.io/iptv/countries/gd.m3u + 🇬🇵 Guadeloupe50https://iptv-org.github.io/iptv/countries/gp.m3u + 🇬🇺 Guam47https://iptv-org.github.io/iptv/countries/gu.m3u + 🇬🇹 Guatemala104https://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 - 🇬🇬 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 + 🇬🇬 Guernsey44https://iptv-org.github.io/iptv/countries/gg.m3u + 🇬🇳 Guinea48https://iptv-org.github.io/iptv/countries/gn.m3u + 🇬🇼 Guinea-Bissau48https://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 Islands42https://iptv-org.github.io/iptv/countries/hm.m3u - 🇭🇳 Honduras120https://iptv-org.github.io/iptv/countries/hn.m3u - 🇭🇰 Hong Kong66https://iptv-org.github.io/iptv/countries/hk.m3u + 🇭🇲 Heard Island and McDonald Islands43https://iptv-org.github.io/iptv/countries/hm.m3u + 🇭🇳 Honduras123https://iptv-org.github.io/iptv/countries/hn.m3u + 🇭🇰 Hong Kong67https://iptv-org.github.io/iptv/countries/hk.m3u 🇭🇺 Hungary95https://iptv-org.github.io/iptv/countries/hu.m3u 🇮🇸 Iceland64https://iptv-org.github.io/iptv/countries/is.m3u - 🇮🇳 India231https://iptv-org.github.io/iptv/countries/in.m3u - 🇮🇩 Indonesia220https://iptv-org.github.io/iptv/countries/id.m3u + 🇮🇳 India233https://iptv-org.github.io/iptv/countries/in.m3u + 🇮🇩 Indonesia217https://iptv-org.github.io/iptv/countries/id.m3u       Aceh2https://iptv-org.github.io/iptv/subdivisions/id-ac.m3u       Bali2https://iptv-org.github.io/iptv/subdivisions/id-ba.m3u       Banten1https://iptv-org.github.io/iptv/subdivisions/id-bt.m3u @@ -408,10 +404,10 @@ Same thing, but split up into separate files:       Jawa Barat7https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u       Jawa Tengah6https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u       Jawa Timur9https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u -       Kalimantan Barat1https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u -       Kalimantan Selatan3https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u +       Kalimantan Barat2https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u +       Kalimantan Selatan2https://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       Lampung3https://iptv-org.github.io/iptv/subdivisions/id-la.m3u       Maluku Utara1https://iptv-org.github.io/iptv/subdivisions/id-mu.m3u @@ -423,146 +419,142 @@ Same thing, but split up into separate files:       Sulawesi Barat1https://iptv-org.github.io/iptv/subdivisions/id-sr.m3u       Sulawesi Selatan2https://iptv-org.github.io/iptv/subdivisions/id-sn.m3u       Sulawesi Tengah1https://iptv-org.github.io/iptv/subdivisions/id-st.m3u -       Sulawesi Tenggara2https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u +       Sulawesi Tenggara1https://iptv-org.github.io/iptv/subdivisions/id-sg.m3u       Sulawesi Utara1https://iptv-org.github.io/iptv/subdivisions/id-sa.m3u       Sumatera Barat2https://iptv-org.github.io/iptv/subdivisions/id-sb.m3u       Sumatera Selatan2https://iptv-org.github.io/iptv/subdivisions/id-ss.m3u       Yogyakarta3https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u - 🇮🇷 Iran116https://iptv-org.github.io/iptv/countries/ir.m3u - 🇮🇶 Iraq114https://iptv-org.github.io/iptv/countries/iq.m3u + 🇮🇷 Iran120https://iptv-org.github.io/iptv/countries/ir.m3u + 🇮🇶 Iraq116https://iptv-org.github.io/iptv/countries/iq.m3u 🇮🇪 Ireland81https://iptv-org.github.io/iptv/countries/ie.m3u - 🇮🇲 Isle of Man42https://iptv-org.github.io/iptv/countries/im.m3u - 🇮🇱 Israel65https://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 - 🇯🇵 Japan105https://iptv-org.github.io/iptv/countries/jp.m3u - 🇯🇪 Jersey42https://iptv-org.github.io/iptv/countries/je.m3u - 🇯🇴 Jordan100https://iptv-org.github.io/iptv/countries/jo.m3u - 🇰🇿 Kazakhstan88https://iptv-org.github.io/iptv/countries/kz.m3u + 🇮🇲 Isle of Man43https://iptv-org.github.io/iptv/countries/im.m3u + 🇮🇱 Israel67https://iptv-org.github.io/iptv/countries/il.m3u + 🇮🇹 Italy253https://iptv-org.github.io/iptv/countries/it.m3u + 🇨🇮 Ivory Coast51https://iptv-org.github.io/iptv/countries/ci.m3u + 🇯🇲 Jamaica48https://iptv-org.github.io/iptv/countries/jm.m3u + 🇯🇵 Japan100https://iptv-org.github.io/iptv/countries/jp.m3u + 🇯🇪 Jersey43https://iptv-org.github.io/iptv/countries/je.m3u + 🇯🇴 Jordan101https://iptv-org.github.io/iptv/countries/jo.m3u + 🇰🇿 Kazakhstan85https://iptv-org.github.io/iptv/countries/kz.m3u 🇰🇪 Kenya53https://iptv-org.github.io/iptv/countries/ke.m3u - 🇰🇮 Kiribati46https://iptv-org.github.io/iptv/countries/ki.m3u - 🇽🇰 Kosovo47https://iptv-org.github.io/iptv/countries/xk.m3u - 🇰🇼 Kuwait92https://iptv-org.github.io/iptv/countries/kw.m3u - 🇰🇬 Kyrgyzstan51https://iptv-org.github.io/iptv/countries/kg.m3u - 🇱🇦 Laos67https://iptv-org.github.io/iptv/countries/la.m3u + 🇰🇮 Kiribati47https://iptv-org.github.io/iptv/countries/ki.m3u + 🇽🇰 Kosovo48https://iptv-org.github.io/iptv/countries/xk.m3u + 🇰🇼 Kuwait91https://iptv-org.github.io/iptv/countries/kw.m3u + 🇰🇬 Kyrgyzstan52https://iptv-org.github.io/iptv/countries/kg.m3u + 🇱🇦 Laos68https://iptv-org.github.io/iptv/countries/la.m3u 🇱🇻 Latvia66https://iptv-org.github.io/iptv/countries/lv.m3u - 🇱🇧 Lebanon97https://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 + 🇱🇧 Lebanon98https://iptv-org.github.io/iptv/countries/lb.m3u + 🇱🇸 Lesotho48https://iptv-org.github.io/iptv/countries/ls.m3u + 🇱🇷 Liberia48https://iptv-org.github.io/iptv/countries/lr.m3u + 🇱🇾 Libya86https://iptv-org.github.io/iptv/countries/ly.m3u 🇱🇮 Liechtenstein65https://iptv-org.github.io/iptv/countries/li.m3u 🇱🇹 Lithuania64https://iptv-org.github.io/iptv/countries/lt.m3u 🇱🇺 Luxembourg71https://iptv-org.github.io/iptv/countries/lu.m3u - 🇲🇴 Macao53https://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 - 🇲🇾 Malaysia104https://iptv-org.github.io/iptv/countries/my.m3u - 🇲🇻 Maldives59https://iptv-org.github.io/iptv/countries/mv.m3u - 🇲🇱 Mali47https://iptv-org.github.io/iptv/countries/ml.m3u + 🇲🇴 Macao54https://iptv-org.github.io/iptv/countries/mo.m3u + 🇲🇬 Madagascar48https://iptv-org.github.io/iptv/countries/mg.m3u + 🇲🇼 Malawi49https://iptv-org.github.io/iptv/countries/mw.m3u + 🇲🇾 Malaysia103https://iptv-org.github.io/iptv/countries/my.m3u + 🇲🇻 Maldives60https://iptv-org.github.io/iptv/countries/mv.m3u + 🇲🇱 Mali48https://iptv-org.github.io/iptv/countries/ml.m3u 🇲🇹 Malta63https://iptv-org.github.io/iptv/countries/mt.m3u - 🇲🇭 Marshall Islands46https://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 - 🇲🇽 Mexico169https://iptv-org.github.io/iptv/countries/mx.m3u + 🇲🇭 Marshall Islands47https://iptv-org.github.io/iptv/countries/mh.m3u + 🇲🇶 Martinique49https://iptv-org.github.io/iptv/countries/mq.m3u + 🇲🇷 Mauritania77https://iptv-org.github.io/iptv/countries/mr.m3u + 🇲🇺 Mauritius49https://iptv-org.github.io/iptv/countries/mu.m3u + 🇾🇹 Mayotte48https://iptv-org.github.io/iptv/countries/yt.m3u + 🇲🇽 Mexico170https://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       Tamaulipas2https://iptv-org.github.io/iptv/subdivisions/mx-tam.m3u       Veracruz de Ignacio de la Llave1https://iptv-org.github.io/iptv/subdivisions/mx-ver.m3u - 🇫🇲 Micronesia46https://iptv-org.github.io/iptv/countries/fm.m3u +       Zacatecas1https://iptv-org.github.io/iptv/subdivisions/mx-zac.m3u + 🇫🇲 Micronesia47https://iptv-org.github.io/iptv/countries/fm.m3u 🇲🇩 Moldova72https://iptv-org.github.io/iptv/countries/md.m3u 🇲🇨 Monaco62https://iptv-org.github.io/iptv/countries/mc.m3u - 🇲🇳 Mongolia68https://iptv-org.github.io/iptv/countries/mn.m3u + 🇲🇳 Mongolia69https://iptv-org.github.io/iptv/countries/mn.m3u 🇲🇪 Montenegro67https://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)49https://iptv-org.github.io/iptv/countries/mm.m3u - 🇳🇦 Namibia47https://iptv-org.github.io/iptv/countries/na.m3u - 🇳🇷 Nauru46https://iptv-org.github.io/iptv/countries/nr.m3u - 🇳🇵 Nepal60https://iptv-org.github.io/iptv/countries/np.m3u - 🇳🇱 Netherlands181https://iptv-org.github.io/iptv/countries/nl.m3u - 🇳🇨 New Caledonia46https://iptv-org.github.io/iptv/countries/nc.m3u - 🇳🇿 New Zealand107https://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 - 🇳🇬 Nigeria62https://iptv-org.github.io/iptv/countries/ng.m3u - 🇳🇺 Niue46https://iptv-org.github.io/iptv/countries/nu.m3u - 🇳🇫 Norfolk Island46https://iptv-org.github.io/iptv/countries/nf.m3u - 🇰🇵 North Korea49https://iptv-org.github.io/iptv/countries/kp.m3u + 🇲🇸 Montserrat47https://iptv-org.github.io/iptv/countries/ms.m3u + 🇲🇦 Morocco93https://iptv-org.github.io/iptv/countries/ma.m3u + 🇲🇿 Mozambique51https://iptv-org.github.io/iptv/countries/mz.m3u + 🇲🇲 Myanmar (Burma)50https://iptv-org.github.io/iptv/countries/mm.m3u + 🇳🇦 Namibia48https://iptv-org.github.io/iptv/countries/na.m3u + 🇳🇷 Nauru47https://iptv-org.github.io/iptv/countries/nr.m3u + 🇳🇵 Nepal61https://iptv-org.github.io/iptv/countries/np.m3u + 🇳🇱 Netherlands178https://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 + 🇳🇮 Nicaragua104https://iptv-org.github.io/iptv/countries/ni.m3u + 🇳🇪 Niger48https://iptv-org.github.io/iptv/countries/ne.m3u + 🇳🇬 Nigeria63https://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 Korea50https://iptv-org.github.io/iptv/countries/kp.m3u 🇲🇰 North Macedonia64https://iptv-org.github.io/iptv/countries/mk.m3u - 🇲🇵 Northern Mariana Islands46https://iptv-org.github.io/iptv/countries/mp.m3u + 🇲🇵 Northern Mariana Islands47https://iptv-org.github.io/iptv/countries/mp.m3u 🇳🇴 Norway72https://iptv-org.github.io/iptv/countries/no.m3u - 🇴🇲 Oman83https://iptv-org.github.io/iptv/countries/om.m3u - 🇵🇰 Pakistan83https://iptv-org.github.io/iptv/countries/pk.m3u -       Islamabad1https://iptv-org.github.io/iptv/subdivisions/pk-is.m3u - 🇵🇼 Palau46https://iptv-org.github.io/iptv/countries/pw.m3u - 🇵🇸 Palestine96https://iptv-org.github.io/iptv/countries/ps.m3u - 🇵🇦 Panama101https://iptv-org.github.io/iptv/countries/pa.m3u - 🇵🇬 Papua New Guinea46https://iptv-org.github.io/iptv/countries/pg.m3u - 🇵🇾 Paraguay113https://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 + 🇴🇲 Oman84https://iptv-org.github.io/iptv/countries/om.m3u + 🇵🇰 Pakistan81https://iptv-org.github.io/iptv/countries/pk.m3u + 🇵🇼 Palau47https://iptv-org.github.io/iptv/countries/pw.m3u + 🇵🇸 Palestine98https://iptv-org.github.io/iptv/countries/ps.m3u + 🇵🇦 Panama103https://iptv-org.github.io/iptv/countries/pa.m3u + 🇵🇬 Papua New Guinea47https://iptv-org.github.io/iptv/countries/pg.m3u + 🇵🇾 Paraguay108https://iptv-org.github.io/iptv/countries/py.m3u       Central1https://iptv-org.github.io/iptv/subdivisions/py-11.m3u       Itapua1https://iptv-org.github.io/iptv/subdivisions/py-7.m3u -       Presidente Hayes1https://iptv-org.github.io/iptv/subdivisions/py-15.m3u - 🇵🇪 Peru249https://iptv-org.github.io/iptv/countries/pe.m3u + 🇵🇪 Peru250https://iptv-org.github.io/iptv/countries/pe.m3u       Ancash1https://iptv-org.github.io/iptv/subdivisions/pe-anc.m3u       Apurimac1https://iptv-org.github.io/iptv/subdivisions/pe-apu.m3u       Arequipa2https://iptv-org.github.io/iptv/subdivisions/pe-are.m3u -       Ica1https://iptv-org.github.io/iptv/subdivisions/pe-ica.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 -       Piura2https://iptv-org.github.io/iptv/subdivisions/pe-piu.m3u - 🇵🇭 Philippines66https://iptv-org.github.io/iptv/countries/ph.m3u - 🇵🇳 Pitcairn Islands46https://iptv-org.github.io/iptv/countries/pn.m3u - 🇵🇱 Poland92https://iptv-org.github.io/iptv/countries/pl.m3u - 🇵🇹 Portugal98https://iptv-org.github.io/iptv/countries/pt.m3u - 🇵🇷 Puerto Rico97https://iptv-org.github.io/iptv/countries/pr.m3u - 🇶🇦 Qatar83https://iptv-org.github.io/iptv/countries/qa.m3u - 🇨🇬 Republic of the Congo48https://iptv-org.github.io/iptv/countries/cg.m3u +       Piura1https://iptv-org.github.io/iptv/subdivisions/pe-piu.m3u + 🇵🇭 Philippines67https://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 + 🇵🇹 Portugal96https://iptv-org.github.io/iptv/countries/pt.m3u + 🇵🇷 Puerto Rico99https://iptv-org.github.io/iptv/countries/pr.m3u + 🇶🇦 Qatar84https://iptv-org.github.io/iptv/countries/qa.m3u + 🇨🇬 Republic of the Congo49https://iptv-org.github.io/iptv/countries/cg.m3u 🇷🇴 Romania89https://iptv-org.github.io/iptv/countries/ro.m3u - 🇷🇺 Russia392https://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 - 🇼🇸 Samoa46https://iptv-org.github.io/iptv/countries/ws.m3u - 🇸🇲 San Marino63https://iptv-org.github.io/iptv/countries/sm.m3u - 🇸🇦 Saudi Arabia118https://iptv-org.github.io/iptv/countries/sa.m3u - 🇸🇳 Senegal56https://iptv-org.github.io/iptv/countries/sn.m3u - 🇷🇸 Serbia101https://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 + 🇷🇺 Russia390https://iptv-org.github.io/iptv/countries/ru.m3u + 🇷🇼 Rwanda50https://iptv-org.github.io/iptv/countries/rw.m3u + 🇷🇪 Réunion49https://iptv-org.github.io/iptv/countries/re.m3u + 🇧🇱 Saint Barthélemy49https://iptv-org.github.io/iptv/countries/bl.m3u + 🇸🇭 Saint Helena48https://iptv-org.github.io/iptv/countries/sh.m3u + 🇰🇳 Saint Kitts and Nevis47https://iptv-org.github.io/iptv/countries/kn.m3u + 🇱🇨 Saint Lucia47https://iptv-org.github.io/iptv/countries/lc.m3u + 🇲🇫 Saint Martin49https://iptv-org.github.io/iptv/countries/mf.m3u + 🇵🇲 Saint Pierre and Miquelon45https://iptv-org.github.io/iptv/countries/pm.m3u + 🇻🇨 Saint Vincent and the Grenadines47https://iptv-org.github.io/iptv/countries/vc.m3u + 🇼🇸 Samoa47https://iptv-org.github.io/iptv/countries/ws.m3u + 🇸🇲 San Marino62https://iptv-org.github.io/iptv/countries/sm.m3u + 🇸🇦 Saudi Arabia119https://iptv-org.github.io/iptv/countries/sa.m3u + 🇸🇳 Senegal55https://iptv-org.github.io/iptv/countries/sn.m3u + 🇷🇸 Serbia102https://iptv-org.github.io/iptv/countries/rs.m3u + 🇸🇨 Seychelles48https://iptv-org.github.io/iptv/countries/sc.m3u + 🇸🇱 Sierra Leone49https://iptv-org.github.io/iptv/countries/sl.m3u 🇸🇬 Singapore62https://iptv-org.github.io/iptv/countries/sg.m3u - 🇸🇽 Sint Maarten46https://iptv-org.github.io/iptv/countries/sx.m3u + 🇸🇽 Sint Maarten47https://iptv-org.github.io/iptv/countries/sx.m3u 🇸🇰 Slovakia81https://iptv-org.github.io/iptv/countries/sk.m3u - 🇸🇮 Slovenia72https://iptv-org.github.io/iptv/countries/si.m3u - 🇸🇧 Solomon Islands46https://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 + 🇸🇮 Slovenia71https://iptv-org.github.io/iptv/countries/si.m3u + 🇸🇧 Solomon Islands47https://iptv-org.github.io/iptv/countries/sb.m3u + 🇸🇴 Somalia78https://iptv-org.github.io/iptv/countries/so.m3u + 🇿🇦 South Africa49https://iptv-org.github.io/iptv/countries/za.m3u + 🇬🇸 South Georgia and the South Sandwich Islands45https://iptv-org.github.io/iptv/countries/gs.m3u 🇰🇷 South Korea160https://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 @@ -570,56 +562,56 @@ Same thing, but split up into separate files:       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 Sudan47https://iptv-org.github.io/iptv/countries/ss.m3u - 🇪🇸 Spain242https://iptv-org.github.io/iptv/countries/es.m3u + 🇸🇸 South Sudan48https://iptv-org.github.io/iptv/countries/ss.m3u + 🇪🇸 Spain240https://iptv-org.github.io/iptv/countries/es.m3u       Madrid, Comunidad de1https://iptv-org.github.io/iptv/subdivisions/es-md.m3u       Murcia, Region de1https://iptv-org.github.io/iptv/subdivisions/es-mc.m3u -       Andalucia12https://iptv-org.github.io/iptv/subdivisions/es-an.m3u +       Andalucia11https://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 +       Castilla-La Mancha11https://iptv-org.github.io/iptv/subdivisions/es-cm.m3u +       Catalunya6https://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 Lanka66https://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 + 🇱🇰 Sri Lanka68https://iptv-org.github.io/iptv/countries/lk.m3u + 🇸🇩 Sudan81https://iptv-org.github.io/iptv/countries/sd.m3u + 🇸🇷 Suriname45https://iptv-org.github.io/iptv/countries/sr.m3u + 🇸🇯 Svalbard and Jan Mayen43https://iptv-org.github.io/iptv/countries/sj.m3u + 🇸🇿 Swaziland48https://iptv-org.github.io/iptv/countries/sz.m3u + 🇸🇪 Sweden106https://iptv-org.github.io/iptv/countries/se.m3u 🇨🇭 Switzerland101https://iptv-org.github.io/iptv/countries/ch.m3u - 🇸🇾 Syria89https://iptv-org.github.io/iptv/countries/sy.m3u - 🇸🇹 São Tomé and Príncipe47https://iptv-org.github.io/iptv/countries/st.m3u + 🇸🇾 Syria90https://iptv-org.github.io/iptv/countries/sy.m3u + 🇸🇹 São Tomé and Príncipe48https://iptv-org.github.io/iptv/countries/st.m3u 🇹🇼 Taiwan124https://iptv-org.github.io/iptv/countries/tw.m3u - 🇹🇯 Tajikistan50https://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 - 🇹🇰 Tokelau46https://iptv-org.github.io/iptv/countries/tk.m3u - 🇹🇴 Tonga46https://iptv-org.github.io/iptv/countries/to.m3u - 🇹🇹 Trinidad and Tobago47https://iptv-org.github.io/iptv/countries/tt.m3u - 🇹🇳 Tunisia85https://iptv-org.github.io/iptv/countries/tn.m3u - 🇹🇷 Turkey201https://iptv-org.github.io/iptv/countries/tr.m3u - 🇹🇲 Turkmenistan53https://iptv-org.github.io/iptv/countries/tm.m3u - 🇹🇨 Turks and Caicos Islands46https://iptv-org.github.io/iptv/countries/tc.m3u - 🇹🇻 Tuvalu46https://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 Emirates116https://iptv-org.github.io/iptv/countries/ae.m3u - 🇬🇧 United Kingdom324https://iptv-org.github.io/iptv/countries/uk.m3u + 🇹🇯 Tajikistan51https://iptv-org.github.io/iptv/countries/tj.m3u + 🇹🇿 Tanzania50https://iptv-org.github.io/iptv/countries/tz.m3u + 🇹🇭 Thailand92https://iptv-org.github.io/iptv/countries/th.m3u + 🇹🇬 Togo48https://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 Tobago48https://iptv-org.github.io/iptv/countries/tt.m3u + 🇹🇳 Tunisia87https://iptv-org.github.io/iptv/countries/tn.m3u + 🇹🇷 Turkey202https://iptv-org.github.io/iptv/countries/tr.m3u + 🇹🇲 Turkmenistan54https://iptv-org.github.io/iptv/countries/tm.m3u + 🇹🇨 Turks and Caicos Islands47https://iptv-org.github.io/iptv/countries/tc.m3u + 🇹🇻 Tuvalu47https://iptv-org.github.io/iptv/countries/tv.m3u + 🇺🇲 U.S. Minor Outlying Islands43https://iptv-org.github.io/iptv/countries/um.m3u + 🇻🇮 U.S. Virgin Islands47https://iptv-org.github.io/iptv/countries/vi.m3u + 🇺🇬 Uganda50https://iptv-org.github.io/iptv/countries/ug.m3u + 🇺🇦 Ukraine105https://iptv-org.github.io/iptv/countries/ua.m3u + 🇦🇪 United Arab Emirates117https://iptv-org.github.io/iptv/countries/ae.m3u + 🇬🇧 United Kingdom323https://iptv-org.github.io/iptv/countries/uk.m3u       Wales3https://iptv-org.github.io/iptv/subdivisions/gb-wls.m3u - 🇺🇸 United States1988https://iptv-org.github.io/iptv/countries/us.m3u + 🇺🇸 United States1992https://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 -       Arizona11https://iptv-org.github.io/iptv/subdivisions/us-az.m3u +       Arizona13https://iptv-org.github.io/iptv/subdivisions/us-az.m3u       Arkansas6https://iptv-org.github.io/iptv/subdivisions/us-ar.m3u -       California153https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u +       California152https://iptv-org.github.io/iptv/subdivisions/us-ca.m3u       Colorado22https://iptv-org.github.io/iptv/subdivisions/us-co.m3u       Connecticut27https://iptv-org.github.io/iptv/subdivisions/us-ct.m3u       Delaware7https://iptv-org.github.io/iptv/subdivisions/us-de.m3u @@ -645,20 +637,20 @@ 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 Jersey12https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u +       New Jersey17https://iptv-org.github.io/iptv/subdivisions/us-nj.m3u       New Mexico4https://iptv-org.github.io/iptv/subdivisions/us-nm.m3u -       New York42https://iptv-org.github.io/iptv/subdivisions/us-ny.m3u +       New York45https://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 -       Pennsylvania21https://iptv-org.github.io/iptv/subdivisions/us-pa.m3u +       Pennsylvania23https://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 -       Tennessee8https://iptv-org.github.io/iptv/subdivisions/us-tn.m3u +       Tennessee9https://iptv-org.github.io/iptv/subdivisions/us-tn.m3u       Texas28https://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 @@ -666,18 +658,18 @@ Same thing, but split up into separate files:       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 - 🇺🇾 Uruguay93https://iptv-org.github.io/iptv/countries/uy.m3u - 🇺🇿 Uzbekistan50https://iptv-org.github.io/iptv/countries/uz.m3u - 🇻🇺 Vanuatu46https://iptv-org.github.io/iptv/countries/vu.m3u + 🇺🇾 Uruguay94https://iptv-org.github.io/iptv/countries/uy.m3u + 🇺🇿 Uzbekistan51https://iptv-org.github.io/iptv/countries/uz.m3u + 🇻🇺 Vanuatu47https://iptv-org.github.io/iptv/countries/vu.m3u 🇻🇦 Vatican City62https://iptv-org.github.io/iptv/countries/va.m3u 🇻🇪 Venezuela110https://iptv-org.github.io/iptv/countries/ve.m3u - 🇻🇳 Vietnam108https://iptv-org.github.io/iptv/countries/vn.m3u - 🇼🇫 Wallis and Futuna46https://iptv-org.github.io/iptv/countries/wf.m3u - 🇪🇭 Western Sahara52https://iptv-org.github.io/iptv/countries/eh.m3u - 🇾🇪 Yemen88https://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 + 🇻🇳 Vietnam109https://iptv-org.github.io/iptv/countries/vn.m3u + 🇼🇫 Wallis and Futuna47https://iptv-org.github.io/iptv/countries/wf.m3u + 🇪🇭 Western Sahara53https://iptv-org.github.io/iptv/countries/eh.m3u + 🇾🇪 Yemen90https://iptv-org.github.io/iptv/countries/ye.m3u + 🇿🇲 Zambia48https://iptv-org.github.io/iptv/countries/zm.m3u + 🇿🇼 Zimbabwe48https://iptv-org.github.io/iptv/countries/zw.m3u + 🇦🇽 Åland43https://iptv-org.github.io/iptv/countries/ax.m3u @@ -703,32 +695,32 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa142https://iptv-org.github.io/iptv/regions/afr.m3u - Americas3063https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1835https://iptv-org.github.io/iptv/regions/apac.m3u - Arab world311https://iptv-org.github.io/iptv/regions/arab.m3u - Association of Southeast Asian Nations372https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2580https://iptv-org.github.io/iptv/regions/asia.m3u - Caribbean114https://iptv-org.github.io/iptv/regions/carib.m3u - Central Asia32https://iptv-org.github.io/iptv/regions/cas.m3u - Central America110https://iptv-org.github.io/iptv/regions/cenamer.m3u - Commonwealth of Independent States419https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa2682https://iptv-org.github.io/iptv/regions/emea.m3u - Europe2287https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America874https://iptv-org.github.io/iptv/regions/hispam.m3u - Latin America and the Caribbean1019https://iptv-org.github.io/iptv/regions/lac.m3u - Latin America1005https://iptv-org.github.io/iptv/regions/latam.m3u - Maghreb61https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa512https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East463https://iptv-org.github.io/iptv/regions/mideast.m3u - Northern America2044https://iptv-org.github.io/iptv/regions/nam.m3u - North America2344https://iptv-org.github.io/iptv/regions/noram.m3u - Nordics100https://iptv-org.github.io/iptv/regions/nord.m3u + Africa144https://iptv-org.github.io/iptv/regions/afr.m3u + Americas3047https://iptv-org.github.io/iptv/regions/amer.m3u + Asia-Pacific1823https://iptv-org.github.io/iptv/regions/apac.m3u + Arab world315https://iptv-org.github.io/iptv/regions/arab.m3u + Association of Southeast Asian Nations368https://iptv-org.github.io/iptv/regions/asean.m3u + Asia2568https://iptv-org.github.io/iptv/regions/asia.m3u + Caribbean110https://iptv-org.github.io/iptv/regions/carib.m3u + Central Asia29https://iptv-org.github.io/iptv/regions/cas.m3u + Central America109https://iptv-org.github.io/iptv/regions/cenamer.m3u + Commonwealth of Independent States414https://iptv-org.github.io/iptv/regions/cis.m3u + Europe, the Middle East and Africa2678https://iptv-org.github.io/iptv/regions/emea.m3u + Europe2277https://iptv-org.github.io/iptv/regions/eur.m3u + Hispanic America854https://iptv-org.github.io/iptv/regions/hispam.m3u + Latin America and the Caribbean995https://iptv-org.github.io/iptv/regions/lac.m3u + Latin America982https://iptv-org.github.io/iptv/regions/latam.m3u + Maghreb65https://iptv-org.github.io/iptv/regions/maghreb.m3u + Middle East and North Africa520https://iptv-org.github.io/iptv/regions/mena.m3u + Middle East467https://iptv-org.github.io/iptv/regions/mideast.m3u + Northern America2052https://iptv-org.github.io/iptv/regions/nam.m3u + North America2346https://iptv-org.github.io/iptv/regions/noram.m3u + Nordics101https://iptv-org.github.io/iptv/regions/nord.m3u Oceania97https://iptv-org.github.io/iptv/regions/oce.m3u - South Asia254https://iptv-org.github.io/iptv/regions/sas.m3u - South America723https://iptv-org.github.io/iptv/regions/southam.m3u - Sub-Saharan Africa71https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa35https://iptv-org.github.io/iptv/regions/wafr.m3u + South Asia253https://iptv-org.github.io/iptv/regions/sas.m3u + South America705https://iptv-org.github.io/iptv/regions/southam.m3u + Sub-Saharan Africa70https://iptv-org.github.io/iptv/regions/ssa.m3u + West Africa34https://iptv-org.github.io/iptv/regions/wafr.m3u diff --git a/streams/ae.m3u b/streams/ae.m3u index ea462bf59..478394d31 100644 --- a/streams/ae.m3u +++ b/streams/ae.m3u @@ -16,21 +16,21 @@ https://dacastmmd.mmdlive.lldns.net/dacastmmd/d3e9fc3b874a46159ce3724d802e3f8d/p #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 -#EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) https://live.alarabiya.net/alarabiapublish/alarabiya.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) https://mn-nl.mncdn.com/alarabiya_live_channel/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 #EXTINF:-1 tvg-id="Alarabiya.ae" status="online",Al Arabiya (1080p) https://shls-alarabiya-prod-dub.shahid.net/out/v1/f5f319206ed740f9a831f2097c2ead23/index.m3u8 -#EXTINF:-1 tvg-id="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="Alarabiya.ae" status="timeout",Al Arabiya (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlArabiya/live #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Arabiya Al Hadath (1080p) [Not 24/7] https://av.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) [Not 24/7] https://live.alarabiya.net/alarabiapublish/alhadath.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlHadath.ae" status="online",Al Hadath TV (1080p) https://shls-hadath-prod-dub.shahid.net/out/v1/0e1a306399c346faac4226aa0858f99b/index.m3u8 +#EXTINF:-1 tvg-id="AlHadath.ae" status="timeout",Al Hadath TV (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlHadath/live #EXTINF:-1 tvg-id="AlQamarTV.ae" status="online",Al Qamar TV (360p) https://cdn5.iqsat.net/iq/8c17d37e0f5c88b1e9c7e1f8f82bc980.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AlSharqiyaMinKabla.ae" status="online",Al Sharqiya Min Kabla (1080p) @@ -43,9 +43,9 @@ https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/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) +#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="timeout",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="blocked",CNBC Arabia (1080p) +#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="timeout",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 @@ -125,7 +125,7 @@ https://dmieigthvll.cdn.mgmlcdn.com/samadubaiht/smil:samadubai.stream.smil/playl https://weyyak-live.akamaized.net/weyyak_sama_dubai/index.m3u8 #EXTINF:-1 tvg-id="Sharjah2.ae" status="online",Sharjah 2 (1080p) https://svs.itworkscdn.net/smc2live/smc2tv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="SharjahRadioQuran.ae" status="online",Sharjah Radio Quran (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="SharjahRadioQuran.ae" status="error",Sharjah Radio Quran (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/channel/UCn8lMRYDANs_1yAL3iuw7_g/live #EXTINF:-1 tvg-id="SharjahSports.ae" status="online",Sharjah Sports TV (1080p) https://svs.itworkscdn.net/smc4sportslive/smc4.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="error",Towheed TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TowheedTV.ae" status="online",Towheed TV (720p) [Not 24/7] http://avrstream.com:1935/live/towheedtv/playlist.m3u8 #EXTINF:-1 tvg-id="Wanasah.ae" status="online",Wanasah (1080p) https://shls-wanasah-prod-dub.shahid.net/out/v1/c84ef3128e564b74a6a796e8b6287de6/index.m3u8 diff --git a/streams/al.m3u b/streams/al.m3u index 842937815..43c5e7be5 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -47,19 +47,19 @@ 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="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 +#EXTINF:-1 tvg-id="TopNews.al" status="timeout",Top News (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x6inuzo #EXTINF:-1 tvg-id="TV7Albania.al" status="online",TV 7 Albania (540p) [Not 24/7] http://media.az-mediaserver.com:1935/7064/7064/playlist.m3u8 #EXTINF:-1 tvg-id="TV7Albania.al" status="online",7 HD (540p) [Not 24/7] https://5d00db0e0fcd5.streamlock.net/7064/7064/playlist.m3u8 #EXTINF:-1 tvg-id="TVApollon.al" status="online",TV Apollon (720p) https://live.apollon.tv/Apollon-WEB/video.m3u8?token=tnt3u76re30d2 -#EXTINF:-1 tvg-id="TVOpoja.al" status="error",TV Opoja (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVOpoja.al" status="online",TV Opoja (720p) [Not 24/7] http://ip.opoja.tv:1935/tvopoja/tvopoja/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",ALB Music (720p) [Not 24/7] +#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="" status="online",AlbDreams TV (720p) http://live.albavision.net:1123/live/albdreams.m3u8 @@ -69,7 +69,7 @@ https://albportal.net/albkanalemusic.m3u8 http://46.99.146.236/0.m3u8 #EXTINF:-1 tvg-id="" status="error",Korça + (1080p) [Not 24/7] http://32.shqiptv.org/korca/albplus/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",News 24 Albania +#EXTINF:-1 tvg-id="News24.al" status="online",News 24 Albania http://tv.balkanweb.com:8081/news24/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",RTV Arberia Musik http://rtvarberia4.flashmediacast.com:1935/RtvArberia4/livestream/playlist.m3u8 diff --git a/streams/am.m3u b/streams/am.m3u index 5e3604677..18d8e81bb 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -38,7 +38,7 @@ http://ott-cdn.ucom.am/s48/index.m3u8 #EXTINF:-1 tvg-id="ATVHayTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Հայ TV (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s73/index.m3u8 -#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) +#EXTINF:-1 tvg-id="ATVKhaghaliqTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV ԽաղԱլիք (234p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s74/index.m3u8 #EXTINF:-1 tvg-id="ATVKinoman.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ATV Կինոման (480p) @@ -50,7 +50,7 @@ http://ott-cdn.ucom.am/s53/index.m3u8 #EXTINF:-1 tvg-id="H2.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Հ2 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s2/index.m3u8 -#EXTINF:-1 tvg-id="KentronTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Կենտրոն (480p) +#EXTINF:-1 tvg-id="KentronTV.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Կենտրոն (480p) #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="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Նոր Հայաստան (480p) diff --git a/streams/ar.m3u b/streams/ar.m3u index cb62cefc3..334c3af11 100644 --- a/streams/ar.m3u +++ b/streams/ar.m3u @@ -14,17 +14,17 @@ https://panel.dattalive.com/6605140/smil:6605140.smil/playlist.m3u8 #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="timeout",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="timeout",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="online",América Tucumán (720p) +#EXTINF:-1 tvg-id="AmericaTucuman.ar" status="timeout",América Tucumán (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZ8sgVyD7HqDor8ujB-TZpg/live #EXTINF:-1 tvg-id="AmericaTV.ar" status="online" user-agent="iPhone",América TV (720p) #EXTVLCOPT:http-user-agent=iPhone @@ -41,7 +41,7 @@ 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="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 @@ -59,13 +59,13 @@ https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 https://stmvideo1.livecastv.com/canal2/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3LasHeras.ar" status="online",Canal 3 Las Heras (720p) https://stream.arcast.com.ar/canal3/canal3/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="online",CN3 Pinamar (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="error",CN3 Pinamar (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3Rosario.ar" status="online",Canal 3 Rosario (704p) [Geo-blocked] https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Eldorado.ar" status="online",Canal 4 Eldorado (720p) https://stream.arcast.com.ar/canal4eldorado/canal4eldorado/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal4Esquel.ar" status="error",Canal 4 Esquel (720p) +#EXTINF:-1 tvg-id="Canal4Esquel.ar" status="online",Canal 4 Esquel (720p) https://stream.arcast.com.ar/canal4esquel/canal4esquel/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Jujuy.ar" status="online",Canal 4 Jujuy (720p) http://190.52.32.13:1935/canal4/smil:manifest.smil/playlist.m3u8 @@ -77,7 +77,7 @@ https://iptv.ixfo.com.ar:30443/live/C4POS/playlist.m3u8 http://streamlov.alsolnet.com/canal4sanjuan/live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5PicoTruncado.ar" status="online",Canal 5 (Pico Truncado) https://stream.arcast.com.ar/canal5picotruncado/canal5picotruncado/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal5SantaFe.ar" status="online",C5 Santa Fé (240p) +#EXTINF:-1 tvg-id="Canal5SantaFe.ar" status="error",C5 Santa Fé (240p) https://stream.arcast.com.ar/c5sf/c5sf/playlist.m3u8 #EXTINF:-1 tvg-id="Canal5Tucuman.ar" status="online",Canal 5 (Tucumán) [Not 24/7] https://videohd.live:19360/8090/8090.m3u8 @@ -85,7 +85,7 @@ https://videohd.live:19360/8090/8090.m3u8 https://stmvideo1.livecastv.com/canal6er/canal6er/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6MardePlata.ar" status="online",Canal 6 (Mar de Plata) https://59537faa0729a.streamlock.net/canal6mdp/canal6mdp/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal6Moreno.ar" status="error",Canal 6 (Moreno) +#EXTINF:-1 tvg-id="Canal6Moreno.ar" status="online",Canal 6 (Moreno) https://stream.arcast.com.ar/canal6moreno/canal6moreno/playlist.m3u8 #EXTINF:-1 tvg-id="Canal6Posadas.ar" status="online",Canal 6 (Posadas) https://iptv.ixfo.com.ar:30443/live/c6digital/playlist.m3u8 @@ -95,11 +95,11 @@ 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="error",Canal 8 Valle de Uco (720p) +#EXTINF:-1 tvg-id="Canal8ValledeUco.ar" status="online",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 -#EXTINF:-1 tvg-id="Canal9LaRioja.ar" status="error",Canal 9 La Rioja (720p) +#EXTINF:-1 tvg-id="Canal9LaRioja.ar" status="online",Canal 9 La Rioja (720p) https://inliveserver.com:1936/17012/17012/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9Litoral.ar" status="online",Canal 9 Litoral https://stream.arcast.live/ahora/ahora/playlist.m3u8 @@ -131,9 +131,9 @@ http://stmv4.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 https://f6z5x8d4.stackpathcdn.com/stream.m3u8 #EXTINF:-1 tvg-id="Canal12Web.ar" status="online",Canal 12 Puerto Madryn (720p) [Not 24/7] https://5f700d5b2c46f.streamlock.net/madryntv/madryntv/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal13Jujuy.ar" status="online",Canal13 Jujuy TV (720p) +#EXTINF:-1 tvg-id="Canal13Jujuy.ar" status="error",Canal13 Jujuy TV (720p) https://genexservicios.com:19360/canal13jujuy/canal13jujuy.m3u8 -#EXTINF:-1 tvg-id="Canal13LaRioja.ar" status="online",Canal 13 La Rioja (480p) +#EXTINF:-1 tvg-id="Canal13LaRioja.ar" status="error",Canal 13 La Rioja (480p) http://arcast.net:1935/mp/mp/playlist.m3u8 #EXTINF:-1 tvg-id="Canal13SanLuis.ar" status="online",Canal 13 San Luis https://stream.arcast.live/sanluistv/ngrp:sanluistv_all/playlist.m3u8 @@ -172,12 +172,12 @@ https://panel.dattalive.com/8138/8138/playlist.m3u8 #EXTINF:-1 tvg-id="CanaldelaCiudad.ar" status="online" user-agent="iPhone",Canal de la Ciudad (720p) #EXTVLCOPT:http-user-agent=iPhone https://g5.proy-hor.transport.edge-access.net/a08/ngrp:gcba_video4-100042_all/Playlist.m3u8?sense=true -#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p) -#EXTVLCOPT:http-user-agent=iPhone -https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 #EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36",canalLUZ (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPad; CPU OS 9_3_5 like Mac OS X) AppleWebKit/601.1.46 (KHTML, like Gecko) Mobile/13G36 https://g1.mc-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8?sense=true +#EXTINF:-1 tvg-id="CanalLuz.ar" status="online" user-agent="iPhone",Canal Luz (1080p) +#EXTVLCOPT:http-user-agent=iPhone +https://g2.vxral-slo.transport.edge-access.net/a11/ngrp:canal_luz01-100009_all/Playlist.m3u8 #EXTINF:-1 tvg-id="CanalOrbe21.ar" status="online",Canal Orbe 21 https://cdn2.zencast.tv:30443/orbe/orbe21smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalProvincial.ar" status="online",Canal Provincial (360p) @@ -204,9 +204,9 @@ https://s8.stweb.tv/chacra/live/playlist.m3u8 https://vivo.solumedia.com:19360/grupoemail/grupoemail.m3u8 #EXTINF:-1 tvg-id="CincoTV.ar" status="online",Cinco TV (480p) [Not 24/7] https://59537faa0729a.streamlock.net/cincotv/cincotv/playlist.m3u8 -#EXTINF:-1 tvg-id="CineAr.ar" status="error",CINE.AR (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CineAr.ar" status="online",CINE.AR (720p) [Not 24/7] https://5fb24b460df87.streamlock.net/live-cont.ar/cinear/playlist.m3u8 -#EXTINF:-1 tvg-id="CiudadTVResistencia.ar" status="online",Ciudad TV Resistencia (Chaco) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CiudadTVResistencia.ar" status="error",Ciudad TV Resistencia (Chaco) (720p) [Not 24/7] http://coninfo.net:1935/chacodxdtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="CL3Cablevision.ar" status="online",CL3 Cablevision https://videostream.shockmedia.com.ar:1936/cl3cable/cl3cable/playlist.m3u8 @@ -218,11 +218,11 @@ https://tv.mediacp.eu:19360/cosmos/cosmos.m3u8 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] https://vivo.solumedia.com:19360/crossing/crossing.m3u8 -#EXTINF:-1 tvg-id="CVisionTV.ar" status="error",CVisión TV (720p) +#EXTINF:-1 tvg-id="CVisionTV.ar" status="online",CVisión TV (720p) https://stream.cvisiontv.com/cvision_stream.m3u8 #EXTINF:-1 tvg-id="DeporTV.ar" status="online",DeporTV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCSmh3DFxBwFurMttT60PQ1g/live -#EXTINF:-1 tvg-id="DiputadosTV.ar" status="online",Diputados TV (1080p) +#EXTINF:-1 tvg-id="DiputadosTV.ar" status="error",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="online",DirecTV Sports (480p) http://190.210.221.119/Processor3_9_chunklist_b1300000.m3u8 @@ -236,7 +236,7 @@ https://octubre-live.cdn.vustreams.com/live/channel09/live.isml/live.m3u8 http://video.streamtvradio.com:8081/uv038/uv038/playlist.m3u8 #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="blocked",El Tres TV +#EXTINF:-1 tvg-id="ElTresTV.ar" status="timeout",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 @@ -246,7 +246,7 @@ https://stmv1.questreaming.com/fenixlarioja/fenixlarioja/playlist.m3u8 https://inliveserver.com:1936/14056/14056/playlist.m3u8 #EXTINF:-1 tvg-id="InformacionPeriodistica.ar" status="online",Informacion Periodística (1080p) https://d1nmqgphjn0y4.cloudfront.net/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8 -#EXTINF:-1 tvg-id="IngenioFM.ar" status="error",Ingenio FM +#EXTINF:-1 tvg-id="IngenioFM.ar" status="online",Ingenio FM https://panel.dattalive.com/8064/8064/playlist.m3u8 #EXTINF:-1 tvg-id="IPNoticias.ar" status="online",Información Periodística (1080p) https://octubre-live.cdn.vustreams.com/live/ip/live.isml/5ee6e167-1167-4a85-9d8d-e08a3f55cff3.m3u8 @@ -284,7 +284,7 @@ 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="error",Pakapaka (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Pakapaka.ar" status="timeout",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 @@ -302,25 +302,25 @@ http://media.neuquen.gov.ar/rtn/television/media.m3u8 https://api.new.livestream.com/accounts/22636012/events/8242619/live.m3u8 #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) +#EXTINF:-1 tvg-id="SicardiTV.ar" status="error",Sicardi TV (720p) https://vivo.solumedia.com:19360/sicarditv/sicarditv.m3u8 #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 -#EXTINF:-1 tvg-id="TECTV.ar" status="online",TEC TV +#EXTINF:-1 tvg-id="TECTV.ar" status="error",TEC TV https://tv.initium.net.ar:3939/live/tectvmainlive.m3u8 #EXTINF:-1 tvg-id="Telecinco.ar" status="online",TeleCinco Trelew (240p) https://videohd.live:19360/8016/8016.m3u8 #EXTINF:-1 tvg-id="Telecreativa.ar" status="online",Telecreativa https://panel.dattalive.com/8012/8012/playlist.m3u8 -#EXTINF:-1 tvg-id="TelediarioTV.ar" status="online",Telediario TV +#EXTINF:-1 tvg-id="TelediarioTV.ar" status="error",Telediario TV 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="online",TeleJunín (576p) [Not 24/7] https://videostream.shockmedia.com.ar:1936/telejunin/telejunin/playlist.m3u8 -#EXTINF:-1 tvg-id="Telemax.ar" status="error",Telemax (720p) +#EXTINF:-1 tvg-id="Telemax.ar" status="online",Telemax (720p) http://live-edge01.telecentro.net.ar/live/smil:tlx.smil/master.m3u8 #EXTINF:-1 tvg-id="TeleMix.ar" status="online",TeleMix https://panel.dattalive.com/8068/8068/playlist.m3u8 @@ -336,7 +336,7 @@ 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="timeout",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 @@ -350,25 +350,25 @@ https://canadaremar2.todostreaming.es/live/argentina-web.m3u8 https://stratus.stream.cespi.unlp.edu.ar/hls/tvunlp.m3u8 #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) +#EXTINF:-1 tvg-id="UnifeTV.ar" status="error",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 -#EXTINF:-1 tvg-id="UnirioTV.ar" status="error",Unirio TV +#EXTINF:-1 tvg-id="UnirioTV.ar" status="online",Unirio TV https://5f700d5b2c46f.streamlock.net/uniriotv/uniriotv/playlist.m3u8 #EXTINF:-1 tvg-id="Uniteve.ar" status="online",Uniteve 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="Vorterix.ar" status="online",Vorterix (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Vorterix.ar" status="timeout",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="ZondaTV.ar" status="online",Zonda TV https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",C5N (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="" 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) +#EXTINF:-1 tvg-id="" status="timeout",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] +#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 diff --git a/streams/at.m3u b/streams/at.m3u index 1e338c82e..d1f615947 100644 --- a/streams/at.m3u +++ b/streams/at.m3u @@ -41,9 +41,9 @@ https://streaming14.huberwebmedia.at/LiveApp/streams/livestream.m3u8 http://89.187.168.245:8080/live/sUPPERchannel2/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] +#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="" status="online",Ländle Tv (1080p) https://streaming13.huberwebmedia.at/LiveApp/streams/985585225397790082777809.m3u8 -#EXTINF:-1 tvg-id="" status="online",oe24 TV (1080p) +#EXTINF:-1 tvg-id="Oe24TV.at" status="online",oe24 TV (1080p) https://varoe24live.sf.apa.at/oe24-live1/oe24.smil/playlist.m3u8 diff --git a/streams/aw.m3u b/streams/aw.m3u index 89817e053..23bea8f9e 100644 --- a/streams/aw.m3u +++ b/streams/aw.m3u @@ -1,10 +1,7 @@ #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="online",Telearuba (720p) +#EXTINF:-1 tvg-id="Telearuba.aw" status="error",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] #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 diff --git a/streams/az.m3u b/streams/az.m3u index 422b9ab3c..c3e634538 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -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 34867babb..675cdde36 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -13,13 +13,13 @@ https://stream.rtvze.ba/live/123/123.m3u8 https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://31.47.0.130:8082 -#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="timeout",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] +#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="" status="online",Super TV Media https://mirtv.club/live/mirtv/index.m3u8 diff --git a/streams/bd_jagobd.m3u b/streams/bd_jagobd.m3u index bb9fdc4de..14bb5e590 100644 --- a/streams/bd_jagobd.m3u +++ b/streams/bd_jagobd.m3u @@ -5,7 +5,7 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/atnbanglauk-off.stream/playlist.m3u8 #EXTINF:-1 tvg-id="BanglaVision.bd" status="blocked",Bangla Vision (1080p) [Geo-blocked] 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] +#EXTINF:-1 tvg-id="BijoyTV.bd" status="online",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] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/boishakhitv-org.stream/playlist.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index cc9ebcf8e..5346b971e 100644 --- a/streams/be.m3u +++ b/streams/be.m3u @@ -5,7 +5,7 @@ https://59959724487e3.streamlock.net/stream/live/playlist.m3u8 https://5592f056abba8.streamlock.net/citytv/citytv/playlist.m3u8 #EXTINF:-1 tvg-id="EbS.be" status="online",EbS Live (Europe by Satellite) (1080p) https://euc-live.fl.freecaster.net/live/eucom/ebs.m3u8 -#EXTINF:-1 tvg-id="EbSPlus.be" status="online",EbS+ Live (Europe by Satellite) (1080p) +#EXTINF:-1 tvg-id="EbSPlus.be" status="timeout",EbS+ Live (Europe by Satellite) (1080p) https://euc-live.fl.freecaster.net/live/eucom/ebsp.m3u8 #EXTINF:-1 tvg-id="KetnetJunior.be" status="online",Ketnet Junior (720p) https://content.uplynk.com/channel/e11a05356cc44198977436418ad71832.m3u8 @@ -21,8 +21,14 @@ 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] +#EXTINF:-1 tvg-id="Matele.be" status="online",MaTele (1080p) [Not 24/7] https://live.matele.be/hls/live.m3u8 +#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="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="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="" status="online",TVO (576p) https://media.mediahuisvideo.be/hls/account=tqIhfOEY3U0A/item=oIFtpshSvwcy/oIFtpshSvwcy.m3u8 #EXTINF:-1 tvg-id="" status="online",VRT Radio 1 diff --git a/streams/bf.m3u b/streams/bf.m3u index d49385acc..c9709b912 100644 --- a/streams/bf.m3u +++ b/streams/bf.m3u @@ -3,5 +3,5 @@ https://547f72e6652371c3.mediapackage.us-east-1.amazonaws.com/out/v1/7e66f389bec3463dac81e8d55e680431/index.m3u8 #EXTINF:-1 tvg-id="ImpactTV.bf" status="online",Impact TV (360p) https://edge.vedge.infomaniak.com/livecast/ik:impacttv_1/manifest.m3u8 -#EXTINF:-1 tvg-id="RTB.bf" status="error",RTB (360p) [Not 24/7] +#EXTINF:-1 tvg-id="RTB.bf" status="online",RTB (360p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:rtbtvlive1/manifest.m3u8 diff --git a/streams/bg.m3u b/streams/bg.m3u index 32fea11ff..1103eacdc 100644 --- a/streams/bg.m3u +++ b/streams/bg.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="100AutoMotoTV.bg" status="timeout",100% Auto Moto TV (406p) [Not 24/7] +#EXTINF:-1 tvg-id="100AutoMotoTV.bg" status="online",100% Auto Moto TV (406p) [Not 24/7] http://100automoto.tv:1935/bgtv1/autotv/playlist.m3u8 #EXTINF:-1 tvg-id="BalkanikaTV.bg" status="timeout",Balkanika TV (270p) rtsp://stream.teracomm.bg/balkanika @@ -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/bn.m3u b/streams/bn.m3u index 0bd6a1862..3075b1a06 100644 --- a/streams/bn.m3u +++ b/streams/bn.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="RTBAneka.bn" status="online",RTB Aneka (720p) https://d1211whpimeups.cloudfront.net/smil:rtb2/playlist.m3u8 -#EXTINF:-1 tvg-id="RTBGo.bn" status="error",RTB Go (720p) +#EXTINF:-1 tvg-id="RTBGo.bn" status="online",RTB Go (720p) https://d1211whpimeups.cloudfront.net/smil:rtbgo/playlist.m3u8 #EXTINF:-1 tvg-id="RTBSukmaindera.bn" status="online",RTB Sukmaindera (720p) https://d1211whpimeups.cloudfront.net/smil:rtb1/playlist.m3u8 diff --git a/streams/bo.m3u b/streams/bo.m3u index a108246f4..15973a0ff 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -27,37 +27,37 @@ 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="blocked",Red Uno HD (720p) +#EXTINF:-1 tvg-id="RedUnoHD.bo" status="timeout",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 #EXTINF:-1 tvg-id="RTP.bo" status="online",RTP (720p) [Not 24/7] http://136.243.3.70:1935/RtpBolivia/RtpBolivia/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP.bo" status="error",RTP (614p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP.bo" status="online",RTP (614p) [Not 24/7] http://www.channel.tevemi.com:1935/Atb/Atb/playlist.m3u8 #EXTINF:-1 tvg-id="TVLatinaHD.bo" status="online",TV Latina Canal 42 (720p) [Not 24/7] https://master.tucableip.com/live/tvlatinamontero/playlist.m3u8 #EXTINF:-1 tvg-id="TVOFF.bo" status="online",TV Off Travel (720p) https://videohd.sistemareal.com:3290/live/tvoffhdlive.m3u8 -#EXTINF:-1 tvg-id="TVU.bo" status="error",TVU (276p) [Not 24/7] +#EXTINF:-1 tvg-id="TVU.bo" status="online",TVU (276p) [Not 24/7] http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 -#EXTINF:-1 tvg-id="TVUniversitaria.bo" status="error",TV Universitaria (276p) +#EXTINF:-1 tvg-id="TVUniversitaria.bo" status="online",TV Universitaria (276p) https://614013e273786.streamlock.net/TvUniversitaria/TvUniversitaria/playlist.m3u8 #EXTINF:-1 tvg-id="TVUSucre.bo" status="online",TVU Sucre https://solo.disfrutaenlared.com:1936/tuch/ngrp:tuch_all/playlist.m3u8 -#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="blocked",Unitel La Paz +#EXTINF:-1 tvg-id="UnitelLaPaz.bo" status="timeout",Unitel La Paz http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x7vsfua -#EXTINF:-1 tvg-id="UnitelSantaCruz.bo" status="blocked",Unitel Santa Cruz [Not 24/7] +#EXTINF:-1 tvg-id="UnitelSantaCruz.bo" status="timeout",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="error",XTOTV (404p) [Not 24/7] +#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="blocked",ATB Cochabamba +#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="" status="blocked",ATB La Paz +#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="" status="blocked",ATB Santa Cruz +#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="" status="blocked",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 f6581c3eb..99545298f 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -22,7 +22,7 @@ https://evpp.mm.uol.com.br/geob_band/app/playlist.m3u8 https://evpp.mm.uol.com.br/geob_band/band/playlist.m3u8 #EXTINF:-1 tvg-id="BoasNovas.br" status="online",Boas Novas (720p) https://cdn.jmvstream.com/w/LVW-9375/LVW9375_6i0wPBCHYc/playlist.m3u8 -#EXTINF:-1 tvg-id="BoaVontadeTV.br" status="online",Boa Vontade TV (1080p) +#EXTINF:-1 tvg-id="BoaVontadeTV.br" status="timeout",Boa Vontade TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCedt33latJW7StRfdF4-1FQ/live #EXTINF:-1 tvg-id="Canal25Jundiai.br" status="online",Canal 25 Jundiaí (404p) [Not 24/7] https://stream01.msolutionbrasil.com.br/hls/canal25/live.m3u8 @@ -34,7 +34,7 @@ https://video01.logicahost.com.br/redebemtv/redebemtv/playlist.m3u8 https://607d2a1a47b1f.streamlock.net/crur/smil:canalrural.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CanalSaude.br" status="online",Canal Saúde (360p) [Not 24/7] https://arkyvbre1g.zoeweb.tv/fiocruz/fiocruz/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalTVRio.br" status="online",Canal TV Rio (720p) +#EXTINF:-1 tvg-id="CanalTVRio.br" status="error",Canal TV Rio (720p) https://video01.logicahost.com.br/canaltvrio/canaltvrio/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonitoBrazil.br" status="online",Cartoonito (Portuguese) https://playout.cdn.cartoonnetwork.com.br/playout_03/playlist.m3u8 @@ -70,7 +70,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="error",Medalhão Persa (720p) +#EXTINF:-1 tvg-id="MedalhaoPersa.br" status="timeout",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 @@ -102,15 +102,15 @@ https://playplusrjo-lh.akamaihd.net/i/pp_rj@377859/index_720_av-p.m3u8 https://playpluspoa-lh.akamaihd.net/i/pp_poa@377864/index_720_av-p.m3u8 #EXTINF:-1 tvg-id="RecordTVSaoPaulo.br" status="blocked",Record TV SP (720p) [Geo-blocked] https://playplusspo-lh.akamaihd.net/i/pp_sp@350176/index_720_av-p.m3u8 -#EXTINF:-1 tvg-id="RedeAmerica.br" status="error",Rede América (360p) +#EXTINF:-1 tvg-id="RedeAmerica.br" status="online",Rede América (360p) https://stmv1.samcast.com.br/redeamericatv/redeamericatv/playlist.m3u8 #EXTINF:-1 tvg-id="RedeBrasil.br" status="online",Rede Brasil (RBTV) (720p) https://5cf4a2c2512a2.streamlock.net/rbtv/rbtv/playlist.m3u8 #EXTINF:-1 tvg-id="RedeBrasildeComunicacao.br" status="online",Rede Brasil de Comunicação (720p) [Not 24/7] http://rbc.directradios.com:1935/rbc/rbc/live.m3u8 -#EXTINF:-1 tvg-id="RedeCNTCuiaba.br" status="online",Rede CNT Cuiaba (360p) +#EXTINF:-1 tvg-id="RedeCNTCuiaba.br" status="error",Rede CNT Cuiaba (360p) https://d1s664t39qub1o.cloudfront.net/live/cnt-cuiaba_360p614k/index.m3u8 -#EXTINF:-1 tvg-id="RedeCNTCuritiba.br" status="error",Rede CNT (Curitiba) (180p) [Not 24/7] +#EXTINF:-1 tvg-id="RedeCNTCuritiba.br" status="online",Rede CNT (Curitiba) (180p) [Not 24/7] https://dd8umsy8yf96u.cloudfront.net/live/cnt-curitiba.m3u8 #EXTINF:-1 tvg-id="RedeCNTLondrina.br" status="online",Rede CNT Londrina (360p) https://d1s664t39qub1o.cloudfront.net/live/cnt-londrina_360p614k/index.m3u8 @@ -118,7 +118,7 @@ https://d1s664t39qub1o.cloudfront.net/live/cnt-londrina_360p614k/index.m3u8 https://d1s664t39qub1o.cloudfront.net/live/cnt-manaus_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTPortoAlegre.br" status="online",Rede CNT Porto Alegre (360p) https://d1s664t39qub1o.cloudfront.net/live/cnt-caxias_360p614k/index.m3u8 -#EXTINF:-1 tvg-id="RedeCNTRioBranco.br" status="online",Rede CNT Rio Branco (360p) +#EXTINF:-1 tvg-id="RedeCNTRioBranco.br" status="error",Rede CNT Rio Branco (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-riobranco_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTRiodeJaneiro.br" status="online",Rede CNT Rio de Janiero (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-rio_360p614k/index.m3u8 @@ -130,15 +130,15 @@ https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana_360p614k/index.m3u8 https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8 #EXTINF:-1 tvg-id="RedeFamilia.br" status="online",Rede Família (720p) [Not 24/7] https://5a1c76baf08c0.streamlock.net/familia/smil:familia.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeGospel.br" status="online",Rede Gospel (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RedeGospel.br" status="error",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] +#EXTINF:-1 tvg-id="RedeMaoAmiga.br" status="error",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) +#EXTINF:-1 tvg-id="RedeMeioNorte.br" status="timeout",Rede Meio Norte (368p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/3332377/events/10612535 #EXTINF:-1 tvg-id="RedeMinas.br" status="online",Rede Minas (1080p) [Not 24/7] https://v4-slbps-sambavideos.akamaized.net/live/3282,8114,ec4b5a296d97fa99bf990662f5b4f8e1;base64np;Mc8VDxqNjXKCAf8!/amlst:Mc_tFgfGiHOdQXPB/chunklist_.m3u8 @@ -146,7 +146,7 @@ https://v4-slbps-sambavideos.akamaized.net/live/3282,8114,ec4b5a296d97fa99bf9906 http://tv02.logicahost.com.br:1935/rederc/rederc/live.m3u8 #EXTINF:-1 tvg-id="RedeSeculo21.br" status="online",Rede Século 21 (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-10024/ngrp:LVW10024_H3QLdAY6kx_all/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeSuper.br" status="online",Rede Super (432p) +#EXTINF:-1 tvg-id="RedeSuper.br" status="timeout",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 @@ -156,7 +156,7 @@ https://hls.brasilstream.com.br/live/redetv/redetv/playlist.m3u8 https://hls.brasilstream.com.br/live/redetves/redetves/playlist.m3u8 #EXTINF:-1 tvg-id="RedeTVTocantins.br" status="online",RedeTV! Tocantins (720p) [Not 24/7] https://59f1cbe63db89.streamlock.net:1443/redetvro/redetvro/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeVida.br" status="error",Rede Vida (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RedeVida.br" status="online",Rede Vida (720p) [Not 24/7] https://cvd1.cds.ebtcvd.net/live-redevida/smil:redevida.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RetroCartoon.br" status="online",Retrô Cartoon (480p) [Not 24/7] https://stmv1.srvif.com/retrotv/retrotv/playlist.m3u8 @@ -170,7 +170,7 @@ http://painelvj.com.br/tvaguaboa2/tvaguaboa2.sdp/playlist.m3u8 http://evpp.mm.uol.com.br:1935/band_live/terraviva/playlist.m3u8 #EXTINF:-1 tvg-id="TVAberta.br" status="online",TV Aberta (1080p) [Not 24/7] https://cdn-canalpaulo.ciclano.io:1443/canalpaulo/canalpaulo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVALMG.br" status="online",TV ALMG (720p) +#EXTINF:-1 tvg-id="TVALMG.br" status="timeout",TV ALMG (720p) https://streaming.almg.gov.br/live/tvalmg.m3u8 #EXTINF:-1 tvg-id="TVAlternativa.br" status="online",TV Alternativa https://stmv5.samcast.com.br/wagner7919/wagner7919/playlist.m3u8 @@ -192,7 +192,7 @@ https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbi https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBNO.br" status="online",TV BNO (270p) [Not 24/7] http://tv02.logicahost.com.br:1935/bonner/bonner/live.m3u8 -#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 @@ -200,7 +200,7 @@ https://stream3.camara.gov.br/tv2/manifest.m3u8 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] 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) +#EXTINF:-1 tvg-id="TVCancaoNovaRede.br" status="timeout",Canção Nova TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVrKQMmA2ew9LFzeIDaOFgw/live #EXTINF:-1 tvg-id="TVCidadeCanal9.br" status="online",TV Cidade Canal 9 (720p) [Not 24/7] https://59f1cbe63db89.streamlock.net:1443/tvcidade/tvcidade/playlist.m3u8 @@ -232,7 +232,7 @@ https://5f593df7851db.streamlock.net/evangelizar/tv/playlist.m3u8 https://streaming03.zas.media:1936/tvfuturo/tvfuturo/playlist.m3u8 #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="blocked",Gazeta (1080p) +#EXTINF:-1 tvg-id="TVGazeta.br" status="timeout",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 @@ -286,7 +286,7 @@ http://rtmp.cdn.upx.net.br/00084/myStream.sdp/playlist.m3u8 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 -#EXTINF:-1 tvg-id="TVThathi.br" status="online",TV Thathi (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVThathi.br" status="error",TV Thathi (720p) [Not 24/7] https://cdn-grupo-10049.ciclano.io:1443/grupo-10049/grupo-10049/playlist.m3u8 #EXTINF:-1 tvg-id="TVUFG.br" status="online",TV UFG (720p) [Not 24/7] http://flash.softhost.com.br:1935/ufg/tvufgweb/playlist.m3u8 @@ -301,17 +301,15 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg #EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Bandnews (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",BM&C [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",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) +#EXTINF:-1 tvg-id="CartoonitoBrazil.br" status="online",Cartoonito (Portuguese) 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) https://5ad482a77183d.streamlock.net/rodrigotvbrusque.com.br/5d880199c902eb4a1e8df00d/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",TV Marajoara (720p) +#EXTINF:-1 tvg-id="" status="online",TV Marajoara (720p) https://video01.kshost.com.br:4443/tv31966/tv31966/playlist.m3u8 diff --git a/streams/br_pluto.m3u b/streams/br_pluto.m3u index 1e4e24b14..b2cef316f 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/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="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="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="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) +#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="" status="online",Pluto TV Cine Família (720p) [Not 24/7] +#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="" status="online",Pluto TV Investigação (720p) +#EXTINF:-1 tvg-id="PlutoTVCineInvestigacaoBrazil.br" 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) +#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="" status="online",Pluto TV Retrô (684p) +#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="" status="online",Pluto TV Vida Real (720p) +#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 diff --git a/streams/br_samsung.m3u b/streams/br_samsung.m3u index 768e8a085..7c1d3b3f1 100644 --- a/streams/br_samsung.m3u +++ b/streams/br_samsung.m3u @@ -7,7 +7,7 @@ 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="online",Record News (540p) +#EXTINF:-1 tvg-id="RecordNews.br" status="error",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 c92ab6480..fe55a9405 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -9,7 +9,7 @@ http://95.46.208.8:26258/belarus4 https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus24.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus24.by" status="online",Belarus 24 (720p) http://serv30.vintera.tv:8081/belarus24/belarus24/playlist.m3u8 -#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="online",Первый Музыкальный Канал 4K (2160p) +#EXTINF:-1 tvg-id="FirstMusicChannel4K.by" status="timeout",Первый Музыкальный Канал 4K (2160p) http://rtmp.one.by:1499 #EXTINF:-1 tvg-id="FirstMusicChannel.by" status="online",Первый Музыкальный Канал (576p) http://hz1.teleport.cc/HLS/SD.m3u8 diff --git a/streams/bz.m3u b/streams/bz.m3u index 586606a60..18c9f44e4 100644 --- a/streams/bz.m3u +++ b/streams/bz.m3u @@ -3,5 +3,5 @@ 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="online",Krem TV https://kalends.anl.bz/localchannels/kremtel.stream/playlist.m3u8 diff --git a/streams/ca.m3u b/streams/ca.m3u index 51e42bedb..e5a5e7b83 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -9,13 +9,13 @@ 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="online",Belmedia TV (1080p) +#EXTINF:-1 tvg-id="BelmediaTV.ca" status="timeout",Belmedia TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtj2xA6lW9BPE4BxnhxQQkw/live #EXTINF:-1 tvg-id="CanadaOne.ca" status="online",Canada One (720p) [Not 24/7] http://cdn8.live247stream.com/canadaone/tv/playlist.m3u8 #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="error",Canadian Arab TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanadianArabTV.ca" status="online",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 @@ -53,7 +53,7 @@ https://streamer12.vdn.dstreamone.net/saazoawaz/saazoawaz/playlist.m3u8 https://eu.streamjo.com/eetlive/eettv.m3u8 #EXTINF:-1 tvg-id="FightNetwork.ca" status="online",Fight Network (1080p) https://d12a2vxqkkh1bo.cloudfront.net/hls/main.m3u8 -#EXTINF:-1 tvg-id="GurSikhSabhaTV.ca" status="error",GurSikh Sabha TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GurSikhSabhaTV.ca" status="online",GurSikh Sabha TV (720p) [Not 24/7] http://cdn12.henico.net:8080/live/gsctv/index.m3u8 #EXTINF:-1 tvg-id="IciRDI.ca" status="online",ICI RDI (720p) https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8 @@ -61,7 +61,7 @@ https://rcavlive.akamaized.net/hls/live/704025/xcanrdi/master.m3u8 https://60ba7ef02e687.streamlock.net/ICNET2/ngrp:icnet_all/playlist.m3u8 #EXTINF:-1 tvg-id="IIPCTV.ca" status="online",IIPC TV (480p) [Geo-blocked] https://uni10rtmp.tulix.tv/iipctv/iipctv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ITCTV.ca" status="online",ITC TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="ITCTV.ca" status="blocked",ITC TV (480p) [Geo-blocked] https://dacastmmd.mmdlive.lldns.net/dacastmmd/f05d55e42dc746c8bd36edafbace7cc1/playlist.m3u8 #EXTINF:-1 tvg-id="Knowledge.ca" status="blocked",Knowledge (720p) [Geo-blocked] http://knstream1.azureedge.net/knlive/knlive_high.m3u8 @@ -92,9 +92,9 @@ http://stream.pardesitv.online/pardesi/tracks-v1a1/mono.m3u8 #EXTINF:-1 tvg-id="ParnianTV.ca" status="online",Parnian TV (720p) https://live2.parnian.tv/hls/.m3u8 #EXTINF:-1 tvg-id="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) -https://vse2-eu-all59.secdn.net/barakyah-channel/live/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="PlymouthRockTV.ca" status="online",Plymouth Rock TV (1080p) +https://vse2-eu-all59.secdn.net/barakyah-channel/live/plymouthtvedge/playlist.m3u8 #EXTINF:-1 tvg-id="PrimeCanadaTV.ca" status="online",Prime Canada TV (720p) [Not 24/7] http://cdn27.live247stream.com/primecanada/247/primecanada/stream1/playlist.m3u8 #EXTINF:-1 tvg-id="QuoVadisTV.ca" status="online",Quo Vadis Ministry TV (720p) @@ -115,11 +115,11 @@ http://live.tamilvision.tv:8081/TVI/HD/playlist.m3u8 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] https://5790d294af2dc.streamlock.net/8150/8150/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="error",Télé-Mag Québec (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="timeout",Télé-Mag Québec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCNKXYT-Nng5LBMUQrZJ9zWA/live -#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="error",Télé-Mag Québec (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleMagQuebec.ca" status="timeout",Télé-Mag Québec (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/ctmq/live -#EXTINF:-1 tvg-id="TheChannelTV.ca" status="error",The Channel TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TheChannelTV.ca" status="online",The Channel TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/thechanneltv.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Toronto360TV.ca" status="online",Toronto 360 TV (720p) [Not 24/7] http://toronto3.live247stream.com/toronto360/tv/playlist.m3u8 @@ -133,11 +133,7 @@ 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 +#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="" 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 69fc75600..b8c588b2c 100644 --- a/streams/ca_samsung.m3u +++ b/streams/ca_samsung.m3u @@ -19,7 +19,7 @@ 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 +#EXTINF:-1 tvg-id="DryBarComedy.ca" 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 @@ -27,11 +27,11 @@ https://failarmy-international-ca.samsung.wurl.tv/playlist.m3u8 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 +#EXTINF:-1 tvg-id="KidoodleTV.ca" 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 +#EXTINF:-1 tvg-id="MHZ.ca" 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 diff --git a/streams/cg.m3u b/streams/cg.m3u index f306cb01d..2d5f9d59e 100644 --- a/streams/cg.m3u +++ b/streams/cg.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="Africanews.cg" status="online",Africanews (720p) +#EXTINF:-1 tvg-id="Africanews.cg" status="timeout",Africanews (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/africanews/live diff --git a/streams/ch.m3u b/streams/ch.m3u index 88d0ccade..d3123d447 100644 --- a/streams/ch.m3u +++ b/streams/ch.m3u @@ -1,8 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="CanalAlphaJura.ch" status="online",Canal Alpha Jura (360p) -https://canalalphaju.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8 -#EXTINF:-1 tvg-id="CanalAlphaJura.ch" status="online",Canal Alpha Jura (360p) https://edge.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8 +#EXTINF:-1 tvg-id="CanalAlphaJura.ch" status="online",Canal Alpha Jura (360p) +https://canalalphaju.vedge.infomaniak.com/livecast/ik:canalalphaju/playlist.m3u8 #EXTINF:-1 tvg-id="CanalAlphaNeuchatel.ch" status="online",Canal Alpha Neuchatel (1080p) [Not 24/7] https://edge.vedge.infomaniak.com/livecast/ik:canalalpha/playlist.m3u8 #EXTINF:-1 tvg-id="DieNeueZeitTV.ch" status="online",Die Neue Zeit (576p) diff --git a/streams/ch_samsung.m3u b/streams/ch_samsung.m3u index 5bbe284da..526341222 100644 --- a/streams/ch_samsung.m3u +++ b/streams/ch_samsung.m3u @@ -7,7 +7,7 @@ https://rakuten-comedymovies-4-ch.samsung.wurl.tv/playlist.m3u8 https://rakuten-spotlight-4-ch.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Rakuten TV Documentaries Switzerland (720p) https://rakuten-documentaries-4-ch.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" 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="" 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 diff --git a/streams/cl.m3u b/streams/cl.m3u index e401a7f15..035423a65 100644 --- a/streams/cl.m3u +++ b/streams/cl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="24Horas.cl" status="online",24 Horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="24Horas.cl" status="error",24 Horas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/24HORAS/live #EXTINF:-1 tvg-id="ADNTV.cl" status="online",ADN Radio (1080p) https://unlimited1-us.dps.live/adntv/adntv.smil/playlist.m3u8 @@ -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://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] https://unlimited1-us.dps.live/c9/c9.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal9BioBioTelevision.cl" status="online",Canal 9 Bío Bío Televisión (1080p) [Not 24/7] +https://unlimited6-cl.dps.live/c9/c9.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Canal11Aysen.cl" status="online",Canal 11 Aysén https://v1.tustreaming.cl:19360/canal11aysen/canal11aysen.m3u8 #EXTINF:-1 tvg-id="Canal13.cl" status="blocked",Canal 13 (720p) [Geo-blocked] @@ -57,12 +57,12 @@ https://live.tvcontrolcp.com:1936/sancarlostv/sancarlostv/playlist.m3u8 https://v1.tustreaming.cl:19360/canalsurpatagoniatv/canalsurpatagoniatv.m3u8 #EXTINF:-1 tvg-id="CaracolaTV.cl" status="online",Caracola TV (Peñalolén) (720p) [Not 24/7] 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="online",Carolina TV (1080p) [Not 24/7] +https://unlimited1-us.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) @@ -85,9 +85,9 @@ https://github.com/MachineSystems/archived_m3u8/raw/main/elpinguino_cl.m3u8 https://stream.wifispeed.cl:3103/live/energeek1live.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 Wowly (720p) [Not 24/7] +#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="EnerGeek3.cl" status="online",EnerGeek Wowly (720p) [Not 24/7] +#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 @@ -137,7 +137,7 @@ 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 @@ -159,10 +159,10 @@ https://scl.edge.grupoz.cl/planetatvkids/live/playlist.m3u8 https://mediacpstreamchile.com:1936/8152/8152/playlist.m3u8 #EXTINF:-1 tvg-id="PlanetaTVMovie.cl" status="online",Planeta TV Movies (720p) https://scl.edge.grupoz.cl/movie/live/playlist.m3u8 -#EXTINF:-1 tvg-id="Portalfoxmix.cl" status="online",Portalfoxmix (480p) [Not 24/7] -https://593b04c4c5670.streamlock.net/portalfoxmix/portalfoxmix/playlist.m3u8 #EXTINF:-1 tvg-id="Portalfoxmix.cl" status="online",Portalfoxmix (908p) [Not 24/7] http://tv.portalfoxmix.club:1935/portalfoxmix/portalfoxmix/playlist.m3u8 +#EXTINF:-1 tvg-id="Portalfoxmix.cl" status="online",Portalfoxmix (480p) [Not 24/7] +https://593b04c4c5670.streamlock.net/portalfoxmix/portalfoxmix/playlist.m3u8 #EXTINF:-1 tvg-id="PuconTV.cl" status="online",Pucón TV (1080p) [Not 24/7] https://pantera1-100gb-cl-movistar.dps.live/pucontv/pucontv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="PuranoticiaTV.cl" status="online",Puranoticia TV @@ -205,17 +205,17 @@ 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="online",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 -#EXTINF:-1 tvg-id="T13.cl" status="error",T13 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="T13.cl" status="timeout",T13 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCsRnhjcUCR78Q3Ud6OXCTNg/live #EXTINF:-1 tvg-id="Tele2WebRetiro.cl" status="blocked",Tele 2 Web (Retiro) (720p) [Not 24/7] https://inliveserver.com:1936/11516/11516/playlist.m3u8 #EXTINF:-1 tvg-id="Telecanal.cl" status="online",Telecanal https://unlimited1-cl-isp.dps.live/tctc/tctc.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TeletrakTV.cl" status="online",Teletrak (720p) +#EXTINF:-1 tvg-id="TeletrakTV.cl" status="error",Teletrak (720p) https://unlimited6-cl.dps.live/sportinghd/sportinghd.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TendenciasPrime.cl" status="online",Tendencias Prime (T31 | Ñuñoa) (1080p) [Not 24/7] https://v2.tustreaming.cl/tendenciastv/index.m3u8 @@ -291,11 +291,11 @@ https://unlimited6-cl.dps.live/vtv/vtv.smil/playlist.m3u8 https://mdstrm.com/live-stream-playlist/6046495ddf98b007fa2fe807.m3u8 #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] +#EXTINF:-1 tvg-id="ZizaTV.cl" status="error",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="online",CHV Noticias (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",CHV Noticias (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRsUoZYC1ULUspipMRnMhwg/live #EXTINF:-1 tvg-id="" status="online",PlanetaTV 90s (720p) https://mediacpstreamchile.com:1936/8102/8102/playlist.m3u8 diff --git a/streams/cn.m3u b/streams/cn.m3u index 92500b430..3e720cbca 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -91,7 +91,7 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227295/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8 -#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="error",CCTV-4 Asia (576p) +#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="online",CCTV-4 Asia (576p) http://210.210.155.37/qwr9ew/s/s19/index.m3u8 #EXTINF:-1 tvg-id="CCTV5.cn" status="online",CCTV-5体育 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225633/index.m3u8 @@ -389,7 +389,7 @@ http://210.210.155.37/x6bnqe/s/s29/index.m3u8 http://210.210.155.37/qwr9ew/s/s50/index.m3u8 #EXTINF:-1 tvg-id="TVS2.cn" status="timeout",TVS2 (576p) http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221227005/index.m3u8 -#EXTINF:-1 tvg-id="XingKongInternational.cn" status="online",Xing Kong International (360p) +#EXTINF:-1 tvg-id="XingKongInternational.cn" status="error",Xing Kong International (360p) http://210.210.155.37/x6bnqe/s/s94/index2.m3u8 #EXTINF:-1 tvg-id="" status="timeout",BesTV超级 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226942/index.m3u8 @@ -446,9 +446,9 @@ http://183.207.249.16/PLTV/3/224/3221225539/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",NewTV搏击 (720p) http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221226803/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",NewTV精品電影 (1080p) -http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221225567/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",NewTV精品電影 (1080p) http://183.207.249.14/PLTV/3/224/3221225567/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",NewTV精品電影 (1080p) +http://223.110.245.153/ott.js.chinamobile.com/PLTV/3/224/3221225567/index.m3u8 #EXTINF:-1 tvg-id="" status="online",NewTV超级电影 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225623/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",SDETV (576p) @@ -531,7 +531,7 @@ http://112.25.48.68/live/program/live/dycjhd/4000000/mnf.m3u8 http://39.134.115.163:8080/PLTV/88888910/224/3221225654/index.m3u8 #EXTINF:-1 tvg-id="" status="online",上海纪实 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225655/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",上海这一刻魔都眼 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",上海这一刻魔都眼 (720p) [Not 24/7] http://bililive.kksmg.com/hls/sdi80/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",上海都市 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/ylpdhd/4000000/mnf.m3u8 @@ -595,7 +595,7 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227027/index.m3u8 http://112.25.48.68/live/program/live/zgqx/1300000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",中国教育1 (1080p) [Not 24/7] http://39.134.39.39/PLTV/88888888/224/3221226282/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",中国气象 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",中国气象 (576p) [Not 24/7] http://hls.weathertv.cn/tslslive/qCFIfHB/hls/live_sd.m3u8 #EXTINF:-1 tvg-id="" status="blocked",中天新聞 (1080p) [Not 24/7] http://seb.sason.top/sc/ztxw_fhd.m3u8 @@ -645,9 +645,9 @@ 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="timeout",仙桃新聞綜合 (576p) +#EXTINF:-1 tvg-id="" status="online",仙桃新聞綜合 (576p) http://221.233.242.239:280/live/71/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",仙桃生活文體 (576p) +#EXTINF:-1 tvg-id="" status="online",仙桃生活文體 (576p) http://221.233.242.239:280/live/72/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",优漫卡通 (576p) http://183.207.249.15/PLTV/4/224/3221225933/index.m3u8 @@ -713,7 +713,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="online",凤台文化生活 (576p) [Not 24/7] http://60.175.115.119:1935/live/wenhua/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",凤台综合 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",凤台综合 (576p) [Not 24/7] http://60.175.115.119:1935/live/zonghe/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",利川公共 (180p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3u8 @@ -721,7 +721,7 @@ http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w1847269952_b204800.m3 http://lichuan.live.tempsource.cjyun.org/videotmp/s10093-lcgg.m3u8 #EXTINF:-1 tvg-id="" status="online",利川新闻综合 (480p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/chunklist_w439903609_b1228800.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",前郭综合 [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",前郭综合 [Geo-blocked] http://stream2.jlntv.cn/qg/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="timeout",动作电影 (1080p) http://39.134.19.68/dbiptv.sn.chinamobile.com/PLTV/88888888/224/3221226465/index.m3u8 @@ -877,7 +877,7 @@ http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 巴中综合台 (1080p) [Not 24/7] http://30814.hlsplay.aodianyun.com/lms_30814/tv_channel_246.flv -#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/sctv6/index.m3u8 #EXTINF:-1 tvg-id="" status="blocked",四川 Ⅰ 达州公共台 (720p) [Not 24/7] http://m3u8.channellive.dzxw.net/cms/videos/nmip-media/channellive/channel36/playlist.m3u8 @@ -887,7 +887,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 @@ -947,7 +947,7 @@ http://61.244.22.5/ch3/ch3.live/playlist.m3u8 http://223.110.245.169/PLTV/4/224/3221227026/index.m3u8 #EXTINF:-1 tvg-id="" status="online",如东新闻综合 (480p) [Not 24/7] http://live.rdxmt.com/channels/rudong/news/flv:sd/live -#EXTINF:-1 tvg-id="" status="online",孟州电视台 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",孟州电视台 (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10883-1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",宁夏卫视 (540p) http://112.25.48.68/live/program/live/nxws/1300000/mnf.m3u8 @@ -1001,7 +1001,7 @@ http://zbbf2.ahtv.cn/live/749.m3u8 http://112.25.48.68/live/program/live/ahwshd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="blocked",安徽小说评书广播 [Geo-blocked] http://stream1.ahrtv.cn/xspsgb/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",安徽戏曲广播 [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",安徽戏曲广播 [Geo-blocked] http://stream2.ahrtv.cn/xnxq/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="blocked",安徽新闻综合广播 [Geo-blocked] http://stream2.ahrtv.cn/xnxw/sd/live.m3u8 @@ -1167,7 +1167,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225731/index.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=138&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227008/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",康巴卫视 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",康巴卫视 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/kangba/1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",延边卫视 (576p) http://223.110.245.139/PLTV/4/224/3221227002/index.m3u8 @@ -1269,9 +1269,9 @@ http://183.207.248.71/gitv/live1/G_XINJIANG/G_XINJIANG http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",新疆卫视 (576p) http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",新疆少儿 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",新疆少儿 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb12.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",新疆汉语信息服务 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",新疆汉语信息服务 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb11.m3u8 #EXTINF:-1 tvg-id="" status="timeout",新疆汉语综艺 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb04.m3u8 @@ -1463,7 +1463,7 @@ http://lives.jnnews.tv/video/s10001-JTV3/index.m3u8 http://lives.jnnews.tv/video/s10001-JTV4/index.m3u8 #EXTINF:-1 tvg-id="" status="online",济宁教育 (1080p) http://lives.jnnews.tv/video/s10001-JTV2/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",浙江6套 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",浙江6套 (1080p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel06/1080p.m3u8 #EXTINF:-1 tvg-id="" status="online",浙江 Ⅰ 浙江休闲 (720p) [Not 24/7] http://hw-m-l.cztv.com/channels/lantian/channel06/720p.m3u8 @@ -1583,9 +1583,9 @@ 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="timeout",深州綜合頻道 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",深州綜合頻道 (360p) [Not 24/7] http://hbsz.chinashadt.com:2036/live/stream:sztv.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://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 @@ -1829,7 +1829,7 @@ http://live1.wuhubtv.com/channel3/sd/live.m3u8 http://live1.wuhubtv.com/channel1/sd/live.m3u8 #EXTINF:-1 tvg-id="" status="online",芜湖生活 (576p) http://live1.wuhubtv.com/channel2/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",荣昌综合 (404p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",荣昌综合 (404p) [Not 24/7] http://183.64.181.25:40023/rongchang01.m3u8 #EXTINF:-1 tvg-id="" status="timeout",莒縣圖文頻道 (720p) http://61.162.225.122:8181/live/test3.m3u8 @@ -1883,7 +1883,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="timeout",西青新闻综合 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",西青新闻综合 (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 @@ -1908,9 +1908,9 @@ http://zsxj.chinashadt.com:1935/live/xjsh.stream_360p/playlist.m3u8 #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.71/PLTV/3/224/3221225566/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",辽宁卫视 (576p) http://183.207.249.12/PLTV/4/224/3221225802/index.m3u8 +#EXTINF:-1 tvg-id="" status="timeout",辽宁卫视 (576p) +http://183.207.249.71/PLTV/3/224/3221225566/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",辽宁卫视 (720p) http://125.210.152.18:9090/live/LNWSHD_H265.m3u8 #EXTINF:-1 tvg-id="" status="online",辽宁卫视 (1080p) diff --git a/streams/co.m3u b/streams/co.m3u index e4f373083..671326055 100644 --- a/streams/co.m3u +++ b/streams/co.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AcuarioTelevision.co" status="online",Acuario Televisión (Rionegro | Antioquia) +#EXTINF:-1 tvg-id="AcuarioTelevision.co" status="timeout",Acuario Televisión (Rionegro | Antioquia) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canalacuario #EXTINF:-1 tvg-id="Amordiscos.co" status="timeout",Amordiscos (480p) https://5b464b69d264e.streamlock.net/Channels_live/ngrp:amordiscos_all/playlist.m3u8 @@ -7,19 +7,21 @@ 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] https://streamyes.alsolnet.com/buturama/live/playlist.m3u8 #EXTINF:-1 tvg-id="Cablenoticias.co" status="online",Cablenoticias (Bogotà | Cundinamarca) (1080p) https://5ea86ddd14ce7.streamlock.net/live/cable09061970/playlist.m3u8 -#EXTINF:-1 tvg-id="CaliTV.co" status="online",Cali TV (Santiago de Cali | Valle del Cauca) (540p) [Not 24/7] +#EXTINF:-1 tvg-id="CaliTV.co" status="error",Cali TV (Santiago de Cali | Valle del Cauca) (540p) [Not 24/7] https://5ab772334c39c.streamlock.net/live-calitv/calitv1/playlist.m3u8 #EXTINF:-1 tvg-id="CampoTelevision.co" status="online",Campo Televisión (Santa Marta) https://video17.virtualtronics.com/streamer/canalcampotv.m3u8 #EXTINF:-1 tvg-id="Canal1.co" status="blocked",Canal 1 (1080p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5a5e1c2568b1910913db5fe2.m3u8 -#EXTINF:-1 tvg-id="Canal2Alpavision.co" status="online",Canal 2 Alpavisión (Neiva | Huila) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal2Alpavision.co" status="error",Canal 2 Alpavisión (Neiva | Huila) (720p) [Not 24/7] https://stmv1.voxtvhd.com.br/alpavision/alpavision/playlist.m3u8 #EXTINF:-1 tvg-id="CanalC.co" status="online",Canal C (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://stmv2.voxtvhd.com.br/canalccali/canalccali/playlist.m3u8 @@ -35,6 +37,8 @@ http://66.240.236.26:1935/canalpycvivo/canalpycvivo/canalpycvivo/playlist.m3u8 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) @@ -46,6 +50,8 @@ 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 @@ -57,7 +63,7 @@ https://vcp.myplaytv.com/moviefe/ngrp:moviefe_all/playlist.m3u8 https://cloud2.streaminglivehd.com:1936/8010/8010/playlist.m3u8 #EXTINF:-1 tvg-id="Noticiero90Minutos.co" status="online",Noticiero 90 Minutos (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://live-edge-bhs-1.cdn.enetres.net/184784E1D210401F8041E3E1266822CC021/playlist.m3u8 -#EXTINF:-1 tvg-id="SenalColombia.co" status="online",Señal Colombia (1080p) +#EXTINF:-1 tvg-id="SenalColombia.co" status="timeout",Señal Colombia (1080p) https://streaming.rtvc.gov.co/TV_Senal_Colombia_live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TDIColombia.co" status="online",TDI Colombia (720p) [Not 24/7] https://play.amelbasoluciones.co:3971/live/tdicolombiatvlive.m3u8 @@ -81,7 +87,9 @@ https://liveingesta118.cdnmedia.tv/telemedellintvlive/smil:dvrlive.smil/playlist https://5b464b69d264e.streamlock.net/Channels_live/ngrp:telemusica_all/playlist.m3u8 #EXTINF:-1 tvg-id="Telepacifico.co" status="online",Telepacífico (Santiago de Cali | Valle del Cauca) (720p) [Not 24/7] https://stream.logicideas.media/telepacifico-live/smil:live.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleSanJacinto.co" status="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 @@ -93,15 +101,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="error",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="error",Zuldemayda Canal 13 (Armenia | Quindio) +#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 a296cd64f..c06fba8f8 100644 --- a/streams/cr.m3u +++ b/streams/cr.m3u @@ -7,11 +7,11 @@ 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="blocked",Canal 13 Sinart (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal13Sinart.cr" status="timeout",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] +#EXTINF:-1 tvg-id="Canal38.cr" status="error",Canal 38 (720p) [Not 24/7] https://rtmp.info/canal38/envivo/chunks.m3u8 -#EXTINF:-1 tvg-id="Canal38.cr" status="online",Canal 38 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal38.cr" status="error",Canal 38 (720p) [Not 24/7] 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 @@ -21,7 +21,7 @@ https://api.new.livestream.com/accounts/ejtvla/events/2294538/live.m3u8 https://www.livestreamcdn.net:444/ExtremaTV/ExtremaTV/playlist.m3u8 #EXTINF:-1 tvg-id="Humor247.cr" status="online",Humor 24-7 (360p) https://srv.panelcast.net/humor247/humor247/playlist.m3u8 -#EXTINF:-1 tvg-id="NicoyaTV.cr" status="online",NicoyaTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NicoyaTV.cr" status="error",NicoyaTV (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/nicoyatv/nicoyatv/playlist.m3u8 #EXTINF:-1 tvg-id="SMOTV.cr" status="timeout",SMO TV http://186.15.50.30:8080/hls/smotv.m3u8 @@ -33,7 +33,7 @@ https://59ef525c24caa.streamlock.net/ARBtv/ARBtv/playlist.m3u8 http://k3.usastreams.com/telesur/telesur/playlist.m3u8 #EXTINF:-1 tvg-id="TeleSURCostaRica.cr" status="online",TeleSUR Costa Rica (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/telesur/telesur/playlist.m3u8 -#EXTINF:-1 tvg-id="Teletica7.cr" status="blocked",Teletica 7 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Teletica7.cr" status="error",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="error",Tele Uno (720p) [Not 24/7] http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 @@ -41,11 +41,11 @@ http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.m3u8 #EXTINF:-1 tvg-id="TVSurCanal9.cr" status="online",TV Sur Canal 9 (480p) [Not 24/7] http://tv.ticosmedia.com:1935/TVSUR/TVSUR/playlist.m3u8 -#EXTINF:-1 tvg-id="TVSurCanal14.cr" status="error",TV Sur Canal 14 (720p) +#EXTINF:-1 tvg-id="TVSurCanal14.cr" status="online",TV Sur Canal 14 (720p) https://5bf8041cb3fed.streamlock.net/TVSURCANAL14/TVSURCANAL14/playlist.m3u8 #EXTINF:-1 tvg-id="VideoTourChannel.cr" status="online",Video Tour Channel (480p) [Not 24/7] http://k4.usastreams.com/videotour/videotour/playlist.m3u8 -#EXTINF:-1 tvg-id="VMLatino.cr" status="error",VM Latino (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VMLatino.cr" status="online",VM Latino (720p) [Not 24/7] https://59ef525c24caa.streamlock.net/vmtv/vmlatino/playlist.m3u8 #EXTINF:-1 tvg-id="VoiceOverRadioTV.cr" status="online",VoiceOver Radio TV https://cloudvideo.servers10.com:8081/8198/index.m3u8 @@ -57,7 +57,7 @@ http://190.7.192.164:8002/play/s12 http://190.7.192.164:8002/play/s11 #EXTINF:-1 tvg-id="" status="online",Canal 11 Repretel https://d3bgcstab9qhdz.cloudfront.net/hls/canal11.m3u8 -#EXTINF:-1 tvg-id="" status="online",STV El Camal Familiar (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",STV El Camal Familiar (720p) [Not 24/7] http://tiquiciatv.com:1935/stv/web/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TD+2 https://m6gdar5eyn93-hls-live.5centscdn.com/TDMas2/2409f772ae1a7179adc3f7da77d8785f.sdp/playlist.m3u8 diff --git a/streams/cu.m3u b/streams/cu.m3u index c62c741bc..3064a5114 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 09b4072d8..12204c3b8 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -57,7 +57,7 @@ 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] +#EXTINF:-1 tvg-id="KibrisTV.cy" 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 diff --git a/streams/de.m3u b/streams/de.m3u index 3954c5329..1b30c4635 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="timeout",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] diff --git a/streams/de_adultswim.m3u b/streams/de_adultswim.m3u index 31bb9f2b7..fd77fd571 100644 --- a/streams/de_adultswim.m3u +++ b/streams/de_adultswim.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AdultSwimAquaTeenHungerForce.us" status="online",Adult Swim Aqua Teen Hunger Force (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimAquaTeenHungerForce.us" status="timeout",Adult Swim Aqua Teen Hunger Force (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/aqua-teen/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimBlackJesus.us" status="online",Adult Swim Black Jesus (1080p) [Geo-blocked] http://adultswim-vodlive.cdn.turner.com/live/black-jesus/stream_de.m3u8 @@ -7,7 +7,7 @@ http://adultswim-vodlive.cdn.turner.com/live/black-jesus/stream_de.m3u8 https://adultswim-vodlive.cdn.turner.com/live/channel-5/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimDreamCorpLLC.us" status="online",Adult Swim Dream Corp LLC (1080p) [Geo-blocked] http://adultswim-vodlive.cdn.turner.com/live/DREAM-CORP-LLC/stream_de.m3u8 -#EXTINF:-1 tvg-id="AdultSwimInfomercials.us" status="timeout",Adult Swim Infomercials (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="AdultSwimInfomercials.us" status="online",Adult Swim Infomercials (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/infomercials/stream_de.m3u8 #EXTINF:-1 tvg-id="AdultSwimLastStreamOnTheLeft.us" status="online",Adult Swim Last Stream On The Left (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/lsotl/stream_de.m3u8 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index 25e9a1c95..9664284d8 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -61,10 +61,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf26 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d00e8adaab96b5635b2a005&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=248&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e8adaab96b5635b2a005&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=715c465f-0715-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVSpongeBobSchwammkopf.de" status="online",Pluto TV SpongeBob Schwammkopf (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d00e8adaab96b5635b2a005/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d00e8adaab96b5635b2a005&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=715c465f-0715-11eb-a18c-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVVictorious.de" status="online",Pluto TV Victorious (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8b5e43f294f8000793c3d7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TeenNickGermany.de" status="online",Pluto TV TeenNick (720p) diff --git a/streams/do.m3u b/streams/do.m3u index 99bb00def..68adf897c 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -21,13 +21,13 @@ https://62ac3ff10e9f0.streamlock.net:1936/cielotv/cielotv/playlist.m3u8 https://live.teledom.info:3713/live/cinevisionlive.m3u8 #EXTINF:-1 tvg-id="ConstanzaTV.do" status="online",ConstanzaTV https://ss9.domint.net:3026/ctv8_str/contanzatv/playlist.m3u8 -#EXTINF:-1 tvg-id="CotubanamaTV.do" status="online",Cotubanama TV +#EXTINF:-1 tvg-id="CotubanamaTV.do" status="error",Cotubanama TV https://cdn4.hostlagarto.com:8081/static/cotubanamatv/playlist.m3u8 #EXTINF:-1 tvg-id="CromTV.do" status="online",CromTV https://cdn4.hostlagarto.com:8081/static/cromtv/playlist.m3u8 #EXTINF:-1 tvg-id="DANTV.do" status="online",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) +#EXTINF:-1 tvg-id="Digital15.do" status="timeout",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 @@ -43,15 +43,15 @@ 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="online",Hermanas Mirabal TV (720p) [Not 24/7] https://cm.hostlagarto.com:4445/Hmtv/hmtv.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="Hits360TV.do" status="online",Hits 360 TV (720p) [Not 24/7] http://cm.hostlagarto.com:8081/hits360tv/hits360HD.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="HM.do" status="blocked",HM (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="HM.do" status="online",HM (720p) [Geo-blocked] http://cm.hostlagarto.com:8081/Hmtv/hmtv.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="ImagenUniversalTV.do" status="error",Imagen Universal TV +#EXTINF:-1 tvg-id="ImagenUniversalTV.do" status="online",Imagen Universal TV https://imagenuniversaltv.net:3771/live/iutvlive.m3u8 #EXTINF:-1 tvg-id="LaCaletaTV.do" status="online",La Caleta TV https://cdn4.hostlagarto.com:8081/static/lacaletatv/playlist.m3u8 @@ -67,11 +67,11 @@ 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="error",Mision ELTV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MisionELTV.do" status="online",Mision ELTV (480p) [Not 24/7] https://5790d294af2dc.streamlock.net/8286/8286/playlist.m3u8 #EXTINF:-1 tvg-id="MiTV.do" status="online",MiTV https://ss2.domint.net:3204/mitv_str/mitv/playlist.m3u8 -#EXTINF:-1 tvg-id="MorroTV.do" status="online",MorroTV +#EXTINF:-1 tvg-id="MorroTV.do" status="error",MorroTV https://cloudflare.streamgato.us:3044/live/morrotvlive.m3u8 #EXTINF:-1 tvg-id="Musavision.do" status="online",Musavisión https://cm.hostlagarto.com:4445/Musavisionhd/Musavisionhd/playlist.m3u8 @@ -113,25 +113,25 @@ https://ss8.domint.net:3128/stv_str/tv55/master.m3u8 http://108.175.14.125:1935/tdn/tdn/playlist.m3u8 #EXTINF:-1 tvg-id="TeleBendicion.do" status="timeout",TeleBendicion (720p) [Not 24/7] http://ss8.domint.net:2124/tbt_str/telebendicion/playlist.m3u8 -#EXTINF:-1 tvg-id="Telecanal28.do" status="online",Telecanal 28 (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="Telecanal28.do" status="blocked",Telecanal 28 (360p) [Geo-blocked] http://cm.hostlagarto.com:8081/Telecanal-28/telecanal.myStream/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7] -http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="online",TeleCibao (720p) [Not 24/7] https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleCibaoHD.do" status="blocked",TeleCibao (720p) [Not 24/7] +http://cm.hostlagarto.com:8081/Telecibao/Telecibao/playlist.m3u8 #EXTINF:-1 tvg-id="Telecontacto.do" status="online",Telecontacto https://vdo1.streamgato.us:3578/live/telecontactohdlive.m3u8 #EXTINF:-1 tvg-id="Telefuturo.do" status="online",Telefuturo https://ss9.domint.net:3054/tf_str/telefuturo/playlist.m3u8 #EXTINF:-1 tvg-id="Telefuturo.do" status="timeout",Telefuturo Canal 23 (720p) [Not 24/7] http://ss8.domint.net:2118/tf_str/futu/master.m3u8 -#EXTINF:-1 tvg-id="Teleimpacto.do" status="online",Teleimpacto (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Teleimpacto.do" status="timeout",Teleimpacto (720p) [Not 24/7] http://190.122.96.188:8888/http/013 #EXTINF:-1 tvg-id="Telemax.do" status="online",Telemax https://cdn2.streamgato.us/telemax/telemax/playlist.m3u8 -#EXTINF:-1 tvg-id="Telemilenio.do" status="online",Telemilenio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Telemilenio.do" status="error",Telemilenio (720p) [Not 24/7] http://cm.hostlagarto.com:8081/Telemilenio/Telemilenio.myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Telenord8.do" status="online",Telenord 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Telenord8.do" status="error",Telenord 8 (1080p) [Not 24/7] http://newyorkstream.ddns.net:1935/telenord8/telenord8/playlist.m3u8 #EXTINF:-1 tvg-id="Telenord10.do" status="online",Telenord Canal 10 (1080p) [Not 24/7] http://newyorkstream.ddns.net:1935/telenord10/telenord10/playlist.m3u8 @@ -157,13 +157,11 @@ https://vdo1.streamgato.us:3359/live/tvexitoslive.m3u8 https://vdo1.streamgato.us:3046/live/tvhigueycanal12live.m3u8 #EXTINF:-1 tvg-id="TVO.do" status="online",TVO https://rctvhd.net:8081/tvoromanalive/index.m3u8 -#EXTINF:-1 tvg-id="TVS.do" status="error",TVS (540p) [Geo-blocked] -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] https://streaming.telecablecentral.com.do/Vallevision/ValleHD/playlist.m3u8 -#EXTINF:-1 tvg-id="Yunavision.do" status="error",Yunavisión +#EXTINF:-1 tvg-id="Yunavision.do" status="online",Yunavisión https://ss9.domint.net:3036/yv_str/yunavision/playlist.m3u8 #EXTINF:-1 tvg-id="Zol106.do" status="online",Zol106 (720p) [Not 24/7] https://ss3.domint.net:3108/zol_str/vzol/playlist.m3u8 diff --git a/streams/dz.m3u b/streams/dz.m3u index 5b5808a05..d55a93077 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -7,29 +7,29 @@ https://cdn02.hta.dz/abr_htatv/El_Fhama_TV/playlist.m3u8 https://cdn02.hta.dz/abr_htatv/Bahia_TV/playlist.m3u8 #EXTINF:-1 tvg-id="CNA.dz" status="online",CNA (Chaîne Nord Africaine) (360p) [Not 24/7] https://live.creacast.com/cna/smil:cna.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="EchoroukNews.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk News (480p) [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -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="EchoroukNews.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk News (480p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +https://cdn02.hta.dz/abr_htatv/ECHOROUK_NEWS/playlist.m3u8 #EXTINF:-1 tvg-id="EchoroukTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Echorouk TV (720p) [Geo-blocked] #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] +#EXTINF:-1 tvg-id="ElBilad.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Bilad [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_BILAD/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="error",El Djazairia One [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairiaOne.dz" status="blocked",El Djazairia One [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_DJAZAIRIA_TV/playlist.m3u8 -#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] +#EXTINF:-1 tvg-id="ElDjazairN1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/El_Djazair_N1/playlist.m3u8 -#EXTINF:-1 tvg-id="ElFadjerTV.dz" status="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 Fadjr TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElFadjerTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Fadjr TV [Geo-blocked] #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_FADJR_TV_DZ/playlist.m3u8 #EXTINF:-1 tvg-id="ElHayatTV.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 Hayat TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/EL_HAYAT_TV_ALGERIE/playlist.m3u8 -#EXTINF:-1 tvg-id="EnnaharTV.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] +#EXTINF:-1 tvg-id="EnnaharTV.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Ennahar TV [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/ENNAHAR_TV/playlist.m3u8 #EXTINF:-1 tvg-id="SamiraTV.dz" status="blocked" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Samira TV [Geo-blocked] @@ -47,18 +47,18 @@ https://cdn02.hta.dz/abr_htatv/A3_HD/playlist.m3u8 #EXTINF:-1 tvg-id="TV4.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 TV4 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_4/playlist.m3u8 -#EXTINF:-1 tvg-id="TV5.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV5 [Geo-blocked] +#EXTINF:-1 tvg-id="TV5.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV5 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/TV_5/playlist.m3u8 -#EXTINF:-1 tvg-id="TV6.dz" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] +#EXTINF:-1 tvg-id="TV6.dz" status="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] #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] #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 +#EXTINF:-1 tvg-id="" status="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",AL24 News #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/AL24_News/playlist.m3u8 diff --git a/streams/ec.m3u b/streams/ec.m3u index 2a7843fa8..8a0ea4e3c 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -1,17 +1,17 @@ #EXTM3U -#EXTINF:-1 tvg-id="Asomavision.ec" status="error",Asomavisión +#EXTINF:-1 tvg-id="Asomavision.ec" status="online",Asomavisión https://asomatv.duckdns.org/livestream/stream.m3u8 #EXTINF:-1 tvg-id="EcotelTV.ec" status="online",Ecotel (720p) [Not 24/7] https://ecotel.streamseguro.com/hls/ecoteltv.m3u8 -#EXTINF:-1 tvg-id="Ecuavisa.ec" status="online",Ecuavisa [Geo-blocked] +#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] 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 -#EXTINF:-1 tvg-id="ElSolTV.ec" status="online",El Sol Radio y Television (404p) [Not 24/7] +#EXTINF:-1 tvg-id="ElSolTV.ec" status="error",El Sol Radio y Television (404p) [Not 24/7] http://streaming5.globalhostla.com/rtplive/elsolrad/playlist.m3u8 -#EXTINF:-1 tvg-id="MulticanalCatamayo.ec" status="online",Multicanal Catamayo (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MulticanalCatamayo.ec" status="error",Multicanal Catamayo (720p) [Not 24/7] https://multicanal.streamseguro.com/hls/streaming.m3u8 #EXTINF:-1 tvg-id="Nortvision.ec" status="online",Nortvisión https://plataformavideo.com:19360/nortvision/nortvision.m3u8 diff --git a/streams/eg.m3u b/streams/eg.m3u index 08eeb4a9f..6068975f6 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -7,9 +7,9 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/algha http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ATVSat.eg" status="online",ATVSat (1080p) [Not 24/7] https://stream.atvsat.com/atvsatlive/smil:atvsatlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CBC.eg" status="online",CBC (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CBC.eg" status="timeout",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="timeout",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 @@ -19,7 +19,7 @@ https://58cc65c534c67.streamlock.net/ctvchannel.tv/ctv.smil/playlist.m3u8 https://9090video.mobtada.com/live/9090ONLINE/playlist.m3u8 #EXTINF:-1 tvg-id="ElsharqTV.eg" status="online",Elsharq TV (1080p) [Not 24/7] https://mn-nl.mncdn.com/elsharq_live/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ExtraNews.eg" status="online",eXtra News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ExtraNews.eg" status="error",eXtra News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC65F33K2cXk9hGDbOQYhTOw/live #EXTINF:-1 tvg-id="KoogiTV.eg" status="online",Koogi TV (1080p) https://5d658d7e9f562.streamlock.net/koogi.tv/koogi.smil/playlist.m3u8 @@ -29,7 +29,7 @@ https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCg5uHOxrP5GkMWldOavPKGQ/live #EXTINF:-1 tvg-id="NobleTV.eg" status="error",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] +#EXTINF:-1 tvg-id="SadaElbalad.eg" status="timeout",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] https://weyyak-live.akamaized.net/weyyak_ten_tv/index.m3u8 diff --git a/streams/es.m3u b/streams/es.m3u index 4289fb368..58ea4fcfc 100644 --- a/streams/es.m3u +++ b/streams/es.m3u @@ -1,8 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/7nntv -#EXTINF:-1 tvg-id="7NN.es" status="online",7 Noticias (1080p) https://amg01573-7nn-7nnono-ono-pcdj3.amagi.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="7NN.es" status="timeout",7 Noticias (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/7nntv #EXTINF:-1 tvg-id="7TelevisionRegiondeMurcia.es" status="online",7 Televisión Región de Murcia (1080p) https://rtv-murcia-live.globalmest.com/stream/abr/first.m3u8 #EXTINF:-1 tvg-id="9laLomaTV.es" status="blocked",9 la Loma TV [Geo-blocked] @@ -37,7 +37,7 @@ https://cdnapisec.kaltura.com/p/2346171/sp/234617100/playManifest/entryId/1_n644 https://cdnapisec.kaltura.com/p/2346171/sp/234617100/playManifest/entryId/1_n6442jz0/format/applehttp/protocol/https/uiConfId/42816492/a.m3u8?referrer=aHR0cHM6Ly9iZXRldmUuY2F0 #EXTINF:-1 tvg-id="CadenaElite.es" status="online",Cadena Elite (720p) [Not 24/7] https://cloudvideo.servers10.com:8081/8004/index.m3u8 -#EXTINF:-1 tvg-id="Canal4ManchaCentro.es" status="online",Canal 4 Mancha Centro (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal4ManchaCentro.es" status="error",Canal 4 Mancha Centro (720p) [Not 24/7] https://5924d3ad0efcf.streamlock.net/canal4/canal4live/playlist.m3u8 #EXTINF:-1 tvg-id="Canal4Tenerife.es" status="online",Canal 4 Tenerife (576p) https://5940924978228.streamlock.net/Directo4/Directo4/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="timeout",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] @@ -89,7 +89,7 @@ http://cdnapi.kaltura.com/p/2288691/sp/39582391/playManifest/entryId/0_xs45iy5i/ http://145.239.141.154:1935/live/uSCQc5ky/playlist.m3u8 #EXTINF:-1 tvg-id="CosmoTV.es" status="timeout",Cosmo TV (720p) http://91.126.141.201:1935/live/cosmoHD/playlist.m3u8 -#EXTINF:-1 tvg-id="CostaNoroesteTV.es" status="online",Costa Noroeste TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CostaNoroesteTV.es" status="error",Costa Noroeste TV (720p) [Not 24/7] https://limited31.todostreaming.es/live/noroestetv-livestream.m3u8 #EXTINF:-1 tvg-id="DiezTV.es" status="online",Diez TV (1080p) https://streaming.cloud.innovasur.es/mmj/index.m3u8 @@ -129,11 +129,11 @@ https://livelist01.yowi.tv/lista/5e2db2017a8fd03f73b40ede363d1a586db4e9a6/master https://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/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] +#EXTINF:-1 tvg-id="IB3.es" status="timeout",IB3 Global (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCff_CBVJDTHP4wOHPjP5BMg/live #EXTINF:-1 tvg-id="IbizaGlobalTV.es" status="online",Ibiza Global TV (720p) [Not 24/7] https://ibgrtv.streaming-pro.com/hls/ibgrlive.m3u8 -#EXTINF:-1 tvg-id="ImasTV.es" status="error",Imás TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ImasTV.es" status="online",Imás TV (1080p) [Not 24/7] https://secure3.todostreaming.es/live/imastv-livestream.m3u8 #EXTINF:-1 tvg-id="InteralmeriaTV.es" status="online",Interalmeria TV (1080p) https://interalmeria.tv/directo/live.m3u8 @@ -143,7 +143,7 @@ http://78.41.83.88:8880/hls/tvixa.m3u8 https://str.intercomarcal.com/hls/tvisd.m3u8 #EXTINF:-1 tvg-id="IntercomarcalTV.es" status="timeout",Intercomarcal TV (288p) [Not 24/7] https://str.intercomarcal.com/hls/tvixa.m3u8 -#EXTINF:-1 tvg-id="Islatel.es" status="timeout",Islatel (404p) [Not 24/7] +#EXTINF:-1 tvg-id="Islatel.es" status="online",Islatel (404p) [Not 24/7] https://zone.controlstreams.com:5443/LiveApp/streams/islatel.m3u8 #EXTINF:-1 tvg-id="La1.es" status="timeout",La 1 (720p) [Geo-blocked] https://rtvelivestream.akamaized.net/segments/la1/la1_main.m3u8 @@ -155,9 +155,9 @@ https://hlsliveamdgl7-lh.akamaihd.net/i/hlslive_1@134665/master.m3u8 https://ztnr.rtve.es/ztnr/5190066.m3u8 #EXTINF:-1 tvg-id="La1Catalunya.es" status="timeout",La 1 Catalunya (576p) [Geo-blocked] https://ztnr.rtve.es/ztnr/3293681.m3u8 -#EXTINF:-1 tvg-id="La2.es" status="timeout",La 2 (1080p) +#EXTINF:-1 tvg-id="La2.es" status="online",La 2 (1080p) https://rtvelivestream.akamaized.net/segments/la2/la2_main.m3u8 -#EXTINF:-1 tvg-id="La2.es" status="timeout",La 2 (1080p) +#EXTINF:-1 tvg-id="La2.es" status="online",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 @@ -189,7 +189,7 @@ https://telemadridhls2-live-hls.secure2.footprint.net/egress/chandler/telemadrid https://urbanrevolution.es:8443/live/TV/playlist.m3u8 #EXTINF:-1 tvg-id="LevanteTV.es" status="online",Levante TV (320p) [Not 24/7] https://play.cdn.enetres.net/C2F6CBB67E5B4D08A16CE5FE67ABCEC9023/029/playlist.m3u8 -#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="blocked",Lleida Televisio (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LleidaTelevisio.es" status="error",Lleida Televisio (720p) [Not 24/7] https://cdn01.yowi.tv/lleida/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTV.es" status="online",Logos TV (1080p) [Not 24/7] http://streamer1.streamhost.org/salive/logosH/playlist.m3u8 @@ -289,9 +289,9 @@ http://ventdelnord.tv:8080/girona/directe.m3u8 https://momentog-crtvg.flumotion.com/playlist.m3u8 #EXTINF:-1 tvg-id="TVGMusigal.es" status="online",TVG Musigal (480p) [Not 24/7] https://musigal-crtvg.flumotion.com/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMCordoba.es" status="online",TVM Córdoba (414p) [Not 24/7] +#EXTINF:-1 tvg-id="TVMCordoba.es" status="error",TVM Córdoba (414p) [Not 24/7] http://teledifusion.tv/cordoba/cordobalive/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMCordoba.es" status="online",TVM Córdoba (414p) [Not 24/7] +#EXTINF:-1 tvg-id="TVMCordoba.es" status="error",TVM Córdoba (414p) [Not 24/7] https://5924d3ad0efcf.streamlock.net/cordoba/cordobalive/playlist.m3u8 #EXTINF:-1 tvg-id="TVVegaBaja.es" status="online",TV Vega Baja (576p) http://185.29.68.24/tvb.m3u8 @@ -319,7 +319,7 @@ https://hlsliveamdgl1-lh.akamaihd.net/i/hlslive_1@143656/master.m3u8 https://mdstrm.com/live-stream-playlist/5cae562e0ca2f30815231c0f.m3u8?access_token=DST4b676d7da5a2a92ee15f8efcbcd00606 #EXTINF:-1 tvg-id="" status="online",Aragón Radio (Zaragoza) [Not 24/7] https://cartv.streaming.aranova.es/hls/live/aragonradio_aragonradio1.m3u8 -#EXTINF:-1 tvg-id="" status="online",Canal 24 horas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Canal 24 horas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7QZIf0dta-XPXsp9Hv4dTw/live #EXTINF:-1 tvg-id="" status="timeout",Canal Coín http://stream.fion.es:1936/Canal_Coin/canalcoin.stream/master.m3u8 diff --git a/streams/es_pluto.m3u b/streams/es_pluto.m3u index b7d190428..efc9a2b33 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -9,11 +9,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e94cd036cc69d0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e94cd036cc69d0007e8a1ba/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aabee6f4a2c00076a322c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aabee6f4a2c00076a322c&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=905&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids Plus (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/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="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aabee6f4a2c00076a322c/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="PlutoTVAnimalesSpain.es" status="error",Pluto TV Animales (288p) +#EXTINF:-1 tvg-id="PlutoTVAnimakidsSpain.es" status="online",Pluto TV Animakids Plus (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44cc331900075e7769/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="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= @@ -25,14 +25,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d9 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineClasicoSpain.es" status="online",Pluto TV Cine Clásico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= +#EXTINF:-1 tvg-id="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="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] @@ -45,6 +45,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b648e738977e2c312131/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b648e738977e2c312131&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=30292edb-0714-11eb-97af-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1aab1d29b39600073e243f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1aab1d29b39600073e243f&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=910&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) @@ -59,8 +61,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aab1d2 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1214a637c6fd00079c652f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/51c75f7bb6f26ba1cd00002f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dae8ce788b0009eaf77b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVMTVMusicMadeinSpain.us" status="online",Pluto TV MTV Music Made in Spain (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60a26a056d55b30007918d5a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&serverSideAds=false&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMTVOriginalsSpain.us" status="online",Pluto TV MTV Originals (Spain) (480p) diff --git a/streams/fi.m3u b/streams/fi.m3u index 2ae14d27a..fb390eb03 100644 --- a/streams/fi.m3u +++ b/streams/fi.m3u @@ -1,9 +1,11 @@ #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="timeout",Å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="error",INEZ (720p) +#EXTINF:-1 tvg-id="INEZ.fi" status="online",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 @@ -15,15 +17,13 @@ https://streaming.nartv.fi/live/ngrp:NAR_TV.stream_all/playlist.m3u8 https://vod.tv7.fi/tv7-ru/tv7-ru.smil/playlist.m3u8 #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="OhoLiveTV.fi" status="error",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="SundomTV.fi" status="timeout",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 #EXTINF:-1 tvg-id="TaivasTV7.fi" status="online",Taivas TV7 (720p) https://vod.tv7.fi/tv7-fi/smil:tv7-fi.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="WorTV.fi" status="online",Wör TV (1080p) +#EXTINF:-1 tvg-id="WorTV.fi" status="timeout",Wör TV (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQ36NJ8-XNhBDvSSsh8gS2Q/live #EXTINF:-1 tvg-id="YleTeemaFem.fi" status="blocked",YLE TV Teema & Fem (720p) [Geo-blocked] https://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/playlist.m3u8 @@ -31,5 +31,3 @@ https://yletv.akamaized.net/hls/live/622367/yletvteemafemfin/playlist.m3u8 https://yletv.akamaized.net/hls/live/622365/yletv1fin/playlist.m3u8 #EXTINF:-1 tvg-id="YleTV2.fi" status="blocked",YLE TV 2 (720p) [Geo-blocked] https://yletv.akamaized.net/hls/live/622366/yletv2fin/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 diff --git a/streams/fr.m3u b/streams/fr.m3u index 16501c43f..d45926ef4 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="timeout",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 @@ -9,7 +9,7 @@ https://live-antenne-reunion.zeop.tv/live/c3eds/antreunihd/hls_fta/antreunihd.m3 https://artesimulcast.akamaized.net/hls/live/2030993/artelive_de/index.m3u8 #EXTINF:-1 tvg-id="ARTEFrench.fr" status="blocked",ARTE Français (720p) [Geo-blocked] https://artesimulcast.akamaized.net/hls/live/2031003/artelive_fr/index.m3u8 -#EXTINF:-1 tvg-id="BeurTV.fr" status="error",Beur TV [Geo-blocked] +#EXTINF:-1 tvg-id="BeurTV.fr" status="online",Beur TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/Beur_TV/playlist.m3u8 #EXTINF:-1 tvg-id="BFMGrandLille.fr" status="online",BFM Grand Lille (720p) https://live.creacast.com/grandlilletv/smil:grandlilletv.smil/playlist.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="blocked",C8 (1080p) +#EXTINF:-1 tvg-id="C8.fr" status="timeout",C8 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/C8TV -#EXTINF:-1 tvg-id="C8.fr" status="blocked",C8 +#EXTINF:-1 tvg-id="C8.fr" status="error",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="blocked",Canal+ France +#EXTINF:-1 tvg-id="CanalPlusFrance.fr" status="timeout",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="blocked",CNews (1080p) +#EXTINF:-1 tvg-id="CNews.fr" status="timeout",CNews (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNEWS -#EXTINF:-1 tvg-id="CNews.fr" status="blocked",Cnews (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="CNews.fr" status="error",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 @@ -45,18 +45,18 @@ http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 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 -#EXTINF:-1 tvg-id="EuronewsAlbania.al" status="online",Euronews Albania (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EuronewsAlbania.al" status="timeout",Euronews Albania (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChR-A__NS_C5kHDWj3PeAhw/live #EXTINF:-1 tvg-id="EuronewsEnglish.fr" status="online",Euronews English (720p) https://d1mpprlbe8tn2j.cloudfront.net/v1/master/7b67fbda7ab859400a821e9aa0deda20ab7ca3d2/euronewsLive/87O7AhxRUdeeIVqf/ewnsabren_eng.m3u8 -#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="online",Euronews Hungary (720p) [Not 24/7] +#EXTINF:-1 tvg-id="EuronewsHungarian.fr" status="timeout",Euronews Hungary (720p) [Not 24/7] 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="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] +#EXTINF:-1 tvg-id="EuronewsRussian.fr" status="error",Euronews по-русски (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCFzJjgVicCtFxJ5B0P_ei8A/live +#EXTINF:-1 tvg-id="EuronewsSpanish.fr" status="timeout",Euronews en Español (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/euronewses/live #EXTINF:-1 tvg-id="FashionTVCzechSlovak.fr" status="online",FashionTV Czech&Slovak (450p) [Not 24/7] http://lb.streaming.sk/fashiontv/stream/playlist.m3u8 @@ -89,17 +89,17 @@ https://s13.tntendirect.com/france2/live/playlist.m3u8 https://s13.tntendirect.com/france3/live/playlist.m3u8 #EXTINF:-1 tvg-id="France5.fr" status="blocked",France 5 (720p) [Not 24/7] https://s13.tntendirect.com/france5/live/playlist.m3u8 -#EXTINF:-1 tvg-id="France24Arabic.fr" status="online",France 24 Arabic (1080p) +#EXTINF:-1 tvg-id="France24Arabic.fr" status="timeout",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) +#EXTINF:-1 tvg-id="France24English.fr" status="timeout",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="timeout",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) +#EXTINF:-1 tvg-id="France24French.fr" status="timeout",France 24 French (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/FRANCE24/live #EXTINF:-1 tvg-id="Franceinfo.fr" status="timeout",Franceinfo (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/franceinfo/live -#EXTINF:-1 tvg-id="FranceInter.fr" status="online",France Inter (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FranceInter.fr" status="timeout",France Inter (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCJldRgT_D7Am-ErRHQZ90uw/live #EXTINF:-1 tvg-id="Francophonie24.fr" status="online",Francophonie24 (1080p) https://5421175365ea3.streamlock.net/live/smil:switch.smil/playlist.m3u8 @@ -165,21 +165,21 @@ 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="blocked",Public Sénat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="PublicSenat.fr" status="timeout",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="blocked",Tele Grenoble +#EXTINF:-1 tvg-id="TeleGrenoble.fr" status="timeout",Tele Grenoble http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x128fjo -#EXTINF:-1 tvg-id="Telenantes.fr" status="blocked",Télénantes (480p) +#EXTINF:-1 tvg-id="Telenantes.fr" status="error",Télénantes (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/TELENANTES -#EXTINF:-1 tvg-id="Telesud.fr" status="blocked",TeleSud +#EXTINF:-1 tvg-id="Telesud.fr" status="timeout",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="TraceLatina.uk" status="blocked",Trace Latina http://185.234.217.27:8002/play/a02f/index.m3u8 -#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="error",TV5 Monde Asie (576p) +#EXTINF:-1 tvg-id="TV5MondeAsia.fr" status="timeout",TV5 Monde Asie (576p) http://210.210.155.37/dr9445/s/s24/index.m3u8 #EXTINF:-1 tvg-id="TV7Bordeaux.fr" status="online",TV7 Bordeaux (720p) http://live.digiteka.com/1/RVNZMmJtUURmd09I/U0dNU0tk/hls/live/playlist.m3u8 @@ -209,7 +209,7 @@ http://entertainment.ashttp9.visionip.tv/live/visiontvuk-entertainment-edgytv-hs https://livevideo.infomaniak.com/streaming/livecast/funradiovisionhd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Persiana Varzesh (720p) [Not 24/7] http://51.210.199.16/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" status="online",Sqool TV +#EXTINF:-1 tvg-id="" status="timeout",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 diff --git a/streams/fr_euronews.m3u b/streams/fr_euronews.m3u index e47a0c019..508366368 100644 --- a/streams/fr_euronews.m3u +++ b/streams/fr_euronews.m3u @@ -3,11 +3,13 @@ https://euronews.alteox.app/hls/en_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsFrench.fr" status="online",Euronews French https://euronews.alteox.app/hls/fr_stream.m3u8 -#EXTINF:-1 tvg-id="EuronewsGerman.fr" status="error",Euronews German +#EXTINF:-1 tvg-id="EuronewsGerman.fr" status="online",Euronews German https://euronews.alteox.app/hls/de_stream.m3u8 -#EXTINF:-1 tvg-id="EuronewsItalian.fr" status="online",Euronews Italian +#EXTINF:-1 tvg-id="EuronewsItalian.fr" status="error",Euronews Italian https://euronews.alteox.app/hls/it_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsPortuguese.fr" status="online",Euronews Portuguese https://euronews.alteox.app/hls/pt_stream.m3u8 #EXTINF:-1 tvg-id="EuronewsRussian.fr" status="online",Euronews Russian 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 477cd77c2..031978bd5 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) [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="online",Pluto TV Comédie (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVComedieFrance.fr" status="online",Pluto TV Comédie (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb91bb9b9e7000817e67f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="online",Pluto TV Cuisine (720p) @@ -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/gl.m3u b/streams/gl.m3u index 19caf6fdb..ac7449f4f 100644 --- a/streams/gl.m3u +++ b/streams/gl.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="KNR2.gl" status="error",KNR2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KNR2.gl" status="timeout",KNR2 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6D225YIMCwVBiBktEeV-vQ/live diff --git a/streams/gr.m3u b/streams/gr.m3u index 71f50597f..467cc9c47 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -19,7 +19,7 @@ https://eco.streams.ovh/BarazaTV/BarazarazaTV/BarazaTV/playlist.m3u8 https://eco.streams.ovh/BarazaTV/BarazaTV/playlist.m3u8 #EXTINF:-1 tvg-id="BarazaTV.gr" status="timeout",Baraza TV (1080p) [Geo-blocked] https://panik.cast-control.eu:1936/Admin_1/Admin_1/playlist.m3u8 -#EXTINF:-1 tvg-id="BCI24News.gr" status="blocked",BCI 24 News (720p) +#EXTINF:-1 tvg-id="BCI24News.gr" status="online",BCI 24 News (720p) https://live.streams.ovh/netmedia/netmedia/playlist.m3u8 #EXTINF:-1 tvg-id="BestTV.gr" status="online",Best TV (720p) [Not 24/7] https://stream.net7.gr/hls/best/index.m3u8 @@ -27,7 +27,7 @@ https://stream.net7.gr/hls/best/index.m3u8 http://live.streams.ovh:1935/cannali/cannali/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] +#EXTINF:-1 tvg-id="CorfuTV.gr" status="blocked",Corfu TV (576p) [Not 24/7] https://itv.streams.ovh/corfuchannel/corfuchannel/playlist.m3u8 #EXTINF:-1 tvg-id="CreteTV.gr" status="online",KPHTH TV (720p) [Not 24/7] http://live.cretetv.gr:1935/cretetv/myStream/playlist.m3u8 @@ -49,7 +49,7 @@ https://ert2-live.ert.insyscd.net/out/v1/617370f6ad1447ca8efdc795e4e960a3/ert2-l https://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3.m3u8 #EXTINF:-1 tvg-id="ERTNews.gr" status="online",ERT News (720p) [Geo-blocked] https://ert-live-bcbs15228.siliconweb.com/media/ert_news/ert_news.m3u8 -#EXTINF:-1 tvg-id="ERTSports2.gr" status="error",ERT Sports 2 (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="ERTSports2.gr" status="timeout",ERT Sports 2 (1080p) [Geo-blocked] https://ert-live-bcbs15228.siliconweb.com/media/ert_sports_ww/ert_sports2_ww.m3u8 #EXTINF:-1 tvg-id="ERTWorld.gr" status="online",ERT World (480p) http://wpso.com:1936/hls/wzra.m3u8 @@ -87,7 +87,7 @@ http://flashcloud.mediacdn.com/live/kontratv/.m3u8 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="blocked",Magic TV (480p) +#EXTINF:-1 tvg-id="MagicTV.gr" status="online",Magic TV (480p) https://itv.streams.ovh/magictv/magictv/playlist.m3u8 #EXTINF:-1 tvg-id="MaroussiotikaTV.gr" status="online",Maroussiotika TV (480p) [Not 24/7] http://maroussiotika.dynu.com:8000/greektv/FZlHCCdBHL1/359142 diff --git a/streams/gt.m3u b/streams/gt.m3u index 3825fec15..0545cebe2 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CanaldeGobierno.gt" status="online",Canal de Gobierno +#EXTINF:-1 tvg-id="CanaldeGobierno.gt" status="timeout",Canal de Gobierno http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/GobiernodeGuatemala/live #EXTINF:-1 tvg-id="CanalTVRadioMayaTGBA.gt" status="online",Canal TV Radio Maya TGBA https://stream.oursnetworktv.com/latin/radioTGBAgtm/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 678f96e01..80f0a3f94 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="BSTV.hk" status="online",耀才財經台 (576p) http://202.69.67.66:443/webcast/bshdlive-pc/playlist.m3u8 -#EXTINF:-1 tvg-id="CelestialClassicMovies.hk" status="error",Celestial Classic 天映经典 (Celestial Classic Movies) (Indonesian Subtitle) (576p) +#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="online",Celestial Movies (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h14/index.m3u8 @@ -29,7 +29,7 @@ https://api.leonardpark.dev/live/icable/109 #EXTINF:-1 tvg-id="ICableNewsChannel.hk" status="error" 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="online",Kix (Indonesian Subtitle) (576p) +#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="error",Miao Mi (1080p) [Not 24/7] https://kr-streams.onrender.com/scraper?channel=521 @@ -45,10 +45,10 @@ https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.m3u8 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) (1080p) -https://rthktv31-live.akamaized.net/hls/live/2036818/RTHKTV31/master.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="error" 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 @@ -61,7 +61,7 @@ https://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8 https://cdn.hklive.tv/xxxx/32/index.m3u8 #EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (576p) http://210.210.155.37/qwr9ew/s/s34/index.m3u8 -#EXTINF:-1 tvg-id="TVBClassic.hk" status="online",TVB Classic (720p) +#EXTINF:-1 tvg-id="TVBClassic.hk" status="error",TVB Classic (720p) http://206.221.176.47:64002 #EXTINF:-1 tvg-id="TVBEntertainmentNews.hk" status="error",TVB Entertainment News (720p) http://206.221.176.47:64019 diff --git a/streams/hn.m3u b/streams/hn.m3u index 89af2b521..bfa3510c0 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -7,7 +7,7 @@ https://emisoras.hn:8081/atv/index.m3u8 https://video.misistemareseller.com/atvhonduras/atvhonduras/playlist.m3u8 #EXTINF:-1 tvg-id="CampusTV.hn" status="timeout",Campus TV (360p) [Not 24/7] http://st2.worldkast.com/8004/8004/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal11.hn" status="online",Canal 11 (720p) +#EXTINF:-1 tvg-id="Canal11.hn" status="blocked",Canal 11 (720p) https://mdstrm.com/live-stream-playlist/603d4e1fb042ce07c5c8f911.m3u8 #EXTINF:-1 tvg-id="Catavision.hn" status="online",Catavisión (300p) [Not 24/7] https://stmv1.zcastbr.com/catavision/catavision/playlist.m3u8 @@ -21,9 +21,9 @@ 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="blocked",HCH (Hable Como Habla) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HCH.hn" status="timeout",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) +#EXTINF:-1 tvg-id="JBNTV.hn" status="blocked",JBN (480p) https://emisoras.hn:8081/jbn/index.m3u8 #EXTINF:-1 tvg-id="KerussoTV.hn" status="online",Kerusso TV (720p) https://emisoras.hn:8081/kerussotv/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="blocked",Suyapa TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SuyapaTV.hn" status="timeout",Suyapa TV (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x833e2b #EXTINF:-1 tvg-id="Teleceiba.hn" status="timeout",Teleceiba http://190.11.224.14:8134/liveevent.m3u8 @@ -61,7 +61,7 @@ https://live-utv.unah.edu.hn/web/salida.m3u8 https://dw6a9whylepvl.cloudfront.net/hls/vtv.m3u8 #EXTINF:-1 tvg-id="" status="error",Omega Tv (288p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/8142/8142/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Radio Imagen 105.1 FM (La Esperanza) (720p) [Not 24/7] http://lencatelevision.com:8080/hls/ltv2.m3u8 -#EXTINF:-1 tvg-id="" status="online",Todo Deportes TV + +#EXTINF:-1 tvg-id="" status="timeout",Todo Deportes TV + http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/tododeportesplus/ diff --git a/streams/hr.m3u b/streams/hr.m3u index f1dc40f18..bb46723a6 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="blocked",OTV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="OTV.hr" status="error",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="blocked",TV Jadran (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVJadran.hr" status="error",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 588c9f093..cbdb5a0d5 100644 --- a/streams/ht.m3u +++ b/streams/ht.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="online",Haiti Viral News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="HaitiViralNews.ht" status="timeout",Haiti Viral News (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCcEY2-g-EEefxyYa1gtrk4g/live #EXTINF:-1 tvg-id="KajouTV.ht" status="online",Kajou TV (480p) [Not 24/7] https://video1.getstreamhosting.com:1936/8055/8055/playlist.m3u8 @@ -11,9 +11,9 @@ http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live #EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="online",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="online",Radio Tele Shalom (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="timeout",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) +#EXTINF:-1 tvg-id="TeleHaiti.ht" status="error",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 diff --git a/streams/id.m3u b/streams/id.m3u index 8c72b7478..9942b3c40 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -4,21 +4,21 @@ 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] #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) +#EXTINF:-1 tvg-id="Ainos.id" status="timeout",Ainos (576i) https://alfa.kugo.id/playout/ainos.stream/chunklist.m3u8 -#EXTINF:-1 tvg-id="AlBahjahTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Al-Bahjah TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AlBahjahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Al-Bahjah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch64.m3u8 #EXTINF:-1 tvg-id="AlImanTV.id" status="timeout",Al-Iman TV (720p) [Geo-blocked] https://tv.rodja.live/aliman/ngrp:HD_all/playlist.m3u8 -#EXTINF:-1 tvg-id="ANTV.id" status="error",ANTV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="ANTV.id" status="online",ANTV (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s07/index1.m3u8 #EXTINF:-1 tvg-id="AshiilTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch2.m3u8 #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 @@ -74,7 +74,7 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4c https://h1.intechmedia.net/intech/ch51.m3u8 #EXTINF:-1 tvg-id="DuniaGamesTV.id" status="online",Dunia Games TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(ec41a5e2-09e4-431d-b92e-383fa7abe25c)/index.m3u8 -#EXTINF:-1 tvg-id="DutaTV.id" status="online",Duta TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="DutaTV.id" status="error",Duta TV (360p) [Not 24/7] https://dutatv.siar.us/dutatv/live/playlist.m3u8 #EXTINF:-1 tvg-id="ElshintaTV.id" status="online",Elshinta TV (480p) [Not 24/7] [Geo-blocked] http://210.210.155.37/qwr9ew/s/s10/index.m3u8 @@ -84,18 +84,18 @@ http://122.248.43.138:1935/ch27/myStream/playlist.m3u8 https://ms.digdaya.tv/live/digdayatv/live.m3u8 #EXTINF:-1 tvg-id="GPRTV.id" status="online",GPR TV (720p) https://wowza.convergen.co/gprtv/myLive/playlist.m3u8 -#EXTINF:-1 tvg-id="GPRTV.id" status="online",GPR TV (720p) +#EXTINF:-1 tvg-id="GPRTV.id" status="timeout",GPR TV (720p) https://alfa.kugo.id/gprtv/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="HijrahTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch8.m3u8 -#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="online",Hope Channel Indonesia [Not 24/7] +#EXTINF:-1 tvg-id="HopeChannelIndonesia.id" status="timeout",Hope Channel Indonesia [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/HopeChannelIndonesia/live #EXTINF:-1 tvg-id="HumaBetangTV.id" status="online",Huma Betang TV (720p) [Not 24/7] https://v3.siar.us/humabetangtv/live/playlist.m3u8 #EXTINF:-1 tvg-id="IAmChannel.id" status="online",I AM CHANNEL (576p) [Not 24/7] http://iamchannel.org:1935/tes/1/playlist.m3u8 -#EXTINF:-1 tvg-id="Indosiar.id" status="error",Indosiar (480p) [Geo-blocked] +#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] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) @@ -113,7 +113,7 @@ https://v2.siar.us/jawapostv/live/chunks.m3u8 #EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #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] @@ -135,17 +135,17 @@ http://122.248.43.138:1935/ch2/myStream/playlist.m3u8 https://cdn02.mola.tv/Content/HLS/Live/channel(f2cd666d-f350-1140-7ce5-3d7f39f84727)/index.m3u8 #EXTINF:-1 tvg-id="KawanuaTV.id" status="online",Kawanua TV (720p) http://122.248.43.138:1935/ch18/myStream/playlist.m3u8 +#EXTINF:-1 tvg-id="KompasTV.id" status="online",Kompas TV (720p) +https://live-kg.jixie.media/live/kompastv_lhd.m3u8 #EXTINF:-1 tvg-id="KompasTV.id" status="blocked",Kompas TV (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(dc9040ad-a4e1-4d08-883c-a65542b69602)/index.m3u8 -#EXTINF:-1 tvg-id="KompasTV.id" status="error",Kompas TV (720p) -https://live-kg.jixie.media/live/kompastv_lhd.m3u8 #EXTINF:-1 tvg-id="MadaniTV.id" status="online",Madani TV (720p) https://stream.asianastream.com/madani/ngrp:madanitv_all/playlist.m3u8 #EXTINF:-1 tvg-id="MaduTV.id" status="online",Madu TV (576p) https://re1.siar.us/madutv/hd720/playlist.m3u8 #EXTINF:-1 tvg-id="MagnaChannel.id" status="online",Magna Channel (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:magna.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="Maleo.id" status="online",Maleo (576i) +#EXTINF:-1 tvg-id="Maleo.id" status="timeout",Maleo (576i) https://alfa.kugo.id/playout/maleo.stream/chunklist.m3u8 #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 @@ -153,45 +153,45 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/channel/U https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(a255dd49-dc2a-464b-8623-6ef4556dff11)/index.m3u8 #EXTINF:-1 tvg-id="MCC.id" status="blocked",MCC (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(9430f215-8ccb-4322-affd-6dbc97e259bd)/index.m3u8 -#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="online",Media Sunnah Aceh [Not 24/7] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout",Media Sunnah Aceh [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MediaSunnahAceh/live #EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 #EXTINF:-1 tvg-id="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] http://edge.metrotvnews.com:1935/live-edge/smil:metro.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="MetroTV.id" status="timeout",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="MGITV.id" status="timeout",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 #EXTINF:-1 tvg-id="MQTV.id" status="online",MQTV (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 +#EXTINF:-1 tvg-id="MTATV.id" status="online",mta tv [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live #EXTINF:-1 tvg-id="MTATV.id" status="blocked",mta tv (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(b3673fde-4acd-4f1d-95a5-a204d62545ac)/index.m3u8 -#EXTINF:-1 tvg-id="MTATV.id" status="error",mta tv [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/OfficialMTATV/live -#EXTINF:-1 tvg-id="MuadzTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="MuadzTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Muadz (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch5.m3u8 #EXTINF:-1 tvg-id="MyCinema.id" status="error",My Cinema (1080p) http://210.210.155.37/uq2663/h/h192/index.m3u8 #EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h193/index.m3u8 -#EXTINF:-1 tvg-id="MyFamily.id" status="online",My Family Channel (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MyFamily.id" status="error",My Family Channel (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h194/index.m3u8 #EXTINF:-1 tvg-id="MyKidz.id" status="online",My Kidz (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h191/index.m3u8 -#EXTINF:-1 tvg-id="NabawiTV.id" status="online",Nabawi TV (576p) +#EXTINF:-1 tvg-id="NabawiTV.id" status="timeout",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. (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s08/index.m3u8 -#EXTINF:-1 tvg-id="NiagaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="NET.id" status="timeout",NET. [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/user/NetInsights/live +#EXTINF:-1 tvg-id="NiagaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Niaga TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch10.m3u8 #EXTINF:-1 tvg-id="NusantaraTV.id" status="online",Nusantara TV (720p) @@ -204,13 +204,13 @@ http://210.210.155.37/uq2663/h/h143/index.m3u8 http://122.248.43.138:1935/ch16/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="PalembangTV.id" status="online",Pal TV (720p) [Not 24/7] https://v3.siar.us/paltv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PijarTV.id" status="online",Pijar TV [Not 24/7] +#EXTINF:-1 tvg-id="PijarTV.id" status="timeout",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="error",Pon TV (360p) [Not 24/7] +#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="error",Pon TV (360p) [Not 24/7] https://v3.siar.us/pontianaktelevisi/live/playlist.m3u8 -#EXTINF:-1 tvg-id="PopMusik.id" status="online",POP musik (576i) +#EXTINF:-1 tvg-id="PopMusik.id" status="timeout",POP musik (576i) https://alfa.kugo.id/playout/pop.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="PujaTVAceh.id" status="online",Puja TV Aceh (1080p) [Not 24/7] https://v6.siar.us/pujatv/live/chunks.m3u8 @@ -234,7 +234,7 @@ https://h1.intechmedia.net/intech/ch6.m3u8 https://d35d0ifx19oopq.cloudfront.net/RCTI_2021.m3u8 #EXTINF:-1 tvg-id="RCTV.id" status="online",RCTV (720p) [Not 24/7] http://122.248.43.138:1935/ch9/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="RCTV.id" status="online",RCTV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="RCTV.id" status="error",RCTV (576p) [Not 24/7] https://v10.siar.us/rctv/live/playlist.m3u8 #EXTINF:-1 tvg-id="RiauTV.id" status="online",Riau TV (576p) [Not 24/7] http://122.248.43.138:1935/ch11/myStream/playlist.m3u8 @@ -263,9 +263,9 @@ http://116.254.112.74/hls/cakralive.m3u8 http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SMTV.id" status="online",SMTV (720p) [Not 24/7] http://122.248.43.138:1935/ch25/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SriwijayaTV.id" status="online",Sriwijaya TV [Not 24/7] +#EXTINF:-1 tvg-id="SriwijayaTV.id" status="timeout",Sriwijaya TV [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/sriwijayatvonline -#EXTINF:-1 tvg-id="SultraTV.id" status="online",Sultra TV (720p) offline +#EXTINF:-1 tvg-id="SultraTV.id" status="error",Sultra TV (720p) offline http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="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) @@ -289,12 +289,12 @@ https://video.detik.com/transtv/smil:transtv-live.smil/playlist.m3u8 https://5bf7b725107e5.streamlock.net/tv9/tv9/playlist.m3u8 #EXTINF:-1 tvg-id="TVEdukasi.id" status="online",TV Edukasi (576p) http://118.98.229.118:1935/live/tve.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMu.id" status="online",tvMu (720p) +#EXTINF:-1 tvg-id="TVMu.id" status="error",tvMu (720p) https://tvmu.siar.us/tvmu/live/playlist.m3u8 -#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne -http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/c/tvOneNews/live #EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s105/01.m3u8 +#EXTINF:-1 tvg-id="tvOne.id" status="timeout",tvOne +http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/c/tvOneNews/live #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIACEH)/index.m3u8 #EXTINF:-1 tvg-id="TVRIAceh.id" status="online",TVRI Aceh (720p) @@ -359,7 +359,7 @@ http://118.97.50.107/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINttkupang)/index.m3u8 #EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTTKUPANG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="online",TVRI Nusa Tenggara Timur (576p) +#EXTINF:-1 tvg-id="TVRIEastNusaTenggara.id" status="timeout",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 @@ -386,19 +386,19 @@ 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="TVRINasional.id" status="online",TVRI Nasional (720p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/index.m3u8 +http://118.97.50.107/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 +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="timeout",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://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://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIPapua)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIPapua.id" status="timeout",TVRI Papua (480p) -http://118.97.50.107/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] @@ -452,78 +452,78 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINtbmataram)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestNusaTenggara.id" status="online",TVRI Nusa Tenggara Barat (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINTBMATARAM)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="online",TVRI Sulawesi Barat (720p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="online",TVRI Sulawesi Barat (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="online",TVRI Sulawesi Barat (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWestSulawesi.id" status="timeout",TVRI Sulawesi Barat (720p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRIsulbarmajene)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSumatra.id" status="online",TVRI Sumatera Barat (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRISUMBARPADANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWestSumatra.id" status="online",TVRI Sumatera Barat (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRISUMBARPADANG)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRI3)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRI3)/index.m3u8 #EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRI3)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIWorld.id" status="online",TVRI World (720p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRI3)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIYogyakarta)/index.m3u8 #EXTINF:-1 tvg-id="TVRIYogyakarta.id" status="online",TVRI Yogyakarta (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIYOGYAKARTA)/index.m3u8 -#EXTINF:-1 tvg-id="TVRParlemen.id" status="online",TVR Parlemen (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemen.id" status="error",TVR Parlemen (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="timeout",TVR Parlemen Komisi I (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream1/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiI.id" status="error",TVR Parlemen Komisi I (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream1/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="online",TVR Parlemen Komisi II (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream2/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiII.id" status="error",TVR Parlemen Komisi II (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream2/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="online",TVR Parlemen Komisi III (480p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="online",TVR Parlemen Komisi IV (480p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream4/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] +https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="timeout",TVR Parlemen Komisi IV (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream4/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="online",TVR Parlemen Komisi IX (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="timeout",TVR Parlemen Komisi IV (480p) [Not 24/7] +https://ssv1.dpr.go.id/golive/livestream4/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="timeout",TVR Parlemen Komisi IX (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream9/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream9/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="online",TVR Parlemen Komisi V (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="timeout",TVR Parlemen Komisi V (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream5/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiV.id" status="error",TVR Parlemen Komisi V (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream5/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="timeout",TVR Parlemen Komisi VI [Not 24/7] http://103.18.181.69:1935/golive/livestream6/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVI.id" status="error",TVR Parlemen Komisi VI [Not 24/7] https://ssv1.dpr.go.id/golive/livestream6/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="error",TVR Parlemen Komisi VII (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream7/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="online",TVR Parlemen Komisi VII (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVII.id" status="error",TVR Parlemen Komisi VII (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream7/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] http://103.18.181.69:1935/golive/livestream8/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] https://ssv1.dpr.go.id/golive/livestream8/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="online",TVR Parlemen Komisi X (720p) [Not 24/7] -http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="timeout",TVR Parlemen Komisi X (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream10/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="error",TVR Parlemen Komisi X (720p) [Not 24/7] +http://103.18.181.69:1935/golive/livestream10/playlist.m3u8 +#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="timeout",TVR Parlemen Komisi XI (720p) [Not 24/7] http://103.18.181.69:1935/golive/livestream11/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="online",TVR Parlemen Komisi XI (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiXI.id" status="error",TVR Parlemen Komisi XI (720p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream11/playlist.m3u8 #EXTINF:-1 tvg-id="TVTabalong.id" status="online",TV Tabalong (720p) [Not 24/7] https://5bf7b725107e5.streamlock.net/tvtabalong/tvtabalong/playlist.m3u8 -#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] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) @@ -534,12 +534,12 @@ https://cdn.gunadarma.ac.id/streams/ugtv/ingestugtv.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(f1b6e507-d639-4d66-858a-e457d55ddbb2)/index.m3u8 #EXTINF:-1 tvg-id="UseePrime.id" status="blocked",Usee Prime (720p) https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(18564c27-ff44-4d62-9fab-dcb417fcb93f)/index.m3u8 -#EXTINF:-1 tvg-id="ZeeBioskop.id" status="error",Zee Bioskop (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="ZeeBioskop.id" status="online",Zee Bioskop (360p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s32/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Alwafa Tarim TV (Am Media) (720p) -https://ammedia.siar.us/ammedia/live/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Alwafa Tarim TV (Am Media) (720p) https://v2.siar.us/ammedia/720/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Alwafa Tarim TV (Am Media) (720p) +https://ammedia.siar.us/ammedia/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ATVLI (720p) https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked] @@ -547,26 +547,26 @@ http://210.210.155.37/x6bnqe/s/s38/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s36/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens Life Style (576p) [Geo-blocked] -http://210.210.155.35/x6bnqe/s/s65/index2.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s65/index2.m3u8 +#EXTINF:-1 tvg-id="" status="error",Dens Life Style (576p) [Geo-blocked] +http://210.210.155.35/x6bnqe/s/s65/index2.m3u8 #EXTINF:-1 tvg-id="" status="error",Dens Play (720p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s101/live.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens ShowBiz (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s35/index.m3u8 #EXTINF:-1 tvg-id="" status="online",dTVi (720p) https://alfa.kugo.id/dtvi/rtmp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Ficom Channel (720p) +#EXTINF:-1 tvg-id="" status="error",Ficom Channel (720p) 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",Kugo 1 (720p) +#EXTINF:-1 tvg-id="" status="timeout",Kugo 1 (720p) https://alfa.kugo.id/playout/kugo1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",kugo Star (576i) +#EXTINF:-1 tvg-id="" status="timeout",kugo Star (576i) https://alfa.kugo.id/playout/KugoStar.stream/playlist.m3u8 #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="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/il.m3u b/streams/il.m3u index 34b781bca..b64142397 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -19,15 +19,15 @@ https://live.pars-israel.com/iptv/stream.m3u8 https://edge3.uk.kab.tv/live/tv66-heb-high/playlist.m3u8 #EXTINF:-1 tvg-id="Kan11.il" status="online",KAN 11 Israel (360p) [Geo-blocked] https://kan11.media.kan.org.il/hls/live/2024514/2024514/master.m3u8 -#EXTINF:-1 tvg-id="Kan11.il" status="blocked",Kan 11 +#EXTINF:-1 tvg-id="Kan11.il" status="timeout",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="blocked",Kan Kids (720p) +#EXTINF:-1 tvg-id="KanEducational.il" status="timeout",Kan Kids (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7ymw7f #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="error",Makan 33 (1080p) +#EXTINF:-1 tvg-id="Makan33.il" status="timeout",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 diff --git a/streams/in.m3u b/streams/in.m3u index 492faeba2..3dbbb343c 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -43,7 +43,7 @@ http://103.81.104.118/hls/stream17.m3u8 https://95eryw39dwn4-hls-live.wmncdn.net/Ayushu/271ddf829afeece44d8732757fba1a66.sdp/index.m3u8 #EXTINF:-1 tvg-id="B4UKadak.in" status="online",B4U Kadak (576p) [Not 24/7] http://103.199.160.85/Content/moviehouse/Live/Channel(MovieHouse)/index.m3u8 -#EXTINF:-1 tvg-id="B4UKadak.in" status="error",B4U Kadak (480p) +#EXTINF:-1 tvg-id="B4UKadak.in" status="online",B4U Kadak (480p) https://pull-3187.5centscdn.com/vizjsj1apjkea3/smil:B4U_Kadak.smil/playlist.m3u8 #EXTINF:-1 tvg-id="BoogleBollywood.in" status="online",Boogle Bollywood (1080p) [Not 24/7] http://live.agmediachandigarh.com/booglebollywood/774e3ea9f3fa9bcdac47f445b83b6653.sdp/index.m3u8 @@ -57,11 +57,11 @@ https://cnbcbazar-lh.akamaihd.net/i/cnbcbajar_1@178933/index_5_av-p.m3u8 http://103.199.161.254/Content/ddmalayalam/Live/Channel(DDMalayalam)/index.m3u8 #EXTINF:-1 tvg-id="DDNational.in" status="online",DD National (576p) http://103.199.161.254/Content/ddnational/Live/Channel(DDNational)/index.m3u8 -#EXTINF:-1 tvg-id="DDNews.in" status="online",DD News (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCKwucPzHZ7zCUIf7If-Wo1g/live #EXTINF:-1 tvg-id="DDNews.in" status="online",DD News (576p) [Not 24/7] #EXTVLCOPT:http-referrer=https://webcast.gov.in/ https://playhls.media.nic.in/hls/live/ddnews/ddnews.m3u8 +#EXTINF:-1 tvg-id="DDNews.in" status="error",DD News (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCKwucPzHZ7zCUIf7If-Wo1g/live #EXTINF:-1 tvg-id="DDSports.in" status="online",DD Sports (576p) http://103.199.161.254/Content/ddsports/Live/Channel(DDSPORTS)/index.m3u8 #EXTINF:-1 tvg-id="Dhamaal.in" status="online",Dhamaal (1080p) [Not 24/7] @@ -82,7 +82,7 @@ https://live.streamjo.com/eetlive/eettv.m3u8 http://14.199.164.20:4001/play/a0j5/index.m3u8 #EXTINF:-1 tvg-id="ETNow.in" status="timeout",ET Now https://pubads.g.doubleclick.net/ssai/event/pJrzNyDoT_K_GwYQsijTsQ/master.m3u8 -#EXTINF:-1 tvg-id="ETVTelangana.in" status="online",ETV Telangana (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ETVTelangana.in" status="timeout",ETV Telangana (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC6ickpgDIsltU_-8CbZaksQ/live #EXTINF:-1 tvg-id="FaktMarathi.in" status="timeout",Fakt Marathi (576p) [Not 24/7] http://14.199.164.20:4001/play/a0q8/index.m3u8 @@ -112,7 +112,7 @@ https://vidcdn.vidgyor.com/janamtv-origin/liveabr/playlist.m3u8 http://14.199.164.20:4001/play/a0ja/index.m3u8 #EXTINF:-1 tvg-id="JantaTV.in" status="online",Janta TV (360p) [Not 24/7] https://live.wmncdn.net/jantatv/live.stream/index.m3u8 -#EXTINF:-1 tvg-id="JanTV.in" status="online",Jan TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JanTV.in" status="timeout",Jan TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=http://www.youtube.com/channel/UCjmnq35TvJ1J8JZS49OPg-Q/live #EXTINF:-1 tvg-id="JeevanTV.in" status="online",Jeevan TV (576p) http://103.199.161.254/Content/jeevan/Live/Channel(Jeevan)/index.m3u8 @@ -120,7 +120,7 @@ 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="timeout",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="KairaliTV.in" status="online",Kairali TV (480p) http://103.199.161.254/Content/kairali/Live/Channel(Kairali)/index.m3u8 @@ -158,10 +158,10 @@ 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="timeout",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) @@ -198,18 +198,18 @@ https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit. 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="timeout",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="error",News J (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="NewsJ.in" status="timeout",News J (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCsfh2Zb7-m4qzT8jLhK_Fzw/live #EXTINF:-1 tvg-id="NextTVMalabar.in" status="online",Next TV Malabar (720p) [Not 24/7] https://6zklxbgpdw9b-hls-live.5centscdn.com/next/c9a1fdac6e082dd89e7173244f34d7b3.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="OneTV.in" status="online",One TV (720p) http://137.59.86.218:1935/live/onetv/playlist.m3u8 -#EXTINF:-1 tvg-id="PolimerNews.in" status="online",Polimer News (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC8Z-VjXBtDJTvq6aqkIskPg/live #EXTINF:-1 tvg-id="PolimerNews.in" status="blocked",Polimer News (720p) [Geo-blocked] https://versewsa.pc.cdn.bitgravity.com/versewsa/live/polimernews.smil/chunklist_b1800000.m3u8 +#EXTINF:-1 tvg-id="PolimerNews.in" status="timeout",Polimer News (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC8Z-VjXBtDJTvq6aqkIskPg/live #EXTINF:-1 tvg-id="PolimerNews.in" status="timeout",Polimer News (576p) [Not 24/7] http://14.199.164.20:4001/play/a0lg/index.m3u8 #EXTINF:-1 tvg-id="PopPataka.in" status="online",Pop Pataka (480p) [Not 24/7] @@ -222,13 +222,13 @@ http://103.199.161.254/Content/publicmusic/Live/Channel(PublicMusic)/index.m3u8 https://royalstarindia.co.in/pularitv_hls/pularitv.m3u8 #EXTINF:-1 tvg-id="PunjabiZindabadTV.in" status="online",Punjabi Zindabad (360p) [Not 24/7] http://stream.pztv.online/pztv/playlist.m3u8 -#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="online",Puthiya Thalaimurai (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="PuthiyaThalaimurai.in" status="timeout",Puthiya Thalaimurai (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCmyKnNRH0wH-r8I-ceP-dsg/live #EXTINF:-1 tvg-id="PuthuyugamTV.in" status="online",Puthuyugam TV (576p) [Not 24/7] http://103.199.160.85/Content/puthuyugam/Live/Channel(Puthuyugam)/index.m3u8 -#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="online",Raj News Malayalam +#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="timeout",Raj News Malayalam http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RajNewsMalayalam/live -#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="online",Raj News Malayalam (720p) +#EXTINF:-1 tvg-id="RajNewsMalayalam.in" status="timeout",Raj News Malayalam (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCfPag4Qmnif6fw25HEIqF6w/live #EXTINF:-1 tvg-id="RealNewsKerala.in" status="online",Real News Kerala (1080p) [Not 24/7] https://bk7l298nyx53-hls-live.5centscdn.com/realnews/e7dee419f91aa9e65939d3677fb9c4f5.sdp/playlist.m3u8 @@ -238,17 +238,17 @@ http://cloud.logicwebs.in:1935/realtv/realtv1/playlist.m3u8 http://103.199.161.254/Content/reporter/Live/Channel(Reporter)/index.m3u8 #EXTINF:-1 tvg-id="RepublicTV.in" status="blocked",Republic TV [Geo-blocked] https://weblive.republicworld.com/liveorigin/republictv/playlist.m3u8 -#EXTINF:-1 tvg-id="SafariTV.in" status="error",Safari TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="SafariTV.in" status="online",Safari TV (480p) [Not 24/7] https://j78dp346yq5r-hls-live.5centscdn.com/safari/live.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SanaPlus.in" status="online",Sana Plus (720p) [Not 24/7] http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8 #EXTINF:-1 tvg-id="SanaTV.in" status="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] +#EXTINF:-1 tvg-id="SathiyamTV.in" status="timeout",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="timeout",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 @@ -290,7 +290,7 @@ https://cdn.logicwebs.in/hls/ublhdkey.m3u8 http://208.115.215.42/Utsav_Gold_HD/index.m3u8 #EXTINF:-1 tvg-id="Velicham.in" status="online",Velicham (360p) [Not 24/7] https://rtmp.smartstream.video/velichamtv/velichamtv/playlist.m3u8 -#EXTINF:-1 tvg-id="WION.in" status="online",Wion (576p) +#EXTINF:-1 tvg-id="WION.in" status="error",Wion (576p) http://210.210.155.37/uq2663/h/h91/index.m3u8 #EXTINF:-1 tvg-id="Yolo.in" status="timeout",Yolo (410p) [Not 24/7] http://cdn.logicwebs.in/hls/yolo.m3u8 @@ -302,13 +302,13 @@ http://cdn7.live247stream.com/desibeats/tv/playlist.m3u8 https://live.wmncdn.net/desichannel/7e2dd0aed46b70a5c77f4affdb702e4b.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Desi Plus (720p) http://cdn2.live247stream.com/desiplus/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",FASTWAY NEWS (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",FASTWAY NEWS (720p) [Not 24/7] http://163.47.214.155:1935/fwnews/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Filmeraa (720p) https://a.jsrdn.com/broadcast/7ef91d3d7a/+0000/c.m3u8 #EXTINF:-1 tvg-id="" status="online",Indywood TV https://43wrzjnpqoxe-hls-live.wmncdn.net/indywood/indywoodtv/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Keralabhumi +#EXTINF:-1 tvg-id="" status="error",Keralabhumi http://103.153.92.157:11037/hls/kbh.m3u8 #EXTINF:-1 tvg-id="" status="online",KITE Victers (Kerala) (720p) [Not 24/7] https://932y4x26ljv8-hls-live.5centscdn.com/victers/tv.stream/playlist.m3u8 @@ -332,7 +332,7 @@ https://live.mycast.in/encode/ee0c5a36ff5a7083ee044991974ad3ba.sdp/playlist.m3u8 http://198.144.149.82:8080/NOTV/RELAXTV/index.m3u8?token=GTR #EXTINF:-1 tvg-id="" status="blocked",Republic Bharat (360p) [Geo-blocked] https://republic.pc.cdn.bitgravity.com/live/bharat_hls/master.m3u8 -#EXTINF:-1 tvg-id="" status="error",Sada TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Sada TV (1080p) [Not 24/7] http://cdn12.henico.net:8080/live/sadatv/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Sardari TV (1080p) [Not 24/7] http://158.69.124.9:1935/sardaritv/sardaritv/playlist.m3u8 diff --git a/streams/iq.m3u b/streams/iq.m3u index 59ce2c423..dd4b27afe 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -41,7 +41,7 @@ https://media.streambrothers.com:1936/8248/8248/playlist.m3u8 https://anbsat.ddns.net/anb/live/ANB/playlist.m3u8 #EXTINF:-1 tvg-id="AvaEntertainment.iq" status="online",Ava Entertainment (720p) [Not 24/7] https://cdn3.wowza.com/1/OWNQVXVWc0dQclJz/RXJPdHJx/hls/live/playlist.m3u8 -#EXTINF:-1 tvg-id="BayyinatTV.iq" status="error",Bayyinat TV +#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] https://ghaasiflu.online/tarab/index.m3u8 @@ -59,13 +59,13 @@ 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="timeout",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 (720p) http://ikomg2.s.llnwi.net/kurdsatnewshd/playlist.m3u8 -#EXTINF:-1 tvg-id="KurdsatNews.iq" status="online",KurdSat News (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="KurdsatNews.iq" status="blocked",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 diff --git a/streams/ir.m3u b/streams/ir.m3u index eb72ed16f..3c624aa66 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -29,10 +29,6 @@ https://live.hastitv.com/hls/livetv.m3u8 https://live1.presstv.ir/live/hispan.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="error",iFILM Persian 2 (480p) [Not 24/7] -https://live1.presstv.ir/live/ifilm2.m3u8 -#EXTINF:-1 tvg-id="iFilmEnglish.ir" status="error",iFILM English (480p) [Geo-blocked] -https://live1.presstv.ir/live/ifilmen.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) @@ -103,7 +99,7 @@ http://51.210.199.40/hls/stream.m3u8 http://51.210.199.12/hls/stream.m3u8 #EXTINF:-1 tvg-id="" status="online",ITN (720p) [Not 24/7] http://51.210.199.31/hls/stream.m3u8 -#EXTINF:-1 tvg-id="" status="error",Persian Bazar +#EXTINF:-1 tvg-id="" status="online",Persian Bazar http://stream.persiantv1.com/ptv1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Sahar (480p) http://cdnlive.irib.ir/live-channels/smil:sahar3/playlist.m3u8 diff --git a/streams/it_samsung.m3u b/streams/it_samsung.m3u index 53d7450bc..a446602e9 100644 --- a/streams/it_samsung.m3u +++ b/streams/it_samsung.m3u @@ -1,6 +1,4 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="online",BBC Drama -https://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTVPlus.us" status="online",Bloomberg TV+ UHD (2160p) https://bloomberg-bloombergtv-1-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="CanaleEuropaTV.it" status="online",Canale Europa (720p) @@ -13,12 +11,14 @@ 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="" status="online",Full Moon -https://minerva-fullmoon-1-it.samsung.wurl.tv/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",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 @@ -27,10 +27,10 @@ https://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8 https://minerva-cinemasegreto-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",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="ItalianFishingTV.it" status="online",Italian Fishing TV -https://itftv-italianfishingtv-1-it.samsung.wurl.tv/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/jo.m3u b/streams/jo.m3u index 62a8103fc..130a644ba 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="blocked",Amman TV (720p) +#EXTINF:-1 tvg-id="AmmanTV.jo" status="timeout",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 @@ -25,7 +25,7 @@ http://188.247.86.66/RadioFann/CityView1/playlist.m3u8 http://188.247.86.66/RadioFann/ControlStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="RadioFannJordanStudio.jo" status="online",Radio Fann Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/RadioFann/OnAirStudio1/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioYaqeenJordanCityView.jo" status="error",Radio Yaqeen Jordan: City View (180p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioYaqeenJordanCityView.jo" status="online",Radio Yaqeen Jordan: City View (180p) [Not 24/7] 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 @@ -43,7 +43,7 @@ http://188.247.86.66/RadioFann/Audio32/playlist.m3u8 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] +#EXTINF:-1 tvg-id="ToyorAlJannah.jo" status="timeout",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 e02e95601..137fdb355 100644 --- a/streams/jp.m3u +++ b/streams/jp.m3u @@ -113,14 +113,14 @@ 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) -https://cdn.us195.jpnettv.live/jptv/kansi_tv_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",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) -https://cdnv148.cloudrsst.com/jptv/kansi_tv_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOAKDTV.jp" status="online",NHK G (JOAK-DTV) (540p) https://cdnv148.cloudrsst.com/jptv/kanto_nhk_g_540/playlist.m3u8 +#EXTINF:-1 tvg-id="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="error",Kansai TV (関西 テレビ) (JODX-DTV) (540p) +https://cdnv148.cloudrsst.com/jptv/kansi_tv_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) @@ -129,15 +129,15 @@ https://cdnv148.cloudrsst.com/jptv/kanto_nippon_720/playlist.m3u8 https://cdn.us195.jpnettv.live/jptv/kanto_nippon_540/playlist.m3u8 #EXTINF:-1 tvg-id="JOAXDTV.jp" status="online",Nippon TV (JOAXD-TV) (540p) https://cdnv148.cloudrsst.com/jptv/kanto_nippon_540/playlist.m3u8 -#EXTINF:-1 tvg-id="JOAYDTV.jp" status="online",ABC Asahi (540p) +#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 @@ -145,9 +145,9 @@ https://cdn.us195.jpnettv.live/jptv/kanto_tokyo_mx1_540/playlist.m3u8 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="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 @@ -243,15 +243,15 @@ http://redlabmcdn.s.llnwi.net/nv02/ryowa3hd/index.m3u8 https://cdn.us195.jpnettv.live/jptv/japan_tv_G_540/playlist.m3u8 #EXTINF:-1 tvg-id="NitteleGPlus.jp" status="online",Nittele G+ Sports & News (540p) https://cdnv148.cloudrsst.com/jptv/japan_tv_G_540/playlist.m3u8 -#EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch01/index.m3u8 #EXTINF:-1 tvg-id="NTVNews24.jp" status="online",NTV News24 (480p) https://n24-cdn-live.ntv.co.jp/ch02/index.m3u8 +#EXTINF:-1 tvg-id="NTVNews24.jp" status="timeout",NTV News24 (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCuTAXTexrhetbOe3zgskJBQ/live #EXTINF:-1 tvg-id="ShopChannel.jp" status="online",Shop Channel (1080p) [Not 24/7] https://stream3.shopch.jp/HLS/master.m3u8 -#EXTINF:-1 tvg-id="SkyA.jp" status="online",Sky A (540p) [Not 24/7] +#EXTINF:-1 tvg-id="SkyA.jp" status="error",Sky A (540p) [Not 24/7] https://cdnv148.cloudrsst.com/jptv/Sky_A_540/playlist.m3u8 #EXTINF:-1 tvg-id="Star1.jp" status="online",Star 1 (720p) [Not 24/7] https://cdn.us195.jpnettv.live/jptv/starch1_720/playlist.m3u8 @@ -297,9 +297,9 @@ 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 diff --git a/streams/ke.m3u b/streams/ke.m3u index 4ea435d08..c963f9238 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,13 +1,13 @@ #EXTM3U -#EXTINF:-1 tvg-id="AkiliKids.ke" status="blocked",Akili Kids! (480p) +#EXTINF:-1 tvg-id="AkiliKids.ke" status="timeout",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] +#EXTINF:-1 tvg-id="CitizenTV.ke" status="timeout",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="blocked",Kameme TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KamemeTV.ke" status="error",Kameme TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://dai.ly/x6ol8sj -#EXTINF:-1 tvg-id="KTNNews.ke" status="online",KTN News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="KTNNews.ke" status="timeout",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="blocked",NTV (720p) [Not 24/7] +#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="online",TV47 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TV47Kenya.ke" status="timeout",TV47 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/tv47kenya/ diff --git a/streams/kr.m3u b/streams/kr.m3u index 7ef00682e..8bc32e0ac 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -1,13 +1,13 @@ #EXTM3U #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="error",Anibox (1080p) +#EXTINF:-1 tvg-id="Anibox.kr" status="online",Anibox (1080p) https://kr-streams.onrender.com/scraper?channel=436 -#EXTINF:-1 tvg-id="AnimaxKorea.kr" status="online",Animax (1080p) +#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="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="ArirangTV.kr" status="online",Arirang (720p) http://amdlive-ch01.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 @@ -18,28 +18,28 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/pla #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) http://amdlive.ctnd.com.edgesuite.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) -https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ArirangTV.kr" status="online",Arirang (720p) https://amdlive-ch03-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="ArirangTV.kr" status="error",Arirang (720p) +https://amdlive-ch01-ctnd-com.akamaized.net/arirang_1ch/smil:arirang_1ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="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="AsiaN.kr" status="error",AsiaN (1080p) +#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://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) +#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) +#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 @@ -49,9 +49,9 @@ http://cgntv-glive.ofsdelivery.net/live/cgntv_kr01/playlist.m3u8 http://cgntv-glive.ofsdelivery.net/live/cgntv_kr02/playlist.m3u8 #EXTINF:-1 tvg-id="ChannelA.kr" status="online",Channel A http://han.ddkdxmkj.com/api/han123.php?id=15 -#EXTINF:-1 tvg-id="ChannelChina.kr" status="error",Channel China (1080p) +#EXTINF:-1 tvg-id="ChannelChina.kr" status="online",Channel China (1080p) https://kr-streams.onrender.com/scraper?channel=458 -#EXTINF:-1 tvg-id="ChannelSeezn.kr" status="online",Channel Seezn (1080p) +#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="online",MBC Chuncheon (춘천 MBC) (480p) [Not 24/7] https://stream.chmbc.co.kr/TV/myStream/playlist.m3u8 @@ -61,7 +61,7 @@ http://211.33.246.4:32954/cj_live/myStream.sdp/playlist.m3u8 https://kr-streams.onrender.com/scraper?channel=287 #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] +#EXTINF:-1 tvg-id="CJBTV.kr" status="blocked",SBS CJB (CJB청주방송) (540p) [Not 24/7] http://1.222.207.80:1935/live/cjbtv/playlist.m3u8 #EXTINF:-1 tvg-id="CJOnStyle.kr" status="online",CJ OnStyle (540p) https://live-ch1.cjonstyle.net/cjmalllive/stream2/playlist.m3u8 @@ -75,7 +75,7 @@ https://5ee1ec6f32118.streamlock.net/live/livetv/playlist.m3u8 https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.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) +#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 @@ -91,16 +91,16 @@ http://ebsonair.ebs.co.kr/ebsufamilypc/familypc1m/playlist.m3u8 http://ebsonair.ebs.co.kr/plus1familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="EBSPlus2.kr" status="online",EBS+ 2 (400p) http://ebsonair.ebs.co.kr/plus2familypc/familypc1m/playlist.m3u8 -#EXTINF:-1 tvg-id="EdailyTV.kr" status="online",Edaily TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="EdailyTV.kr" status="timeout",Edaily TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC8Sv6O3Ux8ePVqorx8aOBMg/live #EXTINF:-1 tvg-id="ETV.kr" status="online",NEC ETV 한국선거방송 (720p) http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index_1.m3u8 #EXTINF:-1 tvg-id="FTV.kr" status="error",FTV (1080p) https://kr-streams.onrender.com/scraper?channel=239 -#EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GCN.kr" status="online",GCN24 Korean (480p) [Not 24/7] http://liveko24-manminglobal3.ktcdn.co.kr/liveko24/gcnko_high/playlist.m3u8 +#EXTINF:-1 tvg-id="GCN.kr" status="timeout",GCN24 Korean (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqGxkgVnPc7arUR7MdCi99g/live #EXTINF:-1 tvg-id="GolfPBA.kr" status="error",Golf & PBA (1080p) https://kr-streams.onrender.com/scraper?channel=237 #EXTINF:-1 tvg-id="GongyoungHomeShopping.kr" status="online",Gongyoung Shopping (720p) @@ -123,25 +123,25 @@ https://livejj.hyundaihmall.com:8443/live/ngrp:hmall.stream_pc/playlist.m3u8 https://dtvstreaming.hyundaihmall.com/newcjp3/_definst_/newcjpstream.smil/playlist.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="error",iHQ drama (1080p) +#EXTINF:-1 tvg-id="iHQDrama.kr" status="online",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="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="online",JTBC2 (1080p) +#EXTINF:-1 tvg-id="JTBC2.kr" status="error",JTBC2 (1080p) https://kr-streams.onrender.com/scraper?channel=455 -#EXTINF:-1 tvg-id="JTBC4.kr" status="error",JTBC4 (1080p) +#EXTINF:-1 tvg-id="JTBC4.kr" status="online",JTBC4 (1080p) https://kr-streams.onrender.com/scraper?channel=523 -#EXTINF:-1 tvg-id="JTBC.kr" status="online",JTBC (1080p) [Not 24/7] +#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) +#EXTINF:-1 tvg-id="JTBCGolf.kr" status="error",JTBC Golf (1080p) https://kr-streams.onrender.com/scraper?channel=299 #EXTINF:-1 tvg-id="JTV.kr" status="online",SBS JTV (JTV전주방송) (406p) [Not 24/7] https://61ff3340258d2.streamlock.net/jtv_live/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="KBaduk.kr" status="error",K-Baduk (1080p) https://kr-streams.onrender.com/scraper?channel=238 -#EXTINF:-1 tvg-id="KBCTV.kr" status="online",SBS KBC (KBC 광주방송) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="KBCTV.kr" status="blocked",SBS KBC (KBC 광주방송) (1080p) [Not 24/7] http://119.200.131.11:1935/KBCTV/tv/playlist.m3u8 #EXTINF:-1 tvg-id="KBS1TV.kr" status="online",KBS1 (720p) http://ye23.vip/z7z8/2021/kbs2020.php?id=1 @@ -181,11 +181,11 @@ https://kr-streams.onrender.com/scraper?channel=408 https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LotteHomeShopping.kr" status="online",Lotte Home Shopping (720p) https://pchlslivesw.lotteimall.com/live/livestream/lotteimalllive_mp4.m3u8 -#EXTINF:-1 tvg-id="LotteOneTV.kr" status="online",Lotte OneTV (1080p) +#EXTINF:-1 tvg-id="LotteOneTV.kr" status="error",Lotte OneTV (1080p) https://kr-streams.onrender.com/scraper?channel=923 #EXTINF:-1 tvg-id="MBCGyeongnamChangwonTV.kr" status="online",MBC Gyeongnam (경상 MBC) (1080p) [Not 24/7] https://624a79c87201d.streamlock.net/MBCTV/TV1.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="MBCTV.kr" status="error",MBC (1080p) [Not 24/7] +#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="error",MBN (1080p) https://kr-streams.onrender.com/scraper?channel=274 @@ -203,7 +203,7 @@ https://m.webcast.go.kr/live/_definst_/smil:natv_480p.smil/playlist.m3u8 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="error",National Geographic Wild Korea (1080p) +#EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="online",National Geographic Wild Korea (1080p) https://kr-streams.onrender.com/scraper?channel=232 #EXTINF:-1 tvg-id="NBS.kr" status="online",NBS Korea Agricultural Broadcasting (720p) https://media.joycorp.co.kr:4443/live/ngrp:live_all/playlist.m3u8 @@ -221,25 +221,25 @@ https://vod.obs.co.kr:444/live/obsstream1/myStream.sdp/playlist.m3u8 https://kr-streams.onrender.com/scraper?channel=407 #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) +#EXTINF:-1 tvg-id="Pinkfong.kr" status="error",Pinkfong (1080p) https://kr-streams.onrender.com/scraper?channel=505 #EXTINF:-1 tvg-id="PLAYYActionMovie.kr" status="error",PLAYY Action Movie (1080p) https://kr-streams.onrender.com/scraper?channel=468 #EXTINF:-1 tvg-id="PLAYYHealingMovie.kr" status="online",PLAYY Healing Movie (1080p) https://kr-streams.onrender.com/scraper?channel=469 -#EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="online",PLAYY Premium Movie (1080p) +#EXTINF:-1 tvg-id="PLAYYPremiumMovie.kr" status="error",PLAYY Premium Movie (1080p) https://kr-streams.onrender.com/scraper?channel=453 #EXTINF:-1 tvg-id="PLAYYWellMadeMovie.kr" status="error",PLAYY Well-Made Movie (1080p) https://kr-streams.onrender.com/scraper?channel=452 #EXTINF:-1 tvg-id="PoyoTV.kr" status="online",Poyo TV (1080p) https://kr-streams.onrender.com/scraper?channel=509 -#EXTINF:-1 tvg-id="PublicHomeShopping.kr" status="error",Public Home Shopping (1080p) +#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="error",SBS F!L (1080p) https://kr-streams.onrender.com/scraper?channel=524 #EXTINF:-1 tvg-id="SBSGolf.kr" status="error",SBS Golf (1080p) https://kr-streams.onrender.com/scraper?channel=504 -#EXTINF:-1 tvg-id="SEN.kr" status="online",SEN Seoul Economy TV (1080p) +#EXTINF:-1 tvg-id="SEN.kr" status="timeout",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 @@ -247,7 +247,7 @@ https://liveout.catenoid.net/live-02-shinsegaetvshopping/shinsegaetvshopping_720 https://live.shoppingntmall.com/live/10011.m3u8 #EXTINF:-1 tvg-id="SKStoa.kr" status="error",SK Stoa (1080p) https://kr-streams.onrender.com/scraper?channel=925 -#EXTINF:-1 tvg-id="SkySports.kr" status="online",skySports (1080p) +#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] http://221.157.125.239:1935/live/psike/playlist.m3u8 @@ -263,7 +263,7 @@ http://1.245.74.5:1935/live/tv/.m3u8 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://kr-streams.onrender.com/scraper?channel=456 -#EXTINF:-1 tvg-id="tvN.kr" status="error",tvN (1080p) +#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 @@ -297,10 +297,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel https://kr-streams.onrender.com/scraper?channel=211 #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="YTNScience.kr" status="timeout",YTN SCIENCE (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCZdBJIbJz0P9xyFipgOj1fA/live #EXTINF:-1 tvg-id="" status="timeout",All The K-POP http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ALLTHEKPOP/live #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) @@ -329,11 +329,11 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel 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="error",KT Alpha Shopping (1080p) +#EXTINF:-1 tvg-id="" status="online",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="timeout",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 d227f9251..785f7c56b 100644 --- a/streams/kw.m3u +++ b/streams/kw.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AlMaaliTV.kw" status="online",Al Maali TV (1080p) https://kali.vdopanel.com:3986/live/mbashalive.m3u8 -#EXTINF:-1 tvg-id="AlMaarefTV.kw" status="online",Al Maaref (350p) +#EXTINF:-1 tvg-id="AlMaarefTV.kw" status="error",Al Maaref (350p) https://5e74a9d684b2e.streamlock.net/liveTrans/ngrp:channel23_all/playlist.m3u8 #EXTINF:-1 tvg-id="AlSabah.kw" status="blocked",Al Sabah (360p) [Not 24/7] https://gulfsat.cdn.easybroadcast.fr/live/Al-Sabah_abr/playlist.m3u8 @@ -9,19 +9,19 @@ 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="blocked",Ch4Teen (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4Teen.kw" status="timeout",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="blocked",Ch4teen Clip (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4TeenClip.kw" status="timeout",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="blocked",Ch4teen Documentary (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Ch4TeenDocumentary.kw" status="timeout",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 -#EXTINF:-1 tvg-id="KTVAlMajlis.kw" status="online",KTV Al Majlis (1080p) +#EXTINF:-1 tvg-id="KTVAlMajlis.kw" status="timeout",KTV Al Majlis (1080p) 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) +#EXTINF:-1 tvg-id="KTVArabe.kw" status="timeout",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 84c7da6d4..081269e09 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -5,9 +5,9 @@ https://abaitv-stream.qazcdn.com/abaitv/abaitv/playlist.m3u8 http://live-atameken.cdnvideo.ru/atameken/atameken.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="AtamekenBusiness.kz" status="online",Atameken Business (576p) [Not 24/7] https://sc.id-tv.kz/Atameken.m3u8 -#EXTINF:-1 tvg-id="CaspianNews.kz" status="online",Caspian News (576p) [Not 24/7] +#EXTINF:-1 tvg-id="CaspianNews.kz" status="error",Caspian News (576p) [Not 24/7] https://sc.id-tv.kz/CaspianNews.m3u8 -#EXTINF:-1 tvg-id="ElArna.kz" status="online",Ел Арна (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ElArna.kz" status="error",Ел Арна (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 @@ -17,10 +17,10 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel http://serv30.vintera.tv:8081/habar/habar24/playlist.m3u8 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] https://live-24kz.cdnvideo.ru/24kz/24kz.sdp/playlist.m3u8 +#EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (576p) [Not 24/7] +https://sc.id-tv.kz/KTK.m3u8 #EXTINF:-1 tvg-id="KTK.kz" status="online",КТК (360p) [Not 24/7] http://89.218.30.37/ktklive/live.hq/playlist.m3u8 -#EXTINF:-1 tvg-id="KTK.kz" status="timeout",КТК (576p) [Not 24/7] -https://sc.id-tv.kz/KTK.m3u8 #EXTINF:-1 tvg-id="MTRK.kz" status="online",МТРК (576p) [Not 24/7] https://tvcdn01.oktv.kz/tv/mtrk/playlist.m3u8 #EXTINF:-1 tvg-id="Novoetelevidenie.kz" status="online",Новое телевидение (576p) [Not 24/7] @@ -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="online",Алматы (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Алматы (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="timeout",Астана (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Астана (576p) [Not 24/7] https://sc.id-tv.kz/Astana.m3u8 diff --git a/streams/lb.m3u b/streams/lb.m3u index a8c1c4a4b..6edcbd290 100644 --- a/streams/lb.m3u +++ b/streams/lb.m3u @@ -7,7 +7,7 @@ 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="blocked",Al Jadeed (480p) +#EXTINF:-1 tvg-id="AlJadeed.lb" status="timeout",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 diff --git a/streams/lk.m3u b/streams/lk.m3u index 390a332a4..71231042b 100644 --- a/streams/lk.m3u +++ b/streams/lk.m3u @@ -7,7 +7,7 @@ https://eu10b.serverse.com:1936/8012/8012/playlist.m3u8 https://j78dp2pnlq5r-hls-live.comcities.net/ITNDigital/cf467ddf13ba30dd3c71435cafa6fd6e.sdp/playlist_dvr.m3u8 #EXTINF:-1 tvg-id="Rupavahini.lk" status="timeout",Rupavahini (480p) [Not 24/7] http://dammikartmp.tulix.tv/slrc1/slrc1/playlist.m3u8 -#EXTINF:-1 tvg-id="SanthoraTV.lk" status="error",Santhora TV (720p) +#EXTINF:-1 tvg-id="SanthoraTV.lk" status="online",Santhora TV (720p) http://rtmp.santhoratv.zecast.net/santhoratv/santhoratv/playlist.m3u8 #EXTINF:-1 tvg-id="SiyathaTV.lk" status="timeout",Siyatha TV (720p) [Not 24/7] http://live.siyathatv.lk:19904/hls/siyatha_tv.m3u8 diff --git a/streams/ly.m3u b/streams/ly.m3u index 2b9583854..b8f43aa2b 100644 --- a/streams/ly.m3u +++ b/streams/ly.m3u @@ -2,9 +2,9 @@ #EXTINF:-1 tvg-id="218News.ly" status="timeout",Libya 218 News (1080p) [Not 24/7] http://95.85.47.43/libya218news/playlist.m3u8 #EXTINF:-1 tvg-id="AlwasatTV.ly" status="online",Alwasat TV (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://alwasat.ly/live -#EXTINF:-1 tvg-id="AlwasatTV.ly" status="online",Alwasat TV (1080p) [Not 24/7] https://hiplayer.hibridcdn.net/p/alwasattv-live.m3u8 +#EXTINF:-1 tvg-id="AlwasatTV.ly" status="timeout",Alwasat TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://alwasat.ly/live #EXTINF:-1 tvg-id="FebruaryChannel.ly" status="online",February TV https://b01c02nl.mediatriple.net/videoonlylive/mtfknklgwrlive/broadcast_5dc818c793576.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JamahiriyaTV.ly" status="online",Jamahiria TV (480p) [Not 24/7] @@ -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="" status="online",Tanasuh (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",Tanasuh (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRaoHR6b3zViY9QxfgFNntQ/live diff --git a/streams/mr.m3u b/streams/mr.m3u index 86c1090db..336a9b58e 100644 --- a/streams/mr.m3u +++ b/streams/mr.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="online",Télévision de Mauritanie (1080p) +#EXTINF:-1 tvg-id="" status="timeout",Télévision de Mauritanie (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/mauritaniantv/live diff --git a/streams/mx.m3u b/streams/mx.m3u index 7cd7adeb1..06ff9bf8f 100644 --- a/streams/mx.m3u +++ b/streams/mx.m3u @@ -1,8 +1,8 @@ #EXTM3U -#EXTINF:-1 tvg-id="ADN40.mx" status="online",ADN 40 (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7k--FhnJzhPTrbtldMSoQQ/live #EXTINF:-1 tvg-id="ADN40.mx" status="online",ADN 40 (480p) https://mdstrm.com/live-stream-playlist/60b578b060947317de7b57ac.m3u8 +#EXTINF:-1 tvg-id="ADN40.mx" status="timeout",ADN 40 (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC7k--FhnJzhPTrbtldMSoQQ/live #EXTINF:-1 tvg-id="AMXNoticias.mx" status="online",AMX Noticias (720p) [Not 24/7] https://5e50264bd6766.streamlock.net/mexiquense2/videomexiquense2/playlist.m3u8 #EXTINF:-1 tvg-id="APlus.mx" status="blocked",A Más (480p) [Geo-blocked] @@ -41,19 +41,19 @@ https://live-streams-notusa.televisa.com/channel02-b/index.m3u8 http://wms.tecnoxia.com:1935/8158/8158/playlist.m3u8 #EXTINF:-1 tvg-id="HipodromodelasAmericas.mx" status="online",Hipodromo de las Americas (360p) [Not 24/7] http://wms10.tecnoxia.com/soelvi/slv423/playlist.m3u8 -#EXTINF:-1 tvg-id="ImagenMulticast.mx" status="online",Imagen Multicast (480p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenMulticast.mx" status="timeout",Imagen Multicast (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UClqo4ZAAZ01HQdCTlovCgkA/live #EXTINF:-1 tvg-id="ImagenRadio.mx" status="online",Imagen Radio (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCB0BUmdBOrH9mYU2ebs1eWA/live -#EXTINF:-1 tvg-id="ImagenTV.mx" status="blocked",Imagen TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ImagenTV.mx" status="timeout",Imagen TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x82z4if -#EXTINF:-1 tvg-id="JaliscoTV.mx" status="online",Jalisco TV (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="JaliscoTV.mx" status="error",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="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="online",Milenio Televisión (720p) [Not 24/7] +#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 #EXTINF:-1 tvg-id="MonteMaria.mx" status="timeout",Monte Maria (720p) https://rbaca.livestreamingcdn.com/envivo3/smil:live.smil/playlist.m3u8 @@ -69,11 +69,11 @@ http://201.168.205.12:8000/play/a0cp/index.m3u8 https://canal10.mediaflix.istream.mx/wza_live/live/movil/playlist.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="blocked",Quiero TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="QuieroTV.mx" status="timeout",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] +#EXTINF:-1 tvg-id="RCGTV2.mx" status="error",RCG TV 2 (360p) [Not 24/7] http://wowzacontrol.com:1936/stream23/stream23/playlist.m3u8 -#EXTINF:-1 tvg-id="RCGTV2.mx" status="online",RCG TV 2 (360p) [Not 24/7] +#EXTINF:-1 tvg-id="RCGTV2.mx" status="error",RCG TV 2 (360p) [Not 24/7] https://5caf24a595d94.streamlock.net:1937/stream23/stream23/playlist.m3u8 #EXTINF:-1 tvg-id="RCGTV3.mx" status="online",RCG TV 3 (360p) [Not 24/7] http://wowzacontrol.com:1936/stream56/stream56/playlist.m3u8 @@ -91,43 +91,43 @@ 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/UCot4t8PVKz8TT5xVM8Eb00w/live #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] +#EXTINF:-1 tvg-id="TelevisaEstado.mx" status="timeout",Televisa Estado (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC9DH82HVSf4katwMeUpY80w -#EXTINF:-1 tvg-id="TelevisaGuadalajara.mx" status="online",Televisa Guadalajara (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaGuadalajara.mx" status="timeout",Televisa Guadalajara (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCRujF_YxVVFmTRWURQH-Cww/live -#EXTINF:-1 tvg-id="TelevisaGuerrero.mx" status="error",Televisa Guerrero (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaGuerrero.mx" status="timeout",Televisa Guerrero (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnxTRk2K1iNsQkgpWXxyj4w/live -#EXTINF:-1 tvg-id="TelevisaLaguna.mx" status="online",Televisa Laguna (720p) [Not 24/7] +#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] +#EXTINF:-1 tvg-id="TelevisaMonterrey.mx" status="timeout",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 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="online",Televisa Noreste (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaNoreste.mx" status="timeout",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] +#EXTINF:-1 tvg-id="TelevisaPiedrasNegras.mx" status="timeout",Televisa Piedras Negras (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCxK8C1E8UZ5RipNXIBYEvTA/live #EXTINF:-1 tvg-id="TelevisaPuebla.mx" status="online",SET Televisión Canal 26.1 (720p) [Not 24/7] http://189.240.210.28:1935/envivo/puecom/playlist.m3u8 #EXTINF:-1 tvg-id="TelevisaPuebla.mx" status="online",SET Televisión Canal 26.2 (720p) [Not 24/7] http://189.240.210.28:1935/live/setpuebla/playlist.m3u8 -#EXTINF:-1 tvg-id="TelevisaPuebla.mx" status="timeout",Televisa Puebla +#EXTINF:-1 tvg-id="TelevisaPuebla.mx" status="error",Televisa Puebla http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC-HNztluSQSffhIWJTL-LUw/live -#EXTINF:-1 tvg-id="TelevisaQueretaro.mx" status="error",Televisa Queretaro +#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="timeout",Televisa San Luis Potosí (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaRuyaHshLdq462E9_pLzdA/live #EXTINF:-1 tvg-id="TelevisaSinaloa.mx" status="timeout",Televisa Sinaloa 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="timeout",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="timeout",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 @@ -141,19 +141,19 @@ https://5ca3e84a76d30.streamlock.net/gpacifico4/smil:mazatlan.smil/playlist.m3u8 https://5ca3e84a76d30.streamlock.net/gpacifico1/smil:gpculiacan.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TVPLosMochis.mx" status="online",TVP Los Mochis (720p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico2/mochis.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVPObregon.mx" status="online",TVP Obregón (542p) [Not 24/7] +#EXTINF:-1 tvg-id="TVPObregon.mx" status="error",TVP Obregón (542p) [Not 24/7] 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="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] +#EXTINF:-1 tvg-id="XEWTTDT.mx" status="timeout",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="" 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] +#EXTINF:-1 tvg-id="" status="error",Canal 22 (XEIMT-TDT) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://conceptoweb-studio.com/radio/video/canal22/ #EXTINF:-1 tvg-id="" status="online",Canal del Congreso 45.2 https://edge.canaldelcongreso.gob.mx/live_sd2/smil:canal-sd2.smil/playlist.m3u8 @@ -163,7 +163,7 @@ https://edge.canaldelcongreso.gob.mx/live_hd1/smil:canal-hd1.smil/playlist.m3u8 https://linear-193.frequency.stream/193/hls/master/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Multimedios Saltillo [Geo-blocked] http://mdstrm.com/live-stream-playlist/5d5d51a4e9a40e25f4a0332c.m3u8 -#EXTINF:-1 tvg-id="" status="error",Once Mexico (720p) +#EXTINF:-1 tvg-id="" status="online",Once Mexico (720p) https://d24sa4vr9gvjv.cloudfront.net/index.m3u8 #EXTINF:-1 tvg-id="" status="online",POP TV (542p) [Not 24/7] https://5ca3e84a76d30.streamlock.net/gpacifico3/smil:obregon.smil/playlist.m3u8 diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index a4a4a9052..262d7b743 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -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) @@ -73,7 +73,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e972a21ad709d0007 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e3ddd1a3ef73b00091d5779/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVHistoria.us" status="online",Pluto TV Historia (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de5758e1a30dc00094fcd6c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVHistoriasdeUltratumba.us" status="online",Pluto TV Historias de Ultratumba (720p) +#EXTINF:-1 tvg-id="PlutoTVHistoriasdeUltratumba.us" status="timeout",Pluto TV Historias de Ultratumba (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f4d3696d938c900072679fd/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVHogar.us" status="online",Pluto TV Hogar (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6ab8056beb000091fc6b6/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -130,9 +130,9 @@ http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dbf4a8 #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84db2db3851800077c871e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=941&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVNovelasRomance.us" status="online",Pluto TV Novelas Romance (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84db2db3851800077c871e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dc59026b9b000766f9a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=943&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) @@ -147,7 +147,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/609501978 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea7215005d66d0007e8128a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.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="PlutoTVSeriesComedia.us" status="online",Pluto TV Series Comedia (360p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f9853138d19af0007104a8d/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="PlutoTVSeriesLatinas.us" status="online",Pluto TV Series Latinas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="PlutoTVSeriesLatinas.us" status="timeout",Pluto TV Series Latinas (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd837642c6e9300098ad484/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVSeriesRetro.us" status="online",Pluto TV Series Retro (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de802659167b10009e7deba/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= @@ -171,7 +171,7 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6dc7480e3550009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcddfbdb7cf0e0009ae09ea/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="SpikeAdventura.us" status="online",Spike Adventura (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d11baeb31c5a43b77bf59/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY -#EXTINF:-1 tvg-id="TelefeNoticias.us" status="online",Pluto TV Telefe Noticias (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TelefeNoticias.us" status="error",Pluto TV Telefe Noticias (480p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f523aa5523ae000074745ec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV EN DIRECTO EN VIVO (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?appVersion=0&deviceDNT=0&deviceId=0&deviceMake=0&deviceModel=0&deviceType=0&deviceVersion=0&sid=9f61 diff --git a/streams/my.m3u b/streams/my.m3u index 81b9d1a6a..89fd5e329 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -53,13 +53,13 @@ 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="timeout",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) [Geo-blocked] +#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 diff --git a/streams/ng.m3u b/streams/ng.m3u index 614ebab67..c1bbdcf84 100644 --- a/streams/ng.m3u +++ b/streams/ng.m3u @@ -1,23 +1,23 @@ #EXTM3U -#EXTINF:-1 tvg-id="AdvocateBroadcastingNetwork.ng" status="online",ABN Advocate Broadcasting Network (720p) +#EXTINF:-1 tvg-id="AdvocateBroadcastingNetwork.ng" status="timeout",ABN Advocate Broadcasting Network (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/abntvng #EXTINF:-1 tvg-id="AfricaTV3.ng" status="online",Africa TV3 (720p) [Not 24/7] http://africatv.live.net.sa:1935/live/africatv3/playlist.m3u8 -#EXTINF:-1 tvg-id="ChannelsTV.ng" status="online",Channels TV (720p) +#EXTINF:-1 tvg-id="ChannelsTV.ng" status="timeout",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) +#EXTINF:-1 tvg-id="GalaxyTV.ng" status="error",Galaxy TV (576p) https://5d846bfda90fc.streamlock.net:1935/live/galaxytv/playlist.m3u8 #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="error",Silverbird TV (480p) +#EXTINF:-1 tvg-id="SilverbirdTV.ng" status="timeout",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) +#EXTINF:-1 tvg-id="TrustTV.ng" status="timeout",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) https://tvce.gridpapaservers.com/TVCSEPT/ngrp:myStream_all/playlist.m3u8 -#EXTINF:-1 tvg-id="TVCNews.ng" status="online",TVC News +#EXTINF:-1 tvg-id="TVCNews.ng" status="timeout",TVC News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/tvcnewsnigeria/live #EXTINF:-1 tvg-id="WapTV.ng" status="online",Wap TV (720p) https://newproxy3.vidivu.tv/waptv/index.m3u8 diff --git a/streams/ni.m3u b/streams/ni.m3u index 1ff449a1c..5c8b16f5f 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="blocked",Canal 6 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal6.ni" status="timeout",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 bf6e0eff9..9def2b807 100644 --- a/streams/nl.m3u +++ b/streams/nl.m3u @@ -17,7 +17,7 @@ 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] +#EXTINF:-1 tvg-id="HK13TV.nl" status="error",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 @@ -89,7 +89,7 @@ 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) +#EXTINF:-1 tvg-id="RTVConnectTV.nl" status="error",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 @@ -133,11 +133,11 @@ https://salto-streams.nl/hls/sotv1.m3u8 https://server-67.stream-server.nl:1936/Samen1TV/Samen1TV/playlist.m3u8 #EXTINF:-1 tvg-id="StreekTV.nl" status="online",Streek TV (720p) [Not 24/7] http://cdn22.streampartner.nl/streektv/streektv/playlist.m3u8 -#EXTINF:-1 tvg-id="StreekTV.nl" status="online",Streek TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StreekTV.nl" status="timeout",Streek TV (720p) [Not 24/7] https://61ae39677a1ab.streamlock.net/streektv/streektv/playlist.m3u8 #EXTINF:-1 tvg-id="TommyTeleshopping.nl" status="online",Tommy Teleshopping (480p) http://ms7.mx-cd.net/tv/71-1356094/Tommy_Teleshopping.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TVEllef.nl" status="online",TV Ellef (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TVEllef.nl" status="timeout",TV Ellef (540p) [Not 24/7] https://61ae39677a1ab.streamlock.net/tvellef/tvellef/playlist.m3u8 #EXTINF:-1 tvg-id="TVValkenburg.nl" status="online",TV Valkenburg (720p) [Not 24/7] https://livestream.tvvalkenburg.tv/hls/tv-valkenburg/tv-valkenburg.m3u8 @@ -171,7 +171,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 d269d3cf7..5f78d1746 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -1,8 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="CanalMotor.no" status="online",Canal Motor (720p) -https://digicom.hls.iptvdc.com/motorstv/index.m3u8 -#EXTINF:-1 tvg-id="CanalMotor.no" status="online",Canal Motor (720p) http://digicom.hls.iptvdc.com/canalmotor/index.m3u8 +#EXTINF:-1 tvg-id="CanalMotor.no" status="online",Canal Motor (720p) +https://digicom.hls.iptvdc.com/motorstv/index.m3u8 #EXTINF:-1 tvg-id="Frikanalen.no" status="online",Frikanalen (720p) https://frikanalen.no/stream/index.m3u8 #EXTINF:-1 tvg-id="Kanal10Asia.se" status="online",Kanal 10 Asia (540p) @@ -15,9 +15,9 @@ https://98d91ca32ff6fbca255f6ec9f29fc4d0-httpcache0-19333-cachelive0.dna.ip-only https://ws15-hls-live.akamaized.net/out/u/1153546.m3u8 #EXTINF:-1 tvg-id="" status="online",TV 2 Sporten (720p) https://ws31-hls-live.akamaized.net/out/u/1416253.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Viasat History Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="online",Viasat History Kazakhstan (720p) https://sc.id-tv.kz/ViasatHistory.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Viasat Nature Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="online",Viasat Nature Kazakhstan (720p) https://sc.id-tv.kz/ViasatNature.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Viasat TV1000 Kazakhstan (720p) +#EXTINF:-1 tvg-id="" status="online",Viasat TV1000 Kazakhstan (720p) https://sc.id-tv.kz/TV1000.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index bc9c07156..584e5cf75 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -15,9 +15,9 @@ https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 http://209.91.213.10:8088/play/a01o #EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 -#EXTINF:-1 tvg-id="RPCTV.pa" status="online",RPC (720p) [Geo-blocked] +#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 58c5067de..8d3cffc50 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -3,15 +3,13 @@ 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="error",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] 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="online",ATM Televisión (Apurimac) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ATMTelevision.pe" status="error",ATM Televisión (Apurimac) (720p) [Not 24/7] https://v4.tustreaming.cl/atmtv/index.m3u8 #EXTINF:-1 tvg-id="ATV.pe" status="online",ATV (480p) [Not 24/7] https://dysmuyxh5vstv.cloudfront.net/hls/live.m3u8 @@ -29,13 +27,13 @@ https://tv.inka.net.pe/bestcable/bestcable/index.m3u8 https://tv.inka.net.pe/bestcablesports/bestcablesports/index.m3u8 #EXTINF:-1 tvg-id="BethelTV.pe" status="online",Bethel TV (720p) [Not 24/7] https://ott.streann.com/loadbalancer/services/public/channels/5e0689c82cdcb4fdbcd79151/playlist.m3u8 -#EXTINF:-1 tvg-id="BHTV.pe" status="error",BHTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BHTV.pe" status="online",BHTV (720p) [Not 24/7] http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/playlist.m3u8 -#EXTINF:-1 tvg-id="CajamarcaTV.pe" status="error",Cajamarca TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="CajamarcaTV.pe" status="online",Cajamarca TV (480p) [Not 24/7] https://tv.inka.net.pe/cajamarcatv/cajamarcatv/index.m3u8 #EXTINF:-1 tvg-id="Canal8Catacaos.pe" status="online",Canal 8 (Catacaos) (360p) [Not 24/7] https://tvdatta.com:3838/live/canalcatacaoslive.m3u8 -#EXTINF:-1 tvg-id="CanalB.pe" status="error",CanalB (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CanalB.pe" status="timeout",CanalB (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alfonsobaella/live #EXTINF:-1 tvg-id="CaribeTelevision.pe" status="timeout",Caribe Televisión (Otuzco) (1080p) [Not 24/7] http://191.97.56.183:1935/caribetv/caribetv/playlist.m3u8 @@ -45,19 +43,19 @@ 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] +#EXTINF:-1 tvg-id="CineClubTV.pe" status="error",TecSatel Cine TV (Arequipa) (720p) [Not 24/7] https://servilive.com:3176/live/cineclublive.m3u8 #EXTINF:-1 tvg-id="ClipsTV.pe" status="online",ClipsTV (Ica) (360p) [Not 24/7] https://7.innovatestream.pe:19360/clipstv/clipstv.m3u8 -#EXTINF:-1 tvg-id="CNCCajamarca.pe" status="error",CNC (Cajamarca) (720p) +#EXTINF:-1 tvg-id="CNCCajamarca.pe" status="online",CNC (Cajamarca) (720p) https://7.innovatestream.pe:19360/cnctv/cnctv.m3u8 #EXTINF:-1 tvg-id="CNCDigital.pe" status="online",CNC Digital (Iquitos) (480p) [Not 24/7] https://cloudvideo.servers10.com:8081/8150/index.m3u8 -#EXTINF:-1 tvg-id="Conecta2TV.pe" status="timeout",Conecta2TV (Lima) (720p) [Not 24/7] +#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="timeout",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 @@ -77,7 +75,7 @@ https://s1.tvdatta.com:3804/live/diasporatvlive.m3u8 https://v4.tustreaming.cl/s1tv/playlist.m3u8 #EXTINF:-1 tvg-id="DobleCTelevision.pe" status="online",Doble C Televisión (Mazamari) [Not 24/7] https://7.innovatestream.pe:19360/cctvchupaca/cctvchupaca.m3u8 -#EXTINF:-1 tvg-id="ExitosaTV.pe" status="timeout",Exitosa TV (720p) +#EXTINF:-1 tvg-id="ExitosaTV.pe" status="online",Exitosa TV (720p) https://cu.onliv3.com/livevd1/user2.m3u8 #EXTINF:-1 tvg-id="FuegoTV.pe" status="online",FuegoTV (Lima) (720p) [Not 24/7] http://190.108.83.142:8000/play/a003/index.m3u8 @@ -95,7 +93,7 @@ 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] +#EXTINF:-1 tvg-id="HRTV.pe" status="error",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 @@ -113,9 +111,9 @@ 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="timeout",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="timeout",Karibeña (720p) [Not 24/7] +#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="error",KBO Quillabamba (1080p) [Not 24/7] https://cdnhd.iblups.com/hls/YGpW43RUOD.m3u8 @@ -145,7 +143,7 @@ https://tv.portalexpress.es:3399/hybrid/play.m3u8 https://7.innovatestream.pe:19360/mieltv/mieltv.m3u8 #EXTINF:-1 tvg-id="Millenium109FM.pe" status="online",Millenium 109 FM (Lamas) (720p) [Not 24/7] https://videoserver.tmcreativos.com:19360/nqvnhujhrx/nqvnhujhrx.m3u8 -#EXTINF:-1 tvg-id="MilleniumTV.pe" status="error",Millenium 49 TV (Pucallpa) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MilleniumTV.pe" status="online",Millenium 49 TV (Pucallpa) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/milleniuntv/milleniuntv/playlist.m3u8 #EXTINF:-1 tvg-id="MINEDUIPTV1.pe" status="online",MINEDU IPTV 1 (320p) [Not 24/7] http://iptv.perueduca.pe:1935/canal1/canal11/playlist.m3u8 @@ -171,7 +169,7 @@ https://7.innovatestream.pe:19360/nativatv/nativatv.m3u8 https://5c3fb01839654.streamlock.net:1963/iptvnazarenas/livenazarenastv/playlist.m3u8 #EXTINF:-1 tvg-id="NorSelvaRTV.pe" status="online",NorSelva RTV [Not 24/7] https://live.obslivestream.com/norselvatv/index.m3u8 -#EXTINF:-1 tvg-id="NuestraTVLima.pe" status="online",Nuestra TV (Lima) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="NuestraTVLima.pe" status="timeout",Nuestra TV (Lima) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/nuestratvlima #EXTINF:-1 tvg-id="OasisRTV.pe" status="online",Oasis RTV (Trujillo) (720p) [Not 24/7] https://7.innovatestream.pe:19360/oasisrtv/oasisrtv.m3u8 @@ -189,7 +187,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,7 +201,7 @@ https://stmv.panel.grupolimalive.com/planeatv/planeatv/playlist.m3u8 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] +#EXTINF:-1 tvg-id="QuattroTV.pe" status="timeout",Quattro TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/quatrotvgo #EXTINF:-1 tvg-id="Quillavision.pe" status="online",Quillavision (Cuzco) (720p) [Not 24/7] http://v4.tustreaming.cl/quillavision/index.m3u8 @@ -221,15 +219,15 @@ https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m https://videoserver.tmcreativos.com:19360/raditropical/raditropical.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] +#EXTINF:-1 tvg-id="RadioTVTendencias.pe" status="timeout",Radio TV Tendencias [Not 24/7] https://s1.tvdatta.com:3950/multi_web/play.m3u8 -#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="online",Radio Uno (Tacna) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioUnoTacna.pe" status="timeout",Radio Uno (Tacna) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCK0lpuL9PQb3I5CDcu7Y7bA/live #EXTINF:-1 tvg-id="RCR.pe" status="online",Red de Comunicación Regional (RCR) (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvrcrperu/livercrperutv/playlist.m3u8 #EXTINF:-1 tvg-id="RegionTVCallao.pe" status="online",Región TV (Callao) (480p) [Not 24/7] https://servilive.com:3757/live/regiontvlive.m3u8 -#EXTINF:-1 tvg-id="RNTelevision.pe" status="online",RN Televisión (Yurimaguas) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RNTelevision.pe" status="error",RN Televisión (Yurimaguas) (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/wsgzmqbxse/wsgzmqbxse/playlist.m3u8 #EXTINF:-1 tvg-id="RPPTVNoticias.pe" status="timeout",RPP (480p) [Not 24/7] http://38.131.11.9:1080/play/a0d8 @@ -239,7 +237,7 @@ https://live.obslivestream.com/selvatv/index.m3u8 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 -#EXTINF:-1 tvg-id="SanjuaneraTV.pe" status="online",SanjuaneraTV [Not 24/7] +#EXTINF:-1 tvg-id="SanjuaneraTV.pe" status="error",SanjuaneraTV [Not 24/7] https://live.obslivestream.com/sanjuanera/index.m3u8 #EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="online",SelvaMía TV (Aguaytía) (360p) [Not 24/7] https://inliveserver.com:1936/18022/18022/playlist.m3u8 @@ -249,19 +247,19 @@ https://paneltv.rstreaminghd.net:3042/live/sistema1tvlive.m3u8 https://stmv.panel.grupolimalive.com/solstereotv/solstereotv/playlist.m3u8 #EXTINF:-1 tvg-id="SolTV.pe" status="timeout",Sol Televisión 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] +#EXTINF:-1 tvg-id="SomosTelevision.pe" status="timeout",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 #EXTINF:-1 tvg-id="SuperCanal.pe" status="online",Super Canal (Yurimaguas) (720p) [Not 24/7] https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 -#EXTINF:-1 tvg-id="SuperTV.pe" status="error",Super TV (Kachorro | Bagua Grande) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SuperTV.pe" status="online",Super TV (Kachorro | Bagua Grande) (720p) [Not 24/7] https://tvdatta.com:3517/live/kachorrotvlive.m3u8 -#EXTINF:-1 tvg-id="SurTV.pe" status="error",SurTV (Ilo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="SurTV.pe" status="online",SurTV (Ilo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/surtv/surtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Tele2000.pe" status="online",Tele2000 (Ayacucho) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Tele2000.pe" status="error",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 @@ -283,7 +281,7 @@ https://tvdatta.com:3084/live/toptvaguaytialive.m3u8 https://servilive.com:3244/live/trivutvlive.m3u8 #EXTINF:-1 tvg-id="TropicalTV.pe" status="online",Tropical TV (Puerto Maldonado) (720p) [Not 24/7] https://tv.oyotunstream.com:1936/tropicaltv/tropicaltv/playlist.m3u8 -#EXTINF:-1 tvg-id="TumpisTV.pe" status="online",Tumpis TV (Tumbes) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TumpisTV.pe" status="error",Tumpis TV (Tumbes) (720p) [Not 24/7] https://servilive.com:3531/live/tumpistvlive.m3u8 #EXTINF:-1 tvg-id="TurboMixRadioTV.pe" status="online",Turbo Mix Radio TV (360p) [Not 24/7] https://7.innovatestream.pe:19360/turbomixoficial/turbomixoficial.m3u8 @@ -297,9 +295,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="error",TV Huarmey (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVHuarmey.pe" status="timeout",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="blocked",TV Norte (Chiclayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVNorteChiclayo.pe" status="timeout",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 @@ -325,7 +323,7 @@ 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="online",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 @@ -339,9 +337,9 @@ https://ott1.hdlatam.tv/live_abr/webtvVisionSur/playlist.m3u8 https://multimedia.tmcreativos.com:1936/visionmusica/visionmusica/playlist.m3u8 #EXTINF:-1 tvg-id="VNP.pe" status="online",Visión Noticias Perú (VNP) (720p) [Not 24/7] https://multimedia.tmcreativos.com:1936/visionnoticias/visionnoticias/playlist.m3u8 -#EXTINF:-1 tvg-id="VZTV.pe" status="online",VZ Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VZTV.pe" status="error",VZ Televisión (720p) [Not 24/7] https://live.obslivestream.com/vztv/index.m3u8 -#EXTINF:-1 tvg-id="WillaxTV.pe" status="blocked",Willax (480p) [Not 24/7] +#EXTINF:-1 tvg-id="WillaxTV.pe" status="timeout",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 94dc81030..001ab7b99 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,25 +5,25 @@ 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="timeout",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 #EXTINF:-1 tvg-id="KapamilyaChannel.ph" status="timeout",Kapamilya Channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCstEtN0pgOmCf02EdXsGChw/live -#EXTINF:-1 tvg-id="Net25.ph" status="error",NET 25 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Net25.ph" status="timeout",NET 25 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Net25Tv/live -#EXTINF:-1 tvg-id="PEPTV.ph" status="online",PEP TV [Not 24/7] +#EXTINF:-1 tvg-id="PEPTV.ph" status="timeout",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="timeout",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] +#EXTINF:-1 tvg-id="PTV4.ph" status="timeout",PTV 4 (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/PTVPhilippines/live #EXTINF:-1 tvg-id="SMNI.ph" status="online",SMNI (720p) [Not 24/7] https://api.new.livestream.com/accounts/19079954/events/7831871/live.m3u8 #EXTINF:-1 tvg-id="TeleRadyo.ph" status="online",TeleRadyo https://abscbn-ono.akamaized.net/midroll/amagi_hls_data_abscbnAAA-abscbn-teleradyo-oando/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TVMaria.ph" status="online",TV Maria +#EXTINF:-1 tvg-id="TVMaria.ph" status="timeout",TV Maria http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/TVMariaLIVE/live #EXTINF:-1 tvg-id="" status="online",CLTV 36 http://210.213.69.20:5080/LiveApp/streams/cltvmcr.m3u8 diff --git a/streams/pk.m3u b/streams/pk.m3u index 5c1f5c06a..4d05ba0a3 100644 --- a/streams/pk.m3u +++ b/streams/pk.m3u @@ -10,9 +10,9 @@ https://streamone.simpaisa.com:8443/pitvlive1/atv.smil/playlist.m3u8 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="timeout",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) +#EXTINF:-1 tvg-id="DawnNews.pk" status="timeout",Dawn News (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCaxR-D8FjZ-2otbU0_Y2grg/live #EXTINF:-1 tvg-id="DhartiTV.pk" status="online",Dharti TV https://streamone.simpaisa.com:8443/pitvlive1/dhartitv.smil/playlist.m3u8 @@ -26,7 +26,7 @@ https://ukintl.dunyanews.tv/liveuk/ngrp:dunyalive_all/playlist.m3u8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnMBV5Iw4WqKILKue1nP6Hg/live #EXTINF:-1 tvg-id="FazalTV.pk" status="online",Punjabi TV http://cdn9.live247stream.com/punjabitvcanada/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="HumNews.pk" status="online",Hum News (720p) +#EXTINF:-1 tvg-id="HumNews.pk" status="error",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 @@ -46,17 +46,17 @@ 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="timeout",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 -#EXTINF:-1 tvg-id="PTVWorld.pk" status="online",PTV World (480p) +#EXTINF:-1 tvg-id="PTVWorld.pk" status="timeout",PTV World (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCj-e7yp2_-qE-TPritppZGQ/live #EXTINF:-1 tvg-id="SindhTVNews.pk" status="online",Sindh TV News https://streamone.simpaisa.com:8443/pitvlive1/sindhnews.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="WasebTV.pk" status="online",Waseb TV (720p) +#EXTINF:-1 tvg-id="WasebTV.pk" status="error",Waseb TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCb3vKSPkWFWiFljsSGoeyoQ/live #EXTINF:-1 tvg-id="ZindagiTV.pk" status="online",Zindagi TV (576p) [Not 24/7] https://5ad386ff92705.streamlock.net/live_transcoder/ngrp:zindagitv.stream_all/chunklist.m3u8 diff --git a/streams/pl.m3u b/streams/pl.m3u index 6981b3ef2..591dc7d59 100644 --- a/streams/pl.m3u +++ b/streams/pl.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="dlaCiebietv.pl" status="online",dlaCiebie.tv (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="dlaCiebietv.pl" status="error",dlaCiebie.tv (1080p) [Not 24/7] http://94.246.128.53:1935/tv/dlaCiebieTv/playlist.m3u8 #EXTINF:-1 tvg-id="Echo24.pl" status="online",Echo24 (720p) [Not 24/7] https://live-insysgo.cf.insyscd.net/echo24.smil/manifest.m3u8 @@ -63,5 +63,5 @@ http://gargoyle.tomkow.pl/hls/tvt.m3u8 https://stream.4fun.tv:8888/hls/4f.m3u8 #EXTINF:-1 tvg-id="" status="online",Radio Czworka (1080p) https://stream14.polskieradio.pl/pr4_video/video_pr4.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",TV Regionalna (Zary) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",TV Regionalna (Zary) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC29dc_mBUWW4mz5h754v88w/live diff --git a/streams/ps.m3u b/streams/ps.m3u index 451e45a52..3550c3628 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="7alaTV.ps" status="error",7ala TV [Geo-blocked] +#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] http://htvajyal.mada.ps:8888/ajyal/index.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="timeout",Seraj TV (1080p) +#EXTINF:-1 tvg-id="SerajTV.ps" status="online",Seraj TV (1080p) https://live01.iflex.ps/Aqsa/index.m3u8 #EXTINF:-1 tvg-id="ShababFM.ps" status="online",Shabab FM (720p) [Not 24/7] https://streaming.zaytonatube.com:8081/ShababFM/shabab/index.m3u8 diff --git a/streams/pt.m3u b/streams/pt.m3u index 5753a8b81..07e5c91d4 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -20,7 +20,7 @@ https://streamer-b02.videos.sapo.pt/live/portocanal/playlist.m3u8 https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p) http://162.212.178.69:41042/bysid/608 -#EXTINF:-1 tvg-id="RTP2.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP2.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP2 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean2HD.smil/playlist.m3u8 #EXTINF:-1 tvg-id="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] @@ -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="online",RTP Internacional Asia (480p) +#EXTINF:-1 tvg-id="RTPiAsia.pt" status="error",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,7 +49,7 @@ https://streaming-live.rtp.pt/liverepeater/smil:rtpi.smil/playlist.m3u8 #EXTINF:-1 tvg-id="RTPMadeira.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64)",RTP Madeira (504p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) https://streaming-live.rtp.pt/liverepeater/smil:rtpmadeira.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTPMemoria.pt" status="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) diff --git a/streams/py.m3u b/streams/py.m3u index 706b89ff1..5cd777045 100644 --- a/streams/py.m3u +++ b/streams/py.m3u @@ -7,17 +7,17 @@ https://59ce1298bfb98.streamlock.net/almayatv/almayatv/playlist.m3u8 https://d4xunn272arip.cloudfront.net/hls/c9n.m3u8 #EXTINF:-1 tvg-id="DismarTV.py" status="online",DismarTV https://rds3.desdeparaguay.net/dismartv/dismartv/playlist.m3u8 -#EXTINF:-1 tvg-id="Educanal.py" status="online",Educanal +#EXTINF:-1 tvg-id="Educanal.py" status="error",Educanal https://59ce1298bfb98.streamlock.net/educanal/educanal/playlist.m3u8 #EXTINF:-1 tvg-id="EstacionCristal.py" status="online",Estación Cristal https://59ce1298bfb98.streamlock.net/cristaltv/cristaltv/playlist.m3u8 #EXTINF:-1 tvg-id="FarraPlay.py" status="online",Farra Play (720p) [Not 24/7] http://159.203.148.226/live/farra.m3u8 -#EXTINF:-1 tvg-id="MasTV.py" status="online",Más TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MasTV.py" status="timeout",Más TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/mastvonline #EXTINF:-1 tvg-id="MiTV.py" status="online",MiTV https://rds3.desdeparaguay.net/mitv/mitv/playlist.m3u8 -#EXTINF:-1 tvg-id="MotorSurMedia.py" status="online",Motor Sur Media +#EXTINF:-1 tvg-id="MotorSurMedia.py" status="error",Motor Sur Media 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 @@ -25,19 +25,19 @@ https://tvdatta.com:3839/live/nandutitvlive.m3u8 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 -#EXTINF:-1 tvg-id="RCCTV.py" status="online",RCC TV +#EXTINF:-1 tvg-id="RCCTV.py" status="error",RCC TV https://59ce1298bfb98.streamlock.net/rcctv02/rcctv02/playlist.m3u8 #EXTINF:-1 tvg-id="RTV12.py" status="online",RTV 12 https://59ce1298bfb98.streamlock.net/mediosenpy/mediosenpy/playlist.m3u8 #EXTINF:-1 tvg-id="SNT.py" status="online",SNT (480p) https://d4xunn272arip.cloudfront.net/hls/snt.m3u8 -#EXTINF:-1 tvg-id="SomosdelEste.py" status="online",Somos Del Este +#EXTINF:-1 tvg-id="SomosdelEste.py" status="error",Somos Del Este https://59ce1298bfb98.streamlock.net/somosdeleste/somosdeleste/playlist.m3u8 -#EXTINF:-1 tvg-id="SucesoTV.py" status="online",Suceso TV +#EXTINF:-1 tvg-id="SucesoTV.py" status="error",Suceso TV https://59ce1298bfb98.streamlock.net/sucesotv/sucesotv/playlist.m3u8 #EXTINF:-1 tvg-id="Trece.py" status="online",Trece Paraguay (720p) [Not 24/7] https://stream.rpc.com.py/live/trece.m3u8 -#EXTINF:-1 tvg-id="TVAire.py" status="online",TV Aire +#EXTINF:-1 tvg-id="TVAire.py" status="error",TV Aire https://59ce1298bfb98.streamlock.net/tvaire/tvaire/playlist.m3u8 #EXTINF:-1 tvg-id="Unicanal.py" status="online",Unicanal (720p) [Not 24/7] http://45.55.127.106/live/unicanal_mid.m3u8 diff --git a/streams/qa.m3u b/streams/qa.m3u index dd2b3f9da..538e62e81 100644 --- a/streams/qa.m3u +++ b/streams/qa.m3u @@ -1,10 +1,8 @@ #EXTM3U #EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbalkans/live -#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="online",Al Jazeera Balkans (1080p) https://live-hls-web-ajb.getaj.net/AJB/index.m3u8 -#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live +#EXTINF:-1 tvg-id="AlJazeeraBalkans.qa" status="timeout",Al Jazeera Balkans (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajbalkans/live #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) https://live-hls-v3-aja.getaj.net/AJA-V3/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online",Al Jazeera Arabic (1080p) @@ -12,21 +10,23 @@ https://live-hls-web-aja.getaj.net/AJA/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Al Jazeera Arabic (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s69/index.m3u8 +#EXTINF:-1 tvg-id="AlJazeeraChannel.qa" status="timeout",Al Jazeera Arabic (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeera/live #EXTINF:-1 tvg-id="AlJazeeraDocumentary.qa" status="online",Al Jazeera Documentary (270p) [Geo-blocked] https://live-hls-web-ajd.getaj.net/AJD/index.m3u8 #EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeeraenglish/live -#EXTINF:-1 tvg-id="AlJazeeraEnglish.qa" status="online",Al Jazeera English (1080p) 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="AlJazeeraEnglish.qa" status="timeout",Al Jazeera English (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/aljazeeraenglish/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="AlJazeeraMubasher.qa" status="timeout",Al Jazeera Mubasher (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ajmubasher/live #EXTINF:-1 tvg-id="AlRayyanOldTV.qa" status="online",Al Rayyan Al Qadeem (1080p) https://svs.itworkscdn.net/alrayyanqadeemlive/alrayyanqadeem.smil/playlist.m3u8 #EXTINF:-1 tvg-id="AlRayyanTV.qa" status="online",Al Rayyan (1080p) diff --git a/streams/rs.m3u b/streams/rs.m3u index 0f59f90e9..882813b50 100644 --- a/streams/rs.m3u +++ b/streams/rs.m3u @@ -83,7 +83,7 @@ https://vod1.laki.eu/sandzak/video.m3u8 https://srv1.adriatelekom.com/TVAS/index.m3u8 #EXTINF:-1 tvg-id="TVBelleAmie.rs" status="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 84379ce1e..fa51a2e1f 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -17,7 +17,7 @@ https://edge2-tv-ll.facecast.io/evacoder_hls_hi/CkxfR1xNUAJwTgtXTBZTAJli/index.m https://strm.yandex.ru/kal/360tv/360tv0.m3u8 #EXTINF:-1 tvg-id="360deg.ru" status="blocked",360° (720p) https://video1.in-news.ru/360/index.m3u8 -#EXTINF:-1 tvg-id="A1.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A1 (480p) +#EXTINF:-1 tvg-id="A1.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",A1 (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s45/index.m3u8 #EXTINF:-1 tvg-id="A2.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",A2 (480p) @@ -57,13 +57,13 @@ http://belnovosti.cdn.easyhoster.ru:8080/stream.m3u8 http://live2.mediacdn.ru/sr1/tro/playlist.m3u8 #EXTINF:-1 tvg-id="BigAsia.ru" status="blocked",Большая Азия (1080p) [Geo-blocked] https://strm.yandex.ru/kal/bigasia/bigasia0.m3u8 -#EXTINF:-1 tvg-id="Bober.ru" status="timeout",Бобер (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Bober.ru" status="error",Бобер (576p) [Not 24/7] https://sc.id-tv.kz/bober.m3u8 #EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="timeout",Bollywood HD (1080p) [Not 24/7] https://sc.id-tv.kz/bollywood_hd.m3u8 #EXTINF:-1 tvg-id="ChannelOne.ru" status="online",Channel One https://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd -#EXTINF:-1 tvg-id="ChannelOne.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Первый канал (480p) +#EXTINF:-1 tvg-id="ChannelOne.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Первый канал (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s14/04.m3u8 #EXTINF:-1 tvg-id="Che.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",Че! (540p) [Geo-blocked] @@ -81,12 +81,12 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_DOMASHNIY/variant.m3u8 http://ott-cdn.ucom.am/s88/index.m3u8 #EXTINF:-1 tvg-id="DomKino.ru" status="timeout",Дом кино (576p) http://50.7.92.90/Dom_kino/playlist.m3u8 -#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="timeout",Дом Кино Премиум (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DomKinoPremium.ru" status="online",Дом Кино Премиум (1080p) [Not 24/7] https://sc.id-tv.kz/domkino_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Дорама (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s95/index.m3u8 -#EXTINF:-1 tvg-id="Dorama.uk" status="timeout",Дорама (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Dorama.uk" status="error",Дорама (1080p) [Not 24/7] https://sc.id-tv.kz/dorama_hd.m3u8 #EXTINF:-1 tvg-id="Enisey.ru" status="online",Енисей (1080p) [Not 24/7] http://hls-eniseytv.cdnvideo.ru/eniseytv/stream1/playlist.m3u8 @@ -104,7 +104,7 @@ http://stream2.hardlife.tv:8134/hls-live/hlsGS/_definst_/liveevent/gs.m3u8 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="HDL.ru" status="timeout",HDL (404p) [Not 24/7] +#EXTINF:-1 tvg-id="HDL.ru" status="online",HDL (404p) [Not 24/7] https://sc.id-tv.kz/hdl.m3u8 #EXTINF:-1 tvg-id="HDMedia.ru" status="blocked",HD Медиа (720p) [Geo-blocked] https://strm.yandex.ru/kal/hdmedia/hdmedia0.m3u8 @@ -126,15 +126,15 @@ 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="timeout",Хабар (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Khabar.kz" status="online",Хабар (576p) [Not 24/7] https://sc.id-tv.kz/Khabar.m3u8 #EXTINF:-1 tvg-id="Kinohit.ru" status="timeout",Кинохит (404p) [Not 24/7] https://sc.id-tv.kz/Kinohit_hd.m3u8 -#EXTINF:-1 tvg-id="Kinokomedija.ru" status="timeout",Кинокомедия (360p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinokomedija.ru" status="online",Кинокомедия (360p) [Not 24/7] https://sc.id-tv.kz/Kinokomediya_hd.m3u8 -#EXTINF:-1 tvg-id="Kinomiks.ru" status="timeout",Киномикс (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinomiks.ru" status="online",Киномикс (1080p) [Not 24/7] https://sc.id-tv.kz/Kinomix_hd.m3u8 #EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",Кинопремьера (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 @@ -197,9 +197,9 @@ http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv7_2500/playlist.m3u8 http://185.161.224.216/dash/Mir_seriala_SD.ism/playlist.mpd #EXTINF:-1 tvg-id="MirSeriala.ru" status="blocked",Мир сериала (576p) [Not 24/7] http://188.40.68.167/russia/mir_seriala/playlist.m3u8 -#EXTINF:-1 tvg-id="MistoPlus.ua" status="timeout",Мисто плюс (720p) +#EXTINF:-1 tvg-id="MistoPlus.ua" status="online",Мисто плюс (720p) http://93.78.206.172:8080/stream5/stream.m3u8 -#EXTINF:-1 tvg-id="MistoPlus.ua" status="timeout",Мисто плюс (480p) +#EXTINF:-1 tvg-id="MistoPlus.ua" status="online",Мисто плюс (480p) http://93.78.206.172:8080/stream4/stream.m3u8 #EXTINF:-1 tvg-id="Morskoi.ru" status="online",Морской (720p) [Not 24/7] http://88b9da48.kazmazpaz.ru/iptv/D7M94NBVB5DLFS/742/index.m3u8 @@ -215,7 +215,7 @@ http://81.30.182.82:18092/hls/live.m3u8 http://serv30.vintera.tv:8081/detskiy/multimania20/playlist.m3u8 #EXTINF:-1 tvg-id="MusicBoxRussia.ru" status="blocked",Music Box Russia (1080p) https://strm.yandex.ru/kal/rmbox/rmbox0.m3u8 -#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="timeout",Мужское кино (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MuzhskoeKino.ru" status="online",Мужское кино (1080p) [Not 24/7] https://sc.id-tv.kz/Mujskoe_kino_hd.m3u8 #EXTINF:-1 tvg-id="MuzSoyuz.ru" status="online",Муз союз (576p) http://hls-tvsoyuz.cdnvideo.ru/tvsoyuz2/muzsoyuz.6fw0-58xp-acts-esy0/playlist.m3u8 @@ -271,9 +271,9 @@ http://194.190.78.91/pskov/rewind-10800.m3u8 http://ott.inmart.tv:8081/18/index.m3u8 #EXTINF:-1 tvg-id="PervyyTulskiy.ru" status="online",Первый Тульский (576p) [Not 24/7] http://5.164.24.83/tula/1tv_low/index.m3u8 -#EXTINF:-1 tvg-id="Pobeda.ru" status="error",Победа (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Pobeda.ru" status="online",Победа (576p) [Not 24/7] https://sc.id-tv.kz/Pobeda.m3u8 -#EXTINF:-1 tvg-id="Poehali.ru" status="online",Поехали! (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Poehali.ru" status="timeout",Поехали! (576p) [Not 24/7] https://sc.id-tv.kz/poehali.m3u8 #EXTINF:-1 tvg-id="Prima.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",Прима (1080p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -404,7 +404,7 @@ https://bsttv.bonus-tv.ru/cdn/salyam/playlist.m3u8 http://45.67.57.9:8080/new/new/playlist.m3u8 #EXTINF:-1 tvg-id="Sarafan.ru" status="online",Сарафан (576p) [Not 24/7] http://195.26.83.96:7024/play/82 -#EXTINF:-1 tvg-id="Saratov24.ru" status="online",Саратов 24 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Saratov24.ru" status="error",Саратов 24 (1080p) [Not 24/7] https://saratov24.tv/online/playlist.php #EXTINF:-1 tvg-id="SelengaTV.ru" status="online",Селенга ТВ (576p) http://90.188.37.86/live/playlist.m3u8 @@ -414,15 +414,15 @@ https://live2.mediacdn.ru/sr1/sever-mobile/playlist.m3u8 https://live2.mediacdn.ru/sr1/sever/playlist.m3u8 #EXTINF:-1 tvg-id="Sever.ru" status="online",Север (Нарьян-Мар) (1080p) https://live.mediacdn.ru/sr1/sever/playlist.m3u8 -#EXTINF:-1 tvg-id="ShansonTV.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Шансон ТВ (480p) -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 -http://ott-cdn.ucom.am/s43/index.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (512p) [Geo-blocked] http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (576p) [Geo-blocked] http://hls.shansontv.cdnvideo.ru/shansontv/shansontv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ShansonTV.ru" status="blocked",Шансон ТВ (576p) [Geo-blocked] http://uiptv.do.am/1ufc/602079679/playlist.m3u8 +#EXTINF:-1 tvg-id="ShansonTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Шансон ТВ (480p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 +http://ott-cdn.ucom.am/s43/index.m3u8 #EXTINF:-1 tvg-id="ShchyolkovskoeTV.ru" status="online",Щёлковское ТВ (576p) [Not 24/7] http://stream0.tv41.ru/live.m3u8 #EXTINF:-1 tvg-id="Shokiruyuschee.ru" status="timeout",Шокирующее (540p) @@ -479,12 +479,12 @@ http://ott-cdn.ucom.am/s19/04.m3u8 http://strm.yandex.ru/kal/tntmusic/tntmusic0.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="online",Той Думан (576p) [Not 24/7] +#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="TuranTV.kz" status="online",Туран ТВ (576p) [Not 24/7] +#EXTINF:-1 tvg-id="TuranTV.kz" status="error",Туран ТВ (576p) [Not 24/7] https://sc.id-tv.kz/TuranTV.m3u8 #EXTINF:-1 tvg-id="TV3.ru" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",ТВ-3 (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 @@ -502,15 +502,15 @@ https://brics.bonus-tv.ru/cdn/brics/portuguese/playlist.m3u8 http://ott-cdn.ucom.am/s54/index.m3u8 #EXTINF:-1 tvg-id="TVK.ru" status="online",ТВК 24 (576p) http://air.tvk6.ru/tvk24/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="TVMChannel.ru" status="error",TVMChannel (576p) [Geo-blocked] -http://cdn-01.bonus-tv.ru:8080/tvm_edge/playlist.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] +#EXTINF:-1 tvg-id="UniverTV.ru" status="timeout",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) +#EXTINF:-1 tvg-id="UniverTV.ru" status="timeout",Univer TV (1080p) https://cdn.universmotri.ru/live/smil:univer.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Vera24.ru" status="timeout",Вера 24 (720p) http://62.32.67.187:1935/WEB_Vera24/Vera24.stream/playlist.m3u8 @@ -543,7 +543,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] @@ -553,9 +553,9 @@ https://tvchannelstream1.tvzvezda.ru/cdn/tvzvezda/playlist.m3u8 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="online",Backus TV (720p) [Not 24/7] +#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="online",Backus TV Страшное (720p) [Not 24/7] +#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 @@ -611,7 +611,7 @@ https://strm.yandex.ru/kal/kinoclassic/kinoclassic0.m3u8 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] +#EXTINF:-1 tvg-id="" status="timeout",КФУ ТВ (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 @@ -641,7 +641,7 @@ http://ott-cdn.ucom.am/s62/index.m3u8 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="online",Первый канал Евразия (576p) [Not 24/7] +#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 @@ -674,7 +674,7 @@ http://vid.extremtv.ru/hls_get/cameraFeed.m3u8 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="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",СТС (480p) +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",СТС (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/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] @@ -704,7 +704,7 @@ 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="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Центральное телевидение (ЦТВ) (480p) +#EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Центральное телевидение (ЦТВ) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s20/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Эхо TV (Рязань) (576p) [Not 24/7] diff --git a/streams/sa.m3u b/streams/sa.m3u index 7fb963d83..6628558d9 100644 --- a/streams/sa.m3u +++ b/streams/sa.m3u @@ -1,32 +1,32 @@ #EXTM3U #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/ekhbariyatv/live -#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/alekhbariya -#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) https://al-ekhbaria-prod-dub.shahid.net/out/v1/d443f3203b444032896e3233cb6eaa84/index.m3u8 #EXTINF:-1 tvg-id="AlEkhbariya.sa" status="online",Al Ekhbariya (1080p) [Not 24/7] https://edge.taghtia.com/sa/4.m3u8 +#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="timeout",Al Ekhbariya (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/ekhbariyatv/live +#EXTINF:-1 tvg-id="AlEkhbariya.sa" status="timeout",Al Ekhbariya (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/alekhbariya #EXTINF:-1 tvg-id="AlHokairGroupTV.sa" status="timeout",AL HOKAIR Group TV (576p) http://82.212.74.3:8000/live/7513.m3u8 #EXTINF:-1 tvg-id="AlKhalij.sa" status="online",Al Khalij (720p) [Not 24/7] https://mn-nl.mncdn.com/khalij/khalij/playlist.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="online",Al Quran Al Kareem TV (Mecca) (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/qurantvsa -#EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="online",Al Quran Al Kareem TV (Mecca) (1080p) [Not 24/7] https://edge.taghtia.com/sa/7.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="online",Al Quran Al Kareem TV (Mecca) (720p) [Not 24/7] http://m.live.net.sa:1935/live/quran/playlist.m3u8 #EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="timeout",Al Quran Al Kareem TV (Mecca) (720p) http://5b18be6964c2f.streamlock.net:1935/live/_definst_/quran/playlist.m3u8 -#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="online",Al Riyadh Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/riyadhradio +#EXTINF:-1 tvg-id="AlQuranAlKareemTV.sa" status="timeout",Al Quran Al Kareem TV (Mecca) (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/qurantvsa #EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="online",Al Riyadh Radio (720p) https://edge.taghtia.com/sa/12.m3u8 -#EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiatv +#EXTINF:-1 tvg-id="AlRiyadhRadio.sa" status="timeout",Al Riyadh Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/riyadhradio #EXTINF:-1 tvg-id="AlSaudiya.sa" status="online",Al Saudiya (1080p) [Not 24/7] https://edge.taghtia.com/sa/2.m3u8 +#EXTINF:-1 tvg-id="AlSaudiya.sa" status="error",Al Saudiya (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiatv #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sunnatvsa #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="online",Al Sunnah Al Nabawiyah TV (Medina) (1080p) [Not 24/7] @@ -36,13 +36,13 @@ http://m.live.net.sa:1935/live/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="AlSunnahAlNabawiyahTV.sa" status="timeout",Al Sunnah Al Nabawiyah TV (Medina) (720p) http://5b18be6964c2f.streamlock.net:1935/live/_definst_/sunnah/playlist.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AsharqNews/live -#EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) https://bcovlive-a.akamaihd.net/0b75ef0a49e24704a4ca023d3a82c2df/ap-south-1/6203311941001/playlist.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (1080p) https://shls-asharq-prod-dub.shahid.net/out/v1/3b6b4902cf8747a28619411239584002/index.m3u8 #EXTINF:-1 tvg-id="Asharq.sa" status="online",Asharq (720p) https://svs.itworkscdn.net/bloomberarlive/bloomberg.smil/playlist_dvr.m3u8 +#EXTINF:-1 tvg-id="Asharq.sa" status="timeout",Asharq (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AsharqNews/live #EXTINF:-1 tvg-id="AsharqPortrait.sa" status="online",Asharq (Portrait) (1280p) https://bcovlive-a.akamaihd.net/ed81ac1118414d4fa893d3a83ccec9be/eu-central-1/6203311941001/playlist.m3u8 #EXTINF:-1 tvg-id="AtfalWaMawaheb.sa" status="online",Atfal Wa Mawaheb (1080p) @@ -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="timeout",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="error",Beity http://82.212.74.2:8000/live/7312.m3u8 #EXTINF:-1 tvg-id="ENTV.sa" status="timeout",EN TV @@ -62,31 +62,31 @@ https://jmc-live.ercdn.net/iqraaeurope/iqraaeurope.m3u8 #EXTINF:-1 tvg-id="IqraaArabic.sa" status="online",Iqraa (576p) [Not 24/7] https://jmc-live.ercdn.net/iqraa/iqraa.m3u8 #EXTINF:-1 tvg-id="JeddahRadio.sa" status="online",Jeddah Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/jeddahradio -#EXTINF:-1 tvg-id="JeddahRadio.sa" status="online",Jeddah Radio (720p) https://edge.taghtia.com/sa/15.m3u8 +#EXTINF:-1 tvg-id="JeddahRadio.sa" status="timeout",Jeddah Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/jeddahradio #EXTINF:-1 tvg-id="KaifTV.sa" status="online",Kaif TV (576p) [Not 24/7] http://82.212.74.2:8000/live/hls/7311.m3u8 #EXTINF:-1 tvg-id="KSASports1.sa" status="online",KSA Sports 1 (1080p) [Not 24/7] https://edge.taghtia.com/sa/9.m3u8 #EXTINF:-1 tvg-id="KSASports2.sa" status="online",KSA Sports 2 (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/ksa-sports2 -#EXTINF:-1 tvg-id="KSASports2.sa" status="online",KSA Sports 2 (1080p) [Not 24/7] https://edge.taghtia.com/sa/10.m3u8 +#EXTINF:-1 tvg-id="KSASports2.sa" status="timeout",KSA Sports 2 (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/ksa-sports2 #EXTINF:-1 tvg-id="LBC.sa" status="online",LBC (1080p) [Geo-blocked] https://rotanastudios-lbc-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="MakkahTV.sa" status="online",Makkah TV (576p) https://media2.streambrothers.com:1936/8122/8122/playlist.m3u8 #EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="online",Nidae AlIslam Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/nidaalislam -#EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="online",Nidae AlIslam Radio (720p) https://edge.taghtia.com/sa/14.m3u8 +#EXTINF:-1 tvg-id="NidaeAlIslamRadio.sa" status="timeout",Nidae AlIslam Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/nidaalislam #EXTINF:-1 tvg-id="PanoramaFM.sa" status="online",Panorama FM (1080p) https://shls-panoramafm-prod-dub.shahid.net/out/v1/66262e420d824475aaae794dc2d69f14/index.m3u8 #EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/quranradio -#EXTINF:-1 tvg-id="QuranRadio.sa" status="online",Quran Radio (720p) https://edge.taghtia.com/sa/13.m3u8 +#EXTINF:-1 tvg-id="QuranRadio.sa" status="timeout",Quran Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/quranradio #EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="online",Rotana Cinema (1080p) https://rotanastudios-rotanacinema-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaCinemaEgypt.eg" status="online",Rotana Cinema (1080p) @@ -100,12 +100,12 @@ https://shls-rotanaclassic-prod-dub.shahid.net/out/v1/4eebed211c8441228321b4f67a #EXTINF:-1 tvg-id="RotanaComedy.sa" status="online",Rotana Comedy (1080p) [Geo-blocked] https://rotanastudios-rotanacomedy-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaDrama.sa" status="online",Rotana Drama (1080p) [Geo-blocked] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-drama -#EXTINF:-1 tvg-id="RotanaDrama.sa" status="online",Rotana Drama (1080p) [Geo-blocked] https://rotanastudios-rotanadrama-1-eu.xiaomi.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="RotanaDrama.sa" status="timeout",Rotana Drama (1080p) [Geo-blocked] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live-drama #EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="online",Rotana Khalijia (1080p) https://shls-rotanakhalijia-prod-dub.shahid.net/out/v1/a639fd49db684f1b8c063d398101a888/index.m3u8 -#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="error",Rotana Khalijia (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="RotanaKhalijia.sa" status="timeout",Rotana Khalijia (1080p) [Geo-blocked] http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live #EXTINF:-1 tvg-id="RotanaKids.sa" status="online",Rotana Kids (1080p) https://shls-rotanakids-prod-dub.shahid.net/out/v1/df6e0eb3cdc4410b98209aafc8677cef/index.m3u8 @@ -114,13 +114,13 @@ https://rotanastudios-rotanamusic-1-eu.xiaomi.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaPlusHD.sa" status="online",Rotana+ (1080p) https://shls-rotanaplus-prod-dub.shahid.net/out/v1/1fc6103458be480b96e6a574b00fe1c0/index.m3u8 #EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiaradio -#EXTINF:-1 tvg-id="SaudiaRadio.sa" status="online",Saudia Radio (720p) https://edge.taghtia.com/sa/11.m3u8 -#EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel +#EXTINF:-1 tvg-id="SaudiaRadio.sa" status="timeout",Saudia Radio (720p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/saudiaradio #EXTINF:-1 tvg-id="SBC.sa" status="online",SBC (1080p) [Not 24/7] https://edge.taghtia.com/sa/1.m3u8 +#EXTINF:-1 tvg-id="SBC.sa" status="timeout",SBC (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/sbc-channel #EXTINF:-1 tvg-id="SSC1HD.sa" status="error",SSC1 HD (1080p) https://shls-mbc1ksa-prod-dub.shahid.net/out/v1/6ae0a2ebab224c72ab9c298afeec8d91/index.m3u8 #EXTINF:-1 tvg-id="SSC5.sa" status="error",SSC5 HD (1080p) @@ -130,12 +130,12 @@ https://shls-live-event2-prod-dub.shahid.net/out/v1/0456ede1a39145d98b3d8c8062dd #EXTINF:-1 tvg-id="SSCActionWaleedExtra.sa" status="online",SSC Action Waleed Extra (1080p) [Not 24/7] https://d2x08mwxhmpplo.cloudfront.net/out/v1/587631773e55495a8aa3dd4050318f6e/index.m3u8 #EXTINF:-1 tvg-id="ThikrayatTV.sa" status="online",Thikrayat TV (1080p) [Not 24/7] -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="ThikrayatTV.sa" status="timeout",Thikrayat TV (1080p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.aloula.sa/live/thikrayat-tv #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="timeout",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 47a3bbe1b..f28dcb19a 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,9 +13,9 @@ 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="online",HITS (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="Hits.sg" status="error",HITS (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h37/index.m3u8 -#EXTINF:-1 tvg-id="KPlus.sg" status="online",K+ (Indonesian subtitle) (576p) +#EXTINF:-1 tvg-id="KPlus.sg" status="error",K+ (Indonesian subtitle) (576p) http://210.210.155.37/uq2663/h/h08/index.m3u8 #EXTINF:-1 tvg-id="RockEntertainment.sg" status="online",Rock Entertainment (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h16/index.m3u8 diff --git a/streams/si.m3u b/streams/si.m3u index 675c3aa1a..e37c709cf 100644 --- a/streams/si.m3u +++ b/streams/si.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="GTV.si" status="online",GTV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="GTV.si" status="error",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 https://streamer01.xploretv.si/qdcnm4/__cl/cg:prod/__c/A1_SI_AKANALHD_ott/__op/dash-default/__dci/__f/index.m3u8?admin=xploreTv_test_user&redirect=true diff --git a/streams/sm.m3u b/streams/sm.m3u index a80cda7e3..c40bf2ef5 100644 --- a/streams/sm.m3u +++ b/streams/sm.m3u @@ -1,5 +1,5 @@ #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) +#EXTINF:-1 tvg-id="SanMarinoRTVSport.sm" status="error",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 d97f200e0..005603b7b 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -1,19 +1,19 @@ #EXTM3U -#EXTINF:-1 tvg-id="2STV.sn" status="blocked",2STV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="2STV.sn" status="timeout",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 #EXTINF:-1 tvg-id="A2iNaja.sn" status="online",A2i Naja (720p) [Not 24/7] https://stream.sen-gt.com/A2iNaija/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="A2iReligion.sn" status="online",A2i Religion (720p) [Not 24/7] +#EXTINF:-1 tvg-id="A2iReligion.sn" status="error",A2i Religion (720p) [Not 24/7] https://stream.sen-gt.com/A2iReligion/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="Africa7.sn" status="blocked",Africa 7 (480p) +#EXTINF:-1 tvg-id="Africa7.sn" status="timeout",Africa 7 (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x7xq2dw -#EXTINF:-1 tvg-id="RFM.sn" status="blocked",RFM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RFM.sn" status="error",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="blocked",TFM (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TFM.sn" status="timeout",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 b5c157313..5f58f798e 100644 --- a/streams/sv.m3u +++ b/streams/sv.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AgapeTV.sv" status="online",Ágape TV Canal 8 +#EXTINF:-1 tvg-id="AgapeTV.sv" status="timeout",Ágape TV Canal 8 http://free.fullspeed.tv/iptv-query?streaming-ip=https://twitch.tv/agapetv8 #EXTINF:-1 tvg-id="Canal10.sv" status="blocked",Canal 10 (720p) http://streamingcws20.com:1935/tves/tves.smil/playlist.m3u8 @@ -23,7 +23,7 @@ https://cm.hostlagarto.com:4445/TRIBUNA-TV/tribuna.myStream/playlist.m3u8 https://tv.infosal.com:5443/LiveApp/streams/908264309507938591071465.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] +#EXTINF:-1 tvg-id="TVX.sv" status="timeout",TVX (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/canaltvx #EXTINF:-1 tvg-id="WOWTV.sv" status="online",WOW TV (576p) [Not 24/7] https://cdn.elsalvadordigital.com:1936/wowtv/smil:wowtv.smil/playlist.m3u8 diff --git a/streams/sy.m3u b/streams/sy.m3u index edd0d25cb..e1831cb36 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="timeout",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] @@ -29,3 +27,5 @@ http://vod.ortas.sy:1935/oLive/sat05042022/playlist.m3u8 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/td.m3u b/streams/td.m3u index 67d12e8ec..888862438 100644 --- a/streams/td.m3u +++ b/streams/td.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="TeleTchad.td" status="error",Télé Tchad (1080p) +#EXTINF:-1 tvg-id="TeleTchad.td" status="online",Télé Tchad (1080p) https://strhlslb01.streamakaci.tv/str_tchad_tchad/str_tchad_multi/playlist.m3u8 diff --git a/streams/th.m3u b/streams/th.m3u index 593715bf0..659559c9a 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -9,33 +9,33 @@ 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="timeout",DLTV 1 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV1.th" status="online",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="online",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] +#EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 -#EXTINF:-1 tvg-id="DLTV4.th" status="online",DLTV 4 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV4.th" status="timeout",DLTV 4 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv04.m3u8 -#EXTINF:-1 tvg-id="DLTV5.th" status="timeout",DLTV 5 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV5.th" status="online",DLTV 5 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 -#EXTINF:-1 tvg-id="DLTV6.th" status="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] https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 -#EXTINF:-1 tvg-id="DLTV8.th" status="timeout",DLTV 8 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv08.m3u8 -#EXTINF:-1 tvg-id="DLTV9.th" status="online",DLTV 9 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV9.th" status="timeout",DLTV 9 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 -#EXTINF:-1 tvg-id="DLTV10.th" status="online",DLTV 10 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV10.th" status="timeout",DLTV 10 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv10.m3u8 -#EXTINF:-1 tvg-id="DLTV11.th" status="online",DLTV 11 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV11.th" status="timeout",DLTV 11 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv11.m3u8 #EXTINF:-1 tvg-id="DLTV12.th" status="online",DLTV 12 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv12.m3u8 #EXTINF:-1 tvg-id="DLTV13.th" status="timeout",DLTV 13 (720p) [Not 24/7] 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="timeout",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] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 diff --git a/streams/tm.m3u b/streams/tm.m3u index f4752d654..1e636bc5f 100644 --- a/streams/tm.m3u +++ b/streams/tm.m3u @@ -1,12 +1,12 @@ #EXTM3U #EXTINF:-1 tvg-id="AltynAsyr.tm" status="online",Altyn Asyr (406p) [Not 24/7] -https://alpha.tv.online.tm/hls/ch001.m3u8 -#EXTINF:-1 tvg-id="AltynAsyr.tm" status="online",Altyn Asyr (406p) [Not 24/7] https://alpha.tv.online.tm/legacyhls/ch001.m3u8 -#EXTINF:-1 tvg-id="Asgabat.tm" status="online",Aşgabat (406p) [Not 24/7] -https://alpha.tv.online.tm/legacyhls/ch006.m3u8 +#EXTINF:-1 tvg-id="AltynAsyr.tm" status="online",Altyn Asyr (406p) [Not 24/7] +https://alpha.tv.online.tm/hls/ch001.m3u8 #EXTINF:-1 tvg-id="Asgabat.tm" status="online",Aşgabat (226p) [Not 24/7] https://alpha.tv.online.tm/hls/ch006.m3u8 +#EXTINF:-1 tvg-id="Asgabat.tm" status="online",Aşgabat (406p) [Not 24/7] +https://alpha.tv.online.tm/legacyhls/ch006.m3u8 #EXTINF:-1 tvg-id="Miras.tm" status="online",Miras (406p) [Not 24/7] https://alpha.tv.online.tm/hls/ch003.m3u8 #EXTINF:-1 tvg-id="Miras.tm" status="online",Miras (406p) [Not 24/7] diff --git a/streams/tn.m3u b/streams/tn.m3u index d41dfc35b..bcab62bd8 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -1,8 +1,8 @@ #EXTM3U -#EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="error" user-agent="TNAgexpl212C",El Hiwar El Tounsi (400p) [Not 24/7] +#EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="online" user-agent="TNAgexpl212C",El Hiwar El Tounsi (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/elhiwar.m3u8 -#EXTINF:-1 tvg-id="IFMTV.tn" status="online",IFM TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="IFMTV.tn" status="timeout",IFM TV (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/RadioIfmTunisia/live #EXTINF:-1 tvg-id="JawharaTV.tn" status="online",JAWHARA TV (720p) [Not 24/7] https://streaming.toutech.net/live/jtv/index.m3u8 @@ -12,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="timeout",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 a6e93137b..40c5c10cf 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -46,10 +46,10 @@ https://win1.yayin.com.tr/bursatv/bursatv/playlist.m3u8 http://canbroadcast.com:7000/canlican/tv.m3u8 #EXTINF:-1 tvg-id="CayTV.tr" status="online",Cay TV (720p) [Not 24/7] http://stream2.taksimbilisim.com:1935/caytv/bant1/CAYTV.m3u8 -#EXTINF:-1 tvg-id="CekmekoyTV.tr" status="online",Cekmeköy TV (1080p) -https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv/playlist.m3u8 #EXTINF:-1 tvg-id="CekmekoyTV.tr" status="online",Cekmeköy TV https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv_1080p/playlist.m3u8 +#EXTINF:-1 tvg-id="CekmekoyTV.tr" status="online",Cekmeköy TV (1080p) +https://cdn-cekmekoybeltv.yayin.com.tr/cekmekoybeltv/cekmekoybeltv/playlist.m3u8 #EXTINF:-1 tvg-id="CiftciTV.tr" status="online",Çiftçi TV (1080p) [Not 24/7] http://stream.taksimbilisim.com:1935/ciftcitv/smil:ciftcitv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CiftciTV.tr" status="online",Çiftçi TV (720p) [Not 24/7] @@ -88,7 +88,7 @@ https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8 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="blocked",Fenerbahçe TV (FBTV) (480p) [Not 24/7] +#EXTINF:-1 tvg-id="FenerbahceTV.tr" status="timeout",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 @@ -98,7 +98,7 @@ https://foxtv.blutv.com/blutv_foxtv_live/live.m3u8 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="GSTV.tr" status="error",GSTV [Geo-blocked] +#EXTINF:-1 tvg-id="GSTV.tr" status="blocked",GSTV [Geo-blocked] https://owifavo5.rocketcdn.com/gstv/gstv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="GuneyTVTarsus.tr" status="online",Guney TV Tarsus (270p) http://stream2.taksimbilisim.com:1935/tarsusguneytv/bant1/playlist.m3u8 @@ -195,7 +195,7 @@ https://waw2.artiyerelmedya.net/mavikaradeniz/bant1/playlist.m3u8 http://yerelmedya.tv:1935/mercantv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="MercanTV.tr" status="online",Mercan TV (720p) [Not 24/7] https://waw2.artiyerelmedya.net/mercantv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="MiskFM.tr" status="online",Misk FM (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MiskFM.tr" status="timeout",Misk FM (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCrvsAwtrxZ0q31yU9JEBdWA/live #EXTINF:-1 tvg-id="NaturalTV.tr" status="online",Natural TV (720p) [Not 24/7] http://broadcasttr.com:1935/naturaltv/bant1/playlist.m3u8 @@ -234,7 +234,7 @@ 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="blocked",Star TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="StarTV.tr" status="timeout",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 @@ -254,11 +254,11 @@ 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="online",TRT 2 [Geo-blocked] +#EXTINF:-1 tvg-id="TRT2.tr" status="blocked",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 -#EXTINF:-1 tvg-id="TRTArabi.tr" status="online",TRT Arabi (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TRTArabi.tr" status="timeout",TRT Arabi (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/trtalarabiya/live #EXTINF:-1 tvg-id="TRTAvaz.tr" status="online",TRT Avaz (720p) https://tv-trtavaz.medya.trt.com.tr/master.m3u8 @@ -302,7 +302,7 @@ https://waw2.artiyerelmedya.net/tv41/bant1/chunks.m3u8 http://stream.taksimbilisim.com:1935/tv52/smil:tv52.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TV52.tr" status="online",TV 52 (720p) [Not 24/7] https://broadcasttr.com:446/tv52/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="TV100.tr" status="online",tv100 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TV100.tr" status="timeout",tv100 (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=8jEXHzMTR7s #EXTINF:-1 tvg-id="TVDen.tr" status="online",TV Den (576p) [Not 24/7] http://canli.tvden.com.tr/hls/live.m3u8 diff --git a/streams/tw.m3u b/streams/tw.m3u index 0d443f53a..14400fb27 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -1,15 +1,15 @@ #EXTM3U -#EXTINF:-1 tvg-id="AsiaTravel.tw" status="online",Asia Travel (720p) +#EXTINF:-1 tvg-id="AsiaTravel.tw" status="blocked",Asia Travel (720p) http://50.7.220.74:8278/asiatravel_twn/playlist.m3u8?ct=19225&tid=MF2F4967516549675165&tsum=3b56404a8f861c7fef6ac79a798e4a8c #EXTINF:-1 tvg-id="BeautifulLifeTV.tw" status="online",Beautiful Life TV https://5ddce30eb4b55.streamlock.net/bltvhd/bltv1/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkTaiwan.tw" status="blocked",CN卡通频道 (720p) http://50.7.220.74:8278/momo1_twn/playlist.m3u8?ct=19225&tid=MA0A4898983648989836&tsum=bd109117d126916f203880b1f2063d5e -#EXTINF:-1 tvg-id="CTiAsia.tw" status="blocked",CTi亞洲台 (720p) +#EXTINF:-1 tvg-id="CTiAsia.tw" status="online",CTi亞洲台 (720p) http://50.7.220.74:8278/ctiasia_twn/playlist.m3u8?ct=19226&tid=MC3C8838319088383190&tsum=6eaf7a477dd08b06a5dc54b4c05e52e1 #EXTINF:-1 tvg-id="CTiNews.tw" status="online",CTi News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/ctitv/live -#EXTINF:-1 tvg-id="CTVNewsChannel.tw" status="online",CTV News Channel +#EXTINF:-1 tvg-id="CTVNewsChannel.tw" status="timeout",CTV News Channel http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/twctvnews/live #EXTINF:-1 tvg-id="DaAi1.tw" status="online",大愛1 (720p) http://50.7.220.74:8278/daai_twn/playlist.m3u8?ct=19225&tid=MF5F4357730143577301&tsum=10c092424b1c12259444b68ad663c9eb @@ -21,15 +21,15 @@ http://www.dalitv.com.tw:4568/live/dali/index.m3u8 http://50.7.220.74:8278/ettvcaijing_twn/playlist.m3u8?ct=17874&tid=m999b5a0f7fca17599138&tsum=345085d2d6d4401fdb3da968dfee5a54 #EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="blocked",東森財經新聞 (1080p) [Not 24/7] http://seb.sason.top/sc/dscjxw_fhd.m3u8 -#EXTINF:-1 tvg-id="EBCForeignMovie.tw" status="blocked",EBC Foreign Movie (720p) +#EXTINF:-1 tvg-id="EBCForeignMovie.tw" status="online",EBC Foreign Movie (720p) http://50.7.220.74:8278/ettvwestern/playlist.m3u8?ct=17874&tid=mfdfc048e6c2416337202&tsum=cad39b26202d525ea820bee1d69e545f -#EXTINF:-1 tvg-id="EBCMovie.tw" status="online",EBC Movie (720p) +#EXTINF:-1 tvg-id="EBCMovie.tw" status="blocked",EBC Movie (720p) http://50.7.220.74:8278/ettvmovie/playlist.m3u8?ct=19225&tid=MDED1943740419437404&tsum=120834a4218c4b5c3bb19efb8116f859 #EXTINF:-1 tvg-id="EBCNews.tw" status="blocked",東森新聞 (1080p) [Not 24/7] http://seb.sason.top/sc/dsxw_fhd.m3u8 #EXTINF:-1 tvg-id="EraNews.tw" status="online",年代新聞台 (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] http://seb.sason.top/ptv/ftv.php?id=ms @@ -37,11 +37,11 @@ http://seb.sason.top/ptv/ftv.php?id=ms http://seb.sason.top/ptv/ftv.php?id=dy #EXTINF:-1 tvg-id="FTVTaiwan.tw" status="blocked",民視台灣 (720p) [Not 24/7] http://seb.sason.top/ptv/ftv.php?id=tw -#EXTINF:-1 tvg-id="GorgeousSpaceTV.tw" status="online",GSTV Gorgeous Space TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="GorgeousSpaceTV.tw" status="timeout",GSTV Gorgeous Space TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCoo-jAsJgM8z09ddlhcBlSA/live #EXTINF:-1 tvg-id="GTV1.tw" status="blocked",八大第1台 (720p) http://50.7.220.74:8278/badafirst/playlist.m3u8?ct=17874&tid=mb8efded78b4e12042621&tsum=028ad819cd9a0f949a043d652fa3e164 -#EXTINF:-1 tvg-id="GTVDrama.tw" status="online",八大戏剧台 (720p) +#EXTINF:-1 tvg-id="GTVDrama.tw" status="blocked",八大戏剧台 (720p) http://50.7.220.74:8278/badadrama/playlist.m3u8?ct=19225&tid=ME4E4734124647341246&tsum=c4e596572a79ad99675ee2137d1cc43d #EXTINF:-1 tvg-id="GTVEntertainment.tw" status="online",八大综合台 (720p) http://50.7.220.74:8278/badazhonghe/playlist.m3u8?ct=19225&tid=MC7C4692263546922635&tsum=ffdc7a6397b511103e0df0b92e678790 @@ -53,31 +53,31 @@ http://50.7.220.74:8278/hollywoodmovies_twn/playlist.m3u8?ct=19225&tid=MECE56112 http://streamipcf.akamaized.net/live/_definst_/smil:liveabr.smil/playlist.m3u8 #EXTINF:-1 tvg-id="JETTV.tw" status="online",JET綜合台 (720p) http://50.7.220.74:8278/jettv_japan/playlist.m3u8?ct=19225&tid=MA7A4202687942026879&tsum=e84bc4851b9d6f6a18282c1efcb6ed1d -#EXTINF:-1 tvg-id="MATVFilm.hk" status="online",Mei Ah Movie Channel (720p) +#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="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] http://seb.sason.top/sc/sllive_fhd.m3u8 +#EXTINF:-1 tvg-id="SETNews.tw" status="blocked",SET News (720p) +http://50.7.220.74:8278/sanlixiju_twn/playlist.m3u8?ct=19226&tid=MBDB8405357084053570&tsum=78944c0951d21a699e46fff4318a3799 #EXTINF:-1 tvg-id="StarChineseChannel.hk" status="blocked",卫视中文台HD (720p) http://50.7.220.74:8278/weishichinese_twn/playlist.m3u8?ct=19226&tid=MA8A7894022878940228&tsum=c0323ce59263e0096d4181626874e17c #EXTINF:-1 tvg-id="TaiwanIndigenousTV.tw" status="online",原住民電視 (720p) http://streamipcf.akamaized.net/live/_definst_/live_720/key_b1500.m3u8 -#EXTINF:-1 tvg-id="TaiwanPlusTV.tw" status="online",Taiwan Plus (1080p) +#EXTINF:-1 tvg-id="TaiwanPlusTV.tw" status="timeout",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="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="blocked",TVBS HD (720p) http://50.7.220.74:8278/tvbs/playlist.m3u8?ct=19226&tid=MDED5111960351119603&tsum=49931e2d3885c468d56ffae2c2db9e6e #EXTINF:-1 tvg-id="TVBSAsia.tw" status="online",TVBS Asia (1080p) http://38.64.72.148/hls/modn/list/4005/playlist.m3u8 -#EXTINF:-1 tvg-id="TVBSNews.tw" status="blocked",TVBS News (720p) +#EXTINF:-1 tvg-id="TVBSNews.tw" status="online",TVBS News (720p) http://50.7.220.74:8278/tvbs_n/playlist.m3u8?ct=19226&tid=MEFE5283322452833224&tsum=5f4e9bb0782ab3aae36328763cba2ffd -#EXTINF:-1 tvg-id="VideolandSports.tw" status="blocked",Videoland Sports (720p) +#EXTINF:-1 tvg-id="VideolandSports.tw" status="online",Videoland Sports (720p) http://50.7.220.74:8278/videolandsport/playlist.m3u8?ct=19226&tid=MA6A1192684511926845&tsum=0b7ca9a61e7371df68108a27dc358c68 #EXTINF:-1 tvg-id="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] +#EXTINF:-1 tvg-id="" status="timeout",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 @@ -101,13 +101,13 @@ https://live.streamingfast.net/osmflivech15.m3u8 https://live.streamingfast.net/osmflivech16.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH17 大衛鮑森 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech17.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH18 國際講員 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",GOOD TV CH18 國際講員 (720p) [Not 24/7] 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] https://live.streamingfast.net/osmflivech21.m3u8 -#EXTINF:-1 tvg-id="" status="error",GOOD TV CH24 劉三講古 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",GOOD TV CH24 劉三講古 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech24.m3u8 #EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH27 空中聖經學院 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech27.m3u8 @@ -161,5 +161,5 @@ https://lylive-videorent.cdn.hinet.net/out/u/live/gop4/ly/ly-Live2/hls-cl-tv/ind 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",鏡電視新聞台 +#EXTINF:-1 tvg-id="" status="timeout",鏡電視新聞台 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC4LjkybVKXCDlneVXlKAbmw/live diff --git a/streams/tz.m3u b/streams/tz.m3u index ce3639dc0..09b518ae1 100644 --- a/streams/tz.m3u +++ b/streams/tz.m3u @@ -1,5 +1,5 @@ #EXTM3U #EXTINF:-1 tvg-id="IBNTV.tz" status="online",IBN TV (360p) http://138.68.138.119:8080/low/5a8993709ea19/index.m3u8 -#EXTINF:-1 tvg-id="StarTV.tz" status="online",Star TV (720p) +#EXTINF:-1 tvg-id="StarTV.tz" status="timeout",Star TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/startvtanzania diff --git a/streams/ua.m3u b/streams/ua.m3u index aa6e4e677..a43f823dc 100644 --- a/streams/ua.m3u +++ b/streams/ua.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1Plus1.ua" status="online",1+1 (1080p) +#EXTINF:-1 tvg-id="1Plus1.ua" status="timeout",1+1 (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCVEaAWKfv7fE1c-ZuBs7TKQ/live #EXTINF:-1 tvg-id="1Plus1Sport.ua" status="online",1+1 Спорт (720p) [Not 24/7] https://live-k2301-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 @@ -11,14 +11,14 @@ http://85.238.112.40:8810/hls_sec/239.33.16.32-.m3u8 http://stream.atr.ua/atr/live/index.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) -http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_2.m3u8 #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="error",CNL Европа (360p) http://hls-live-media.cdn01.net/default/stream_10429_2.m3u8 +#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="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] @@ -48,9 +48,9 @@ https://edge2.iptv.macc.com.ua/life/k1_2/index.m3u8 http://kiev1-cdn.lanet.tv/live/1008.m3u8 #EXTINF:-1 tvg-id="M2.ua" status="online",M2 (540p) http://live.m2.tv/hls3/stream.m3u8 -#EXTINF:-1 tvg-id="MistoPlus.ua" status="timeout",Micto (360p) +#EXTINF:-1 tvg-id="MistoPlus.ua" status="online",Micto (360p) http://93.78.206.172:8080/stream3/stream.m3u8 -#EXTINF:-1 tvg-id="MostVideoTV.ua" status="error",MostVideo.TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="MostVideoTV.ua" status="online",MostVideo.TV (720p) [Not 24/7] http://w4.mostvideo.tv/tv/ch1.m3u8 #EXTINF:-1 tvg-id="Nadiya.ua" status="online",Надия/Новый канал (576p) [Not 24/7] http://nadiya.home-net.com.ua/mob/mystream.m3u8 @@ -104,7 +104,7 @@ http://46.149.48.21:1234 https://freedom.cdn-01.cosmonova.net.ua/mobile-app/main/freedom/master.m3u8 #EXTINF:-1 tvg-id="Z.ua" status="online",Z (Запорожье) (1080p) https://stream.ztv.zp.ua/hls/live.m3u8 -#EXTINF:-1 tvg-id="" status="online",4 канал (1080p) +#EXTINF:-1 tvg-id="" status="timeout",4 канал (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQdSS9GSBbtSqW3oNB39KTw/live #EXTINF:-1 tvg-id="" status="online",I-UA.tv (1080p) https://kie2.cdn.i-ua.tv/hlsme/iuatv.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index aa018dd4e..87c81a5a6 100644 --- a/streams/uk.m3u +++ b/streams/uk.m3u @@ -14,14 +14,14 @@ 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="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="AlarabyTV.uk" status="timeout",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] https://mn-nl.mncdn.com/alhiwar_live/smil:alhiwar.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlMagharibia.uk" status="online",Al Magharibia (1080p) +#EXTINF:-1 tvg-id="AlHiwarTV.uk" status="timeout",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="AlMagharibia.uk" status="error",Al Magharibia (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/AlmagharibiaTv/live #EXTINF:-1 tvg-id="AnandTV.uk" status="blocked",Anand TV (720p) [Not 24/7] https://live-anandtv.anandmedia.net/anandtvapp/anandtv/index.m3u8 @@ -53,7 +53,7 @@ https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic https://vs-hls-pushb-ww.live.cf.md.bbci.co.uk/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.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_cloudfrontms_live.m3u8 -#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (480p) +#EXTINF:-1 tvg-id="BBCArabic.uk" status="timeout",BBC Arabic (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/bbcarabic/live #EXTINF:-1 tvg-id="BBCFour.uk" status="blocked",BBC Four (540p) [Geo-blocked] https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_four_hd/mobile_wifi_main_sd_abr_v2_akamai_hls_live_http.m3u8 @@ -124,13 +124,13 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_parlia #EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (720p) https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_akamai_dash_live.mpd #EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (720p) +https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_akamai_dash_live_http.mpd +#EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (720p) https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_cloudfrontms_live.mpd #EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (720p) https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_cloudfrontms_live_http.mpd #EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (720p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_persian_tv/t=3840/v=pv14/b=5070016/main.m3u8 -#EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (720p) -https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_akamai_dash_live_http.mpd #EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (540p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_persian_tv/pc_hd_abr_v2_akamai_hls_live.m3u8 #EXTINF:-1 tvg-id="BBCPersian.uk" status="online",BBC Persian (540p) @@ -259,23 +259,23 @@ https://ap02.iqplay.tv:8082/iqb8002/3m9n/playlist.m3u8 #EXTINF:-1 tvg-id="EnglishClubTV.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",English Club 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/s37/index.m3u8 -#EXTINF:-1 tvg-id="FadakTV.uk" status="online",Fadak TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="FadakTV.uk" status="timeout",Fadak TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/KhodamAlMahdi2/live #EXTINF:-1 tvg-id="FreeSports.uk" status="online",FreeSports (1080p) [Not 24/7] https://d3cq7cdp2cfi92.cloudfront.net/v1/master/3722c60a815c199d9c0ef36c5b73da68a62b09d1/cc-2ff27mp9b8422-prod/hls-harvester2-1293-prod/us-east-1/cc-2ff27mp9b8422/master.m3u8 #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) https://halaldn.cdn.mangomolo.com/halavd/smil:halavd.stream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="HorseCountryTV.uk" status="online",Horse & Country TV (1080p) https://hnc-free-viewlift.amagi.tv/HNC_AUSTRALIA.m3u8 -#EXTINF:-1 tvg-id="IdealWorld.uk" status="online",Ideal World TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="IdealWorld.uk" status="timeout",Ideal World TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/IdealworldTvShopping/live #EXTINF:-1 tvg-id="IonTV.uk" status="online",iON TV (576p) https://ap02.iqplay.tv:8082/iqb8002/i09/playlist.m3u8 @@ -375,7 +375,7 @@ https://ap02.iqplay.tv:8082/iqb8002/t5kb86/playlist.m3u8 https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00738-newsuk-talkradiotv-ono/playlist.m3u8 #EXTINF:-1 tvg-id="TalkTV.uk" status="online",TalkTV (1080p) https://newsuk-talkradiotv-brightcove.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TBNUK.uk" status="online",TBN UK (720p) +#EXTINF:-1 tvg-id="TBNUK.uk" status="timeout",TBN UK (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/28567990/events/8919546 #EXTINF:-1 tvg-id="TheBoxUK.uk" status="online",The Box UK (576p) [Not 24/7] https://csm-e-boxplus.tls1.yospace.com/csm/extlive/boxplus01,thebox-alldev.m3u8?yo.up=http://boxtv-origin-elb.cds1.yospace.com/uploads/thebox/ @@ -428,8 +428,6 @@ 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="error",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 diff --git a/streams/uk_channelbox.m3u b/streams/uk_channelbox.m3u index 603b22bb2..4d8f380e5 100644 --- a/streams/uk_channelbox.m3u +++ b/streams/uk_channelbox.m3u @@ -89,14 +89,10 @@ http://95.154.230.50/tsstreamer/HeritageLDAI_SD.ts 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="error",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="timeout",Naturescape http://176.227.215.109/tsstreamer/NaturescapeLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="error",Naturescape -http://109.169.55.30/tsstreamer/NaturescapeLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",NollyAfrica http://82.145.63.157/tsstreamer/NollyAfricaLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",NTD diff --git a/streams/uk_pluto.m3u b/streams/uk_pluto.m3u index 33e68b247..3a70ae4a7 100644 --- a/streams/uk_pluto.m3u +++ b/streams/uk_pluto.m3u @@ -16,37 +16,37 @@ 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/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 (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5a66795ef91fef2c7031c599&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=70&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc287ce3086a20009f5024c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2e82991-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="error",Pluto TV Romance (720p) +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677c0edace7cff8180b16/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d7677fa2ec536ce1d587eeb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=607&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007afaf3b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf322-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0727f4fb-ea0b-4814-bb58-fdf3c4534220 -#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9bb941b95267e225e59c2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b22749b0-ca0e-4663-8bb3-d83febbbb89f&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56340779a738201b4ccfeac9&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=725&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9bb941b95267e225e59c2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7677fa2ec536ce1d587eeb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/56340779a738201b4ccfeac9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (360p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5637d31f319573e26b64040b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=468&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVSportsUK.uk" status="online",Pluto TV Sports (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6081310e48d3200007afaf3b/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8bf322-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=0727f4fb-ea0b-4814-bb58-fdf3c4534220 +#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="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d135e29a52c94dfe543c5d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVStandUpUK.uk" status="online",Pluto TV Stand Up (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5637d31f319573e26b64040b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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="" status="online",Pluto TV Antiques Roadshow UK (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ce44810b421747ae467b7cd/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ce44810b421747ae467b7cd&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=621&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Antiques Roadshow UK (720p) [Not 24/7] diff --git a/streams/us.m3u b/streams/us.m3u index 07f56767b..dd2faa9d6 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1TVPersian.us" status="error",1TV Persian (720p) +#EXTINF:-1 tvg-id="1TVPersian.us" status="online",1TV Persian (720p) https://stream.persiantv1.com/ptv1/playlist1/index.m3u8 #EXTINF:-1 tvg-id="3ABNEnglish.us" status="online",Three Angels Broadcasting Network English (3ABN) (720p) https://3abn-live.akamaized.net/hls/live/2010543/3ABN/master.m3u8 @@ -52,7 +52,7 @@ https://abcnews-streams.akamaized.net/hls/live/2023568/abcnews9/master.m3u8 https://abcnews-streams.akamaized.net/hls/live/2023569/abcnews10/master.m3u8 #EXTINF:-1 tvg-id="ABN.us" status="online",ABN Aramaic Broadcasting Network (540p) http://rtmp.abnsat.com/hls/arabic.m3u8 -#EXTINF:-1 tvg-id="ABTV.bd" status="online",AB TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ABTV.bd" status="error",AB TV (720p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/abtvusa.stream/playlist.m3u8 #EXTINF:-1 tvg-id="AccessHumboldt.us" status="online",Access Humboldt (1080p) https://dacastmmd.mmdlive.lldns.net/dacastmmd/66dfbe35ca1a418c87e3cf18ca46bd57/index.m3u8 @@ -60,7 +60,7 @@ https://dacastmmd.mmdlive.lldns.net/dacastmmd/66dfbe35ca1a418c87e3cf18ca46bd57/i https://reflect-access-sacramento.cablecast.tv/live-7/live/live.m3u8 #EXTINF:-1 tvg-id="AccessSacramentoChannel18.us" status="online",Access Sacramento Channel 18 https://reflect-access-sacramento.cablecast.tv/live-8/live/live.m3u8 -#EXTINF:-1 tvg-id="AccessSarasota.us" status="online",Access Sarasota (Sarasota County FL) (1080p) +#EXTINF:-1 tvg-id="AccessSarasota.us" status="timeout",Access Sarasota (Sarasota County FL) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCqHDwKPPOhzLmtb4TvwIZZQ/live #EXTINF:-1 tvg-id="AccessTuolumne.us" status="online",Access Tuolumne (Tuolumne County CA) (720p) https://reflect-tuolumne.cablecast.tv/live-3/live/live.m3u8 @@ -94,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] @@ -254,7 +254,7 @@ https://bloomberg.com/media-manifest/streams/politics.m3u8 https://rebroadcast.mytvtogo.net/mytvtogo/blugrassmusic/playlist.m3u8 #EXTINF:-1 tvg-id="BoomerangEMEA.us" status="online",Boomerang Slovenia http://194.163.179.246/slovenci/djeciji/boomerang.m3u8 -#EXTINF:-1 tvg-id="BoomerangLatinAmerica.us" status="timeout",Boomerang Latinoamérica [Geo-blocked] +#EXTINF:-1 tvg-id="BoomerangLatinAmerica.us" status="blocked",Boomerang Latinoamérica [Geo-blocked] http://45.5.8.78:8000/play/a00i #EXTINF:-1 tvg-id="BPTV.us" status="online",Buena Park Television (360p) https://edge-f.swagit.com/live/buenaparkca/smil:std-4x3-1-a/playlist.m3u8 @@ -327,7 +327,7 @@ https://cbsn-pit.cbsnstream.cbsnews.com/out/v1/6966dabf8150405ab26f854e3cd6a2b8/ https://cbsnews.akamaized.net/hls/live/2020607/cbsnsac_2/master.m3u8 #EXTINF:-1 tvg-id="CCPSEducationChannel.us" status="online",Collier County Public Schools CCPS Education Channel (Naples FL) (480p) https://watch.collierschools.com/EducationChannel/educhannel.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="CCTV.us" status="online",Charlotte County CC-TV (Charlotte County FA) (720p) +#EXTINF:-1 tvg-id="CCTV.us" status="error",Charlotte County CC-TV (Charlotte County FA) (720p) https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/charlotte/G0055_002/playlist.m3u8 #EXTINF:-1 tvg-id="CCXMediaNorthBrooklynParkMN.us" status="online",CCX Media North Brooklyn Park MN (1080p) http://156.142.85.152/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 @@ -367,7 +367,7 @@ https://reflect-fairfield-ca.cablecast.tv/live-8/live/live.m3u8 https://edge-f.swagit.com/live/flagstaffaz/live-1-a/playlist.m3u8 #EXTINF:-1 tvg-id="CityofFortPierce.us" status="online",Fort Pierce Live Stream (Fort Pierce FL) (720p) https://edge-f.swagit.com/live/fortpiercefl/live-1-a/playlist.m3u8 -#EXTINF:-1 tvg-id="CityofLouisville.us" status="online",Louisville Colorado Media (Louisville CO) (480p) +#EXTINF:-1 tvg-id="CityofLouisville.us" status="timeout",Louisville Colorado Media (Louisville CO) (480p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCro5PeODE-MCnNzuWyxRJ6A/live #EXTINF:-1 tvg-id="CityofLovelandTV.us" status="online",Loveland TV (Loveland CO) (1080p) https://reflect-cityofloveland-co.cablecast.tv/live-3/live/live.m3u8 @@ -413,7 +413,7 @@ https://reflect-vod-cmac.cablecast.tv/live-12/live/live.m3u8 https://reflect-vod-cmac.cablecast.tv/live-13/live/live.m3u8 #EXTINF:-1 tvg-id="CMAPChannel18.us" status="online",Gilroy CMAP TV Channel 18 (720p) https://cmap.secure.footprint.net/egress/bhandler/cmap/streamb/playlist.m3u8 -#EXTINF:-1 tvg-id="CMAPChannel19.us" status="online",Gilroy CMAP TV Channel 19 (720p) +#EXTINF:-1 tvg-id="CMAPChannel19.us" status="timeout",Gilroy CMAP TV Channel 19 (720p) https://cmap.secure.footprint.net/egress/bhandler/cmap/streamc/playlist.m3u8 #EXTINF:-1 tvg-id="CMAPChannel20.us" status="online",Gilroy CMAP TV Channel 20 (720p) https://cmap.secure.footprint.net/egress/bhandler/cmap/streamd/playlist.m3u8 @@ -440,7 +440,7 @@ https://tve-live-lln.warnermediacdn.com/hls/live/586495/cnngo/cnn_slate/VIDEO_4_ 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] +#EXTINF:-1 tvg-id="CNNBrasil.br" status="timeout",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) https://unlimited1-cl-movistar.dps.live/cnn/cnn.smil/playlist.m3u8 @@ -476,7 +476,7 @@ https://contvanime-littlstar.cinedigm.com/ingest/master.m3u8 https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=46 #EXTINF:-1 tvg-id="CoralGablesTV.us" status="online",Coral Gables Television (Coral Gables FL) (720p) https://cdn3.wowza.com/5/R09KQXpaMWlrRjly/coralgables/G0937_004/playlist.m3u8 -#EXTINF:-1 tvg-id="CornerstoneTV.us" status="timeout",Cornerstone TV (640p) +#EXTINF:-1 tvg-id="CornerstoneTV.us" status="error",Cornerstone TV (640p) http://cdn.media9.truegod.tv/ctvnlive/smil:ctvn.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CourtTV.us" status="online",Court TV https://cdn-katz-networks-01.vos360.video/Content/HLS/Live/channel(courttv)/index.m3u8 @@ -520,7 +520,7 @@ 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="CutleryCornerNetwork.us" status="online",Cutlery Corner Network CCN (720p) +#EXTINF:-1 tvg-id="CutleryCornerNetwork.us" status="timeout",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) https://s3-us-west-2.amazonaws.com/bolton.castus-vod/live/ch2/video.m3u8 @@ -528,8 +528,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) @@ -637,7 +635,7 @@ http://584b0aa350b92.streamlock.net:1935/folk-tv/myStream.sdp/playlist.m3u8 https://584b0aa350b92.streamlock.net/folk-tv/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="FoxBusiness.us" status="blocked",Fox Business [Geo-blocked] http://199.66.95.242/1/1172/index.m3u8?token=test -#EXTINF:-1 tvg-id="FoxGreece.gr" status="online",Fox Greece (480p) [Not 24/7] +#EXTINF:-1 tvg-id="FoxGreece.gr" status="blocked",Fox Greece (480p) [Not 24/7] http://live.streams.ovh:1935/foxtv/foxtv/playlist.m3u8 #EXTINF:-1 tvg-id="FoxNewsChannel.us" status="blocked",Fox News Channel (720p) http://trn03.tulix.tv/AsEAeOtIxz/playlist.m3u8 @@ -645,7 +643,7 @@ http://trn03.tulix.tv/AsEAeOtIxz/playlist.m3u8 http://188.40.68.167/russia/fox_russia_sd/playlist.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather (720p) https://247wlive.foxweather.com/stream/index.m3u8 -#EXTINF:-1 tvg-id="FPTV.us" status="online",Fayetteville Public Television (FPTV) (Fayetteville AR) (1080p) +#EXTINF:-1 tvg-id="FPTV.us" status="timeout",Fayetteville Public Television (FPTV) (Fayetteville AR) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCT3Dk_ZPcoR7CeHM_Wwb3QA/live #EXTINF:-1 tvg-id="FreeSpeechTV.us" status="online",Free Speech TV (720p) https://edge.fstv-live-linear-channel.top.comcast.net/Content/HLS_HLSv3/Live/channel(b168a609-19c1-2203-ae1d-6b9726f05e67)/index.m3u8 @@ -753,9 +751,9 @@ https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-a/playlist.m3u8 https://stream.swagit.com/live-edge/houstontx/smil:hd-16x9-2-b/playlist.m3u8 #EXTINF:-1 tvg-id="HumraazTV.us" status="online",Humraaz TV [Not 24/7] https://cdn61.liveonlineservices.com/hls/humraaz.m3u8 -#EXTINF:-1 tvg-id="HuntChannel.us" status="online",Hunt Channel (1080p) +#EXTINF:-1 tvg-id="HuntChannel.us" status="error",Hunt Channel (1080p) https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/index.m3u8 -#EXTINF:-1 tvg-id="HuntChannel.us" status="online",Hunt Channel (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="HuntChannel.us" status="error",Hunt Channel (1080p) [Not 24/7] https://1111296894.rsc.cdn77.org/LS-ATL-56868-1/mono.m3u8 #EXTINF:-1 tvg-id="ICTV.us" status="online",Irvine Community Television (720p) https://cdn3.wowza.com/5/WDIrTW5sM1JEY1NN/irvine/G0016_010/playlist.m3u8 @@ -823,7 +821,7 @@ https://livevideo01.12newsnow.com/hls/live/2017379/newscasts/live.m3u8 https://live-k2302-kbp.1plus1.video/sport/smil:sport.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KBPXLD5.us" status="online",Geb Tv (KBPX LD5) (1080p) https://edge1.lifestreamcdn.com/live/geb/playlist.m3u8 -#EXTINF:-1 tvg-id="KBRI8.us" status="error",KBRI Brighton Channel 8 (Brighton CO) (720p) +#EXTINF:-1 tvg-id="KBRI8.us" status="online",KBRI Brighton Channel 8 (Brighton CO) (720p) https://cdn3.wowza.com/5/R09KQXpaMWlrRjly/brightonco/G0883_001/playlist.m3u8 #EXTINF:-1 tvg-id="KCAT.us" status="online",KCAT Public Media TV (1080p) https://reflect-kcat-live.cablecast.tv/live-2/live/live.m3u8 @@ -831,7 +829,7 @@ https://reflect-kcat-live.cablecast.tv/live-2/live/live.m3u8 https://livevideo01.kcentv.com/hls/live/2017155/newscasts/live.m3u8 #EXTINF:-1 tvg-id="KCKSLD12.us" status="online",Jewelry TV (KCKS-LD12) (480p) https://cdn.igocast.com/channel12_hls/channel12_master.m3u8 -#EXTINF:-1 tvg-id="KCTSDT3.us" status="online",PBS KCTS 9 Create (KCTS-DT3) (Seattle WA) (720p) +#EXTINF:-1 tvg-id="KCTSDT3.us" status="timeout",PBS KCTS 9 Create (KCTS-DT3) (Seattle WA) (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/28355708/events/8865717/ #EXTINF:-1 tvg-id="KCTSDT4.us" status="online",PBS KCTS 9 World (KCTS-DT4) (Seattle WA) (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/28355708/events/8904290/ @@ -885,8 +883,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) @@ -1007,10 +1003,10 @@ http://80tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 http://10tv.lincoln.ne.gov/live/WIFI-2096k-1080p/WIFI-2096k-1080p.m3u8 #EXTINF:-1 tvg-id="LogosTV.us" status="online",Logos TV Mubasher (1080p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/logoschannel.com/logoshym/playlist.m3u8 -#EXTINF:-1 tvg-id="LogosTV.us" status="online",Logos TV Mubasher (1080p) [Not 24/7] -https://58cc65c534c67.streamlock.net/logoschannel.com/logoshym/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTV.us" status="online",Logos TV (720p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/logoschannel.com/logostv.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="LogosTV.us" status="online",Logos TV Mubasher (1080p) [Not 24/7] +https://58cc65c534c67.streamlock.net/logoschannel.com/logoshym/playlist.m3u8 #EXTINF:-1 tvg-id="LogosTVEnglish.us" status="online",Logos TV English (1080p) [Not 24/7] https://5aafcc5de91f1.streamlock.net/logoschannel.com/logoseng/playlist.m3u8 #EXTINF:-1 tvg-id="LoneStar.us" status="online",Lone Star (960p) @@ -1083,7 +1079,7 @@ https://feed.play.mv/live/10005200/niZoVrR2vD/master.m3u8 https://dacastmmd.mmdlive.lldns.net/dacastmmd/1c94dc9f1c08487a97995571800b9667/index.m3u8 #EXTINF:-1 tvg-id="MBTV.us" status="online",Miami Beach Tv (MBTV) (Miami Beach FL) (720p) https://edge-f.swagit.com/live/miamibeachfl/smil:hd-16x9-1-a/playlist.m3u8 -#EXTINF:-1 tvg-id="MCAETTV.us" status="online",MCAET TV (720p) +#EXTINF:-1 tvg-id="MCAETTV.us" status="timeout",MCAET TV (720p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/mcaettv #EXTINF:-1 tvg-id="MCN6.us" status="online",MCN6 (1080p) [Not 24/7] https://d18fcxaqfnwjhj.cloudfront.net/CDN_Ingest/MCN6_MAIN.smil/Playlist.m3u8 @@ -1095,9 +1091,9 @@ 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="timeout",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) +#EXTINF:-1 tvg-id="MetroCable14.us" status="timeout",Metro Cable 14 (Sacramento CA) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/CountyofSacramento1/live #EXTINF:-1 tvg-id="METV.us" status="online",METV (Merced Educational Television) https://mercedcouedu.secure.footprint.net/egress/bhandler/mercedcouedu/streamc/chunklist_b1192000.m3u8 @@ -1109,7 +1105,7 @@ 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) https://5c2974786200d.streamlock.net/live-chan28/ngrp:ch28_all/playlist.m3u8 @@ -1145,10 +1141,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 (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="MovieKingdom.us" status="online",Movie Kingdom (720p) +https://a.jsrdn.com/broadcast/e9b4093a41/+0000/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) @@ -1309,7 +1305,7 @@ https://d1qaz9zojo1ayt.cloudfront.net/playlist.m3u8 https://peopletv-oo.akamaized.net/playlist.m3u8 #EXTINF:-1 tvg-id="PeopleTV.us" status="online",People TV (1080p) https://peopletv-samsungus-ingest.akamaized.net/playlist.m3u8 -#EXTINF:-1 tvg-id="PeoriaChannel11.us" status="error",Peoria Channel 11 (Peoria AZ) (720p) +#EXTINF:-1 tvg-id="PeoriaChannel11.us" status="timeout",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="PlacentiaTV.us" status="online",Placentia TV (Placentia CA) (720p) https://cdn3.wowza.com/5/M0lyamVmM2JWcjhQ/placentia/G0928_002/playlist.m3u8 @@ -1353,7 +1349,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 @@ -1445,13 +1441,13 @@ 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="SpringsTV.us" status="online",SpringsTV (Colorado Springs CO) (720p) +#EXTINF:-1 tvg-id="SpringsTV.us" status="error",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) https://cdn3.wowza.com/5/RXJNMFI3VlVkOEFP/stpete/G0187_002/playlist.m3u8 #EXTINF:-1 tvg-id="StartTV.us" status="blocked",Start TV https://16live00.akamaized.net/START_TV/index.m3u8 -#EXTINF:-1 tvg-id="STNChannel2.us" status="online",University of Hartford Student Television Network Channel 2 (STN2) (1080p) +#EXTINF:-1 tvg-id="STNChannel2.us" status="timeout",University of Hartford Student Television Network Channel 2 (STN2) (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCy_G4ljF7HkUtSx_YMnf_Wg/live #EXTINF:-1 tvg-id="StockChartsTV.us" status="online",StockCharts TV (1080p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/19628359/events/7940975/player @@ -1479,7 +1475,7 @@ https://tastemadessai.akamaized.net/amagi_hls_data_tastemade-tastemade/CDN/playl https://tastemadeintaus-smindia.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="TastemadeenEspanol.us" status="online",Tastemade en Español (1080p) https://tastemadees16intl-brightcove.amagi.tv/hls/amagi_hls_data_tastemade-tastemade-es16intl-brightcove/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="TBCN.us" status="online",Tampa Bay Communnity Network TBCN (Tampa Bay FL) (480p) +#EXTINF:-1 tvg-id="TBCN.us" status="timeout",Tampa Bay Communnity Network TBCN (Tampa Bay FL) (480p) 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 @@ -1499,9 +1495,9 @@ https://tve-live-lln.warnermediacdn.com/hls/live/2023174/tbswest/slate/VIDEO_0_3 https://tve-live-lln.warnermediacdn.com/hls/live/2023186/tcmeast/noslate/VIDEO_1_5128000.m3u8 #EXTINF:-1 tvg-id="TCMWest.us" status="online",TCM West (720p) [Geo-blocked] https://tve-live-lln.warnermediacdn.com/hls/live/2023187/tcmwest/noslate/VIDEO_1_5128000.m3u8 -#EXTINF:-1 tvg-id="TCTHD.us" status="online",TCT HD Tri-State Christian Television (1080p) +#EXTINF:-1 tvg-id="TCTHD.us" status="error",TCT HD Tri-State Christian Television (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/29565692/events/9276365/ -#EXTINF:-1 tvg-id="TCTKids.us" status="online",TCT Kids (1080p) +#EXTINF:-1 tvg-id="TCTKids.us" status="timeout",TCT Kids (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://api.new.livestream.com/accounts/29565692/events/9321713 #EXTINF:-1 tvg-id="TDAmeritradeNetwork.us" status="online",TD Ameritrade Network (1080p) https://content.uplynk.com/channel/f9aafa1f132e40af9b9e7238bc18d128.m3u8 @@ -1565,10 +1561,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 (720p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=36 +#EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=37 #EXTINF:-1 tvg-id="TopStoriesbyNewsy.us" status="online",Top Stories by Newsy (720p) https://content.uplynk.com/channel/33c48f602cfd4474b957eb4ad999caf8.m3u8 #EXTINF:-1 tvg-id="TrinityChannel.us" status="online",Trinity Channel (480p) [Not 24/7] @@ -1717,7 +1713,7 @@ https://livevideo01.localmemphis.com/hls/live/2011654/newscasts/live.m3u8 http://51.161.118.146:8080/ISG03_NBC_BALTIMORE_MD_WBAL/video.m3u8 #EXTINF:-1 tvg-id="WBBJDT1.us" status="online",WBBJ (News) https://dai.google.com/linear/hls/event/HZ3JdLVcQ463l3b1BLXmmQ/master.m3u8 -#EXTINF:-1 tvg-id="WBIRDT1.us" status="error",NBC 10 Knoxville TN (WBIR-TV) (1080p) +#EXTINF:-1 tvg-id="WBIRDT1.us" status="online",NBC 10 Knoxville TN (WBIR-TV) (1080p) https://livevideo01.wbir.com/hls/live/2016515/newscasts/live-2000.m3u8 #EXTINF:-1 tvg-id="WBNSDT1.us" status="online",CBS 10 Columbus OH (WBNS-TV) (1080p) https://livevideo01.10tv.com/hls/live/2013836/newscasts/live.m3u8 @@ -1779,7 +1775,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 @@ -1863,10 +1859,10 @@ https://content.uplynk.com/channel/ext/10b98e7c615f43a98b180d51797e74aa/wpvi_24x https://livevideo01.wqad.com/hls/live/2011657/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WRGBDT1.us" status="online",CBS 6 Albany NY (WRGB) (720p) https://content.uplynk.com/channel/bba3e7da884a49bba96341ecf5128f0f.m3u8 +#EXTINF:-1 tvg-id="WSBDT1.us" status="online",ABC 2 Atlanta GA (WSB-TV) (720p) +https://d2rwx6gwduugne.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10010_183ec1c7-4183-4661-803b-3ed282ffb625_LE/in/cmg-wsbtvnow-hls-v3/live.m3u8 #EXTINF:-1 tvg-id="WSBDT1.us" status="blocked",ABC Atlanta-GA (WSB-DT1) (720p) https://trn10.tulix.tv/WSB-ABC/index.m3u8 -#EXTINF:-1 tvg-id="WSBDT1.us" status="error",ABC 2 Atlanta GA (WSB-TV) (720p) -https://d2rwx6gwduugne.cloudfront.net/v1/master/77872db67918a151b697b5fbc23151e5765767dc/cmg_PROD_cmg-tv-10010_183ec1c7-4183-4661-803b-3ed282ffb625_LE/in/cmg-wsbtvnow-hls-v3/live.m3u8 #EXTINF:-1 tvg-id="WSBSDT1.us" status="online",Mega TV (WSBS-TV) (1080p) https://livestream.lamusica.com/megatvP320/ngrp:megatvP320_all/playlist.m3u8 #EXTINF:-1 tvg-id="WTAJDT1.us" status="blocked",CBS Altoona PA (WTAJ1) (720p) @@ -1901,7 +1897,7 @@ https://trn10.tulix.tv/WUPA-CW/index.m3u8 https://livevideo01.wusa9.com/hls/live/2015498/newscasts/live.m3u8 #EXTINF:-1 tvg-id="WuTangCollection.us" status="online",Wu Tang Collection (720p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=73 -#EXTINF:-1 tvg-id="WVCYDT1.us" status="online",VCY America (360p) +#EXTINF:-1 tvg-id="WVCYDT1.us" status="timeout",VCY America (360p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://livestream.com/accounts/30337923/events/9488449/ #EXTINF:-1 tvg-id="WVECDT1.us" status="online",ABC 13 Norfolk VA (WVEC) (1080p) https://livevideo01.13newsnow.com/hls/live/2014545/newscasts/live.m3u8 @@ -1957,7 +1953,7 @@ https://arizonawesterncol.secure.footprint.net/egress/bhandler/arizonawesterncol 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 -#EXTINF:-1 tvg-id="" status="timeout",Brazzers Latinoamérica [Geo-blocked] +#EXTINF:-1 tvg-id="" status="blocked",Brazzers Latinoamérica [Geo-blocked] http://45.5.8.78:8000/play/a029 #EXTINF:-1 tvg-id="" status="online",Buzzr (KCKS-LD1) (480p) https://cdn.igocast.com/channel1_hls/channel1_master.m3u8 @@ -1967,7 +1963,7 @@ http://209.91.213.10:8088/play/a00k https://d1sp4cpu5on4l7.cloudfront.net/out/v1/ec82e0a9c5564fb497366186c09052e5/index.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) +#EXTINF:-1 tvg-id="" status="timeout",CityTV Santa Barbara (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/Citytv18/live #EXTINF:-1 tvg-id="" status="online",Cupertino City Channel (720p) https://cdn3.wowza.com/5/dk84U1p2UUdoMGxT/cupertino/G0067_003/playlist.m3u8 @@ -2003,7 +1999,7 @@ 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="timeout",Fox HD Russia +#EXTINF:-1 tvg-id="" status="online",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 @@ -2025,6 +2021,8 @@ https://59d39900ebfb8.streamlock.net/8478/8478/playlist.m3u8 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="timeout",MTV Hits Latinoamérica (576p) @@ -2131,7 +2129,7 @@ http://184.173.179.163:1935/victorytelevisionnetwork/victorytelevisionnetwork/pl 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) +#EXTINF:-1 tvg-id="" status="error",VPOD-TV 59.3 Chicago IL (WAOE) (1080p) https://81988.global.ssl.fastly.net/6054f2db9a679c037cbbb2b2/live_7749cbc088e711eb99623595db260c33/index.m3u8 #EXTINF:-1 tvg-id="" status="online",WDAY-X Automatic Weather Frago ND (720p) https://player-api.new.livestream.com/accounts/27442514/events/8331542/live.m3u8 diff --git a/streams/us_adultswim.m3u b/streams/us_adultswim.m3u index 39ba48cef..b46046555 100644 --- a/streams/us_adultswim.m3u +++ b/streams/us_adultswim.m3u @@ -43,7 +43,7 @@ https://adultswim-vodlive.cdn.turner.com/live/squidbillies/stream.m3u8 https://adultswim-vodlive.cdn.turner.com/live/superjail/stream.m3u8 #EXTINF:-1 tvg-id="" status="online",Adult Swim Tim and Eric (1080p) [Geo-blocked] http://adultswim-vodlive.cdn.turner.com/tim-and-eric/stream.m3u8 -#EXTINF:-1 tvg-id="" status="online",Adult Swim Williams Stream (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="error",Adult Swim Williams Stream (1080p) [Geo-blocked] http://adultswim-vodlive.cdn.turner.com/live/williams-stream/stream_html5.m3u8 #EXTINF:-1 tvg-id="" status="online",test Channel 1 (1080p) [Geo-blocked] https://adultswim-vodlive.cdn.turner.com/live/test-1/stream.m3u8 diff --git a/streams/us_localbtv.m3u b/streams/us_localbtv.m3u index d83485ebf..851676a99 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -20,7 +20,7 @@ http://v-pi.theus6tv.duckdns.org/hls/4.1/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT4.us" status="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) +#EXTINF:-1 tvg-id="WACPDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT4 (ShopLC) (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.4/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT6.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT6 (The Family Channel) (480p) @@ -50,10 +50,10 @@ http://v-pi.theus6tv.duckdns.org/hls/2.2/playlist.m3u8 #EXTINF:-1 tvg-id="WDPNDT5.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT5 (Retro TV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/2.5/playlist.m3u8 -#EXTINF:-1 tvg-id="WELLLD1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WELL-LD1 (Daystar) (1080p) +#EXTINF:-1 tvg-id="WELLLD1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WELL-LD1 (Daystar) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/45.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WFMZDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WFMZ-DT1 (720p) +#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) @@ -74,7 +74,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="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-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 +86,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="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WKOB-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) @@ -95,7 +95,7 @@ http://v-ny.theus6tv.duckdns.org/hls/21.1/playlist.m3u8 #EXTINF:-1 tvg-id="WLIWDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT2 (Create TV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/21.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WLIWDT3.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT3 (World) (432p) +#EXTINF:-1 tvg-id="WLIWDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WLIW-DT3 (World) (432p) #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.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) @@ -125,7 +125,7 @@ http://v-pi.theus6tv.duckdns.org/hls/23.2/playlist.m3u8 #EXTINF:-1 tvg-id="WNJUDT1.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",WNJU-DT1 (Telemundo 47) #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/47.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WNJUDT2.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",WNJU-DT2 (teleXitos) (432p) +#EXTINF:-1 tvg-id="WNJUDT2.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",WNJU-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-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) @@ -134,13 +134,13 @@ http://v-ny.theus6tv.duckdns.org/hls/25.1/playlist.m3u8 #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="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) +#EXTINF:-1 tvg-id="WNYEDT3.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",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="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYJLD (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/28.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WNYWDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT1 (FOX 5) (720p) +#EXTINF:-1 tvg-id="WNYWDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT1 (FOX 5) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/5.1/playlist.m3u8 #EXTINF:-1 tvg-id="WNYWDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNYW-DT2 (Movies!) @@ -167,13 +167,13 @@ http://v-ny.theus6tv.duckdns.org/hls/11.1/playlist.m3u8 #EXTINF:-1 tvg-id="WPIXDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WPIX-DT4 (Rewind TV) (480p) #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="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",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="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",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="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WPVI-DT1 (ABC 6) (720p) +#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) @@ -182,7 +182,7 @@ 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) #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="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-DT3 (ION Mystery) +#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) #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.3/playlist.m3u8 #EXTINF:-1 tvg-id="WPXNDT4.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-DT4 (Defy TV) @@ -200,9 +200,6 @@ http://v-ny.theus6tv.duckdns.org/hls/31.7/playlist.m3u8 #EXTINF:-1 tvg-id="WRNNDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WRNN-DT1 (ShopLC) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/48.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WRNNDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WRNN-DT2 (Circle) (432p) -#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 @@ -221,7 +218,7 @@ 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) #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="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WWOR-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,9 +227,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="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) +#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) #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="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-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_pluto.m3u b/streams/us_pluto.m3u index fd6df0d3e..a45374c32 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -22,9 +22,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84f54a82f0530008 #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",Pluto TV America's Test Kitchen (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84f54a82f05300080e6746/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b7d3249444e05d09cc49&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=830&terminate=false&userId= -#EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="AnimeAllDay.us" status="online",Pluto TV Anime All Day (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b7d3249444e05d09cc49/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812b7d3249444e05d09cc49&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=830&terminate=false&userId= #EXTINF:-1 tvg-id="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5595e43c66ace1652e63c6a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5595e43c66ace1652e63c6a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=194&terminate=false&userId= #EXTINF:-1 tvg-id="AwesomenessTV.us" status="online",Pluto TV Awesomeness TV (720p) [Not 24/7] @@ -55,12 +55,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e6949 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db81695a95186000941ee8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="BeverlyHillbillies.us" status="online",Pluto TV Beverly Hillbillies (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7796e470510900070d4e3d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (684p) -https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?appVersion=2.0.0&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012 #EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58af4c093a41ca9d4ecabe96&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=80&terminate=false&userId= #EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/58af4c093a41ca9d4ecabe96/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BlackCinema.us" status="online",Pluto TV Black Cinema (684p) +https://stitcher.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?appVersion=2.0.0&deviceDNT=0&deviceId=889540f0-712d-11e8-b9ec-8ba319deeadf&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=37.0.2049.0&serverSideAds=false&sid=6e360db0-724b-11e8-be77-bf4d1417b012 #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e2bceca5b4b2c0e06c50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e2bceca5b4b2c0e06c50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=285&terminate=false&userId= #EXTINF:-1 tvg-id="BlackInkCrew.us" status="online",Pluto TV Black Ink Crew (720p) [Not 24/7] @@ -104,15 +104,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b17aa #EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (720p) http://stitcher.pluto.tv/stitch/hls/channel/5268abcd0ce20a8472000114/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 #EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812afe1d0f0b8d55dde67fa/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812afe1d0f0b8d55dde67fa&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=226&terminate=false&userId= +#EXTINF:-1 tvg-id="Cheddar.us" status="online",Pluto TV Cheddar (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1e02c08ee5378be82db47/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId= #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d180092e97a5e107638d3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=913&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) @@ -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= +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="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) @@ -174,9 +174,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40855b3fb0855028 #EXTINF:-1 tvg-id="DallasCowboysCheerleaders.us" status="online",Pluto TV Dallas Cowboys Cheerleaders (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40855b3fb0855028c99b6f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DarkShadows.us" status="online",Pluto TV Dark Shadows (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef3958c66ac540007d6e6a7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="DarkShadows.us" status="online",Pluto TV Dark Shadows (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3958c66ac540007d6e6a7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef3958c66ac540007d6e6a7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=535&terminate=false&userId= +#EXTINF:-1 tvg-id="DarkShadows.us" status="online",Pluto TV Dark Shadows (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef3958c66ac540007d6e6a7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DealorNoDeal.us" status="online",Pluto TV Deal or No Deal (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e9debf8c881310007d7bde1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e9debf8c881310007d7bde1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=165&terminate=false&userId= #EXTINF:-1 tvg-id="DealorNoDeal.us" status="online",Pluto TV Deal or No Deal (720p) @@ -206,14 +206,14 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6b535a2 #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e43c344b54fe800093552f4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=c28ebf75-0713-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fb6c84dd37df3b4290c5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=985&terminate=false&userId= #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fb6c84dd37df3b4290c5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e43c344b54fe800093552f4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="DoraTV.us" status="online",Pluto TV Dora TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb9524419b0007365a1c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="DramaLife.us" status="online",Drama Life (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY @@ -222,9 +222,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc0c78281eddb0009 #EXTINF:-1 tvg-id="ETLive.us" status="online",Pluto TV ET Live (1080p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc0c78281eddb0009a02d5e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/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/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/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/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) @@ -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/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/v1/stitch/embed/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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,10 +245,10 @@ 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) @@ -257,8 +257,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812b0f2237a6ff45d 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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b0f2237a6ff45d16c3f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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="error",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="FlicksofFury.us" status="online",Pluto TV Flicks of Fury (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/58e55b14ad8e9c364d55f717/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=58e55b14ad8e9c364d55f717&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=112&terminate=false&userId= #EXTINF:-1 tvg-id="FoodTV.us" status="online",Pluto TV Food TV (240p) @@ -296,25 +294,25 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecee24576bc0007 #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/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 +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/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/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/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/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) [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/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="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="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="InsightTV.nl" status="online",Insight TV (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f06bc60e236570007793f31&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=e7f6989c-0583-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f042bf0241c6f0007721021/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="InsightTV.nl" status="online",Insight TV (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f06bc60e236570007793f31/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="InstantSaga.us" status="online",Instant Saga (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60549e98061b5f000776866a/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8ba501-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=e11c2399-2d50-4607-be2c-d35d72152bbe #EXTINF:-1 tvg-id="JohnnyCarsonTV.us" status="online",Pluto TV Johnny Carson TV (720p) @@ -361,10 +359,10 @@ http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812b82124 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 (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="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) @@ -425,20 +423,20 @@ https://siloh-aka.plutotv.net/lilo/production/MTVSpankingNew/master.m3u8 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806621ff00072651ff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5da0c85bd2c9c10009370984&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=836&terminate=false&userId= -#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5da0c85bd2c9c10009370984/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f6df5a173d7340007c559f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="Naruto.us" status="online",Pluto TV Naruto (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ee92e72fb286e0007285fec/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bd9f249444e05d09cc4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=692&terminate=false&userId= #EXTINF:-1 tvg-id="Naturescape.us" status="online",Pluto TV Naturescape (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bd9f249444e05d09cc4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5df97894467dfa00091c873c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=213&terminate=false&userId= -#EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="NBCNewsNow.us" status="online",Pluto TV NBC News NOW (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5df97894467dfa00091c873c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5df97894467dfa00091c873c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=213&terminate=false&userId= #EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ced7d5df64be98e07ed47b6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ced7d5df64be98e07ed47b6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=708&terminate=false&userId= #EXTINF:-1 tvg-id="NFLChannel.us" status="online",Pluto TV NFL Channel (720p) [Not 24/7] @@ -451,6 +449,8 @@ 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] +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) 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) @@ -458,8 +458,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f3d2b57d6c6080007 #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ede448d3d50590007a4419e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca673e0d0bd6c2689c94ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=977&terminate=false&userId= -#EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&coppa=1&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="NickPlutoTV.us" status="online",Pluto TV Nick (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca673e0d0bd6c2689c94ce3/master.m3u8?advertisingId=&appName=web&appVersion=2.9.4-5a4e0d260864cab32bb296709789424ab48df204&architecture=&buildVersion=&clientTime=&deviceDNT=0&deviceId=954c037d-1a11-44d3-b488-9d06f8a3e068&deviceLat=33.9560&deviceLon=-118.3887&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=81.0.4044.26&includeExtendedEvents=false&serverSideAds=true&sid=e6f1682e-cc62-437a-bd0d-082bea9a4059&userId= @@ -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] @@ -507,12 +505,12 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5de94dacb394a30009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb394a300099fa22a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed1ff5c39700007e2204a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561d7d484dc7c8770484914a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=54&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) [Not 24/7] 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="PlutoTVActionSports.us" status="online",Pluto TV Pluto Action Sports (720p) @@ -607,22 +605,22 @@ 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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddbf866b1862a0009a0648e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ddbf866b1862a0009a0648e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=3a2ed1cd-e3a3-4fa3-bdbc-94e7363ca0cf&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf91149880d60009d35d27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed2d1c34c2300073bf02c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (684p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVDrama.us" status="online",Pluto TV Drama (360p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e92e4694c027be6ecece1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e92e4694c027be6ecece1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=60&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f24662bebe0f0000767de32/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f24662bebe0f0000767de32&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=332&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDramaLife.us" status="online",Pluto TV Drama Life (480p) @@ -634,10 +632,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b8551 #EXTINF:-1 tvg-id="PlutoTVFamily.us" status="online",Pluto TV Family (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc3fc6b9133f500099c7d98/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b64a245a202b3337f09e51d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=66&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&us_privacy=1YNY #EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b64a245a202b3337f09e51d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=66&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVFantastic.us" status="online",Pluto TV Fantastic (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b64a245a202b3337f09e51d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVFashionTV.us" status="online",Pluto TV Fashion TV (720p) https://siloh.pluto.tv/lilo/production/FashionTV/master.m3u8 @@ -683,20 +681,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9be1be 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="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="error",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) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/v1/stitch/embed/hls/channel/5db04c9eedc89300090d2884/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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/v1/stitch/embed/hls/channel/5eb96303f5bb020008e7e44f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #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://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="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="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) @@ -717,10 +713,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2d1ce10f0b0009 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d765786aad587cf4d0e2bf6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eba14a4ffb8000764e950/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVKidsAnimation.us" status="online",Pluto TV Kids Animation (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ad56edc89300090d2ebb/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ad56edc89300090d2ebb&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=976&terminate=false&userId= #EXTINF:-1 tvg-id="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="PlutoTVKidsCollection.us" status="online",Pluto TV Kids Collection (720p) @@ -734,9 +730,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db04b360fa2560009 #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8beeb39b5d5d5f8c672530/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVLives.us" status="error",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360fa2560009deb3de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e181520cfa000771ce79/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e181520cfa000771ce79&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=147&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVLoveStories.us" status="online",Pluto TV Love Stories (684p) [Not 24/7] @@ -829,6 +825,8 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/563a970aa1a1f7fe7c https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d9492c77ea6f99188738ff1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVScience.us" status="online",Pluto TV Science (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/563a970aa1a1f7fe7c9daad7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="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) @@ -837,8 +835,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4fc2746 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 (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="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,11 +862,11 @@ 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="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] @@ -881,22 +877,22 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7791b83 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18f35ae8f730007465915/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheStoryofBeatclub.us" status="online",Pluto TV The Story of Beatclub (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f982c3420de4100070a545e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f982c3420de4100070a545e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=09ab0f67-3401-11eb-a786-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e69e08291147bd04a9fd7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=74&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfedccc563080009b60f4a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8a87cd38d000745d7cf/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVThrillers.us" status="online",Pluto TV Thrillers (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b4e69e08291147bd04a9fd7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b4e69e08291147bd04a9fd7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=74&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTravel.us" status="online",Pluto TV Travel (240p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/59c01b1953680139c6ae9d4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=59c01b1953680139c6ae9d4d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=678&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTravel.us" status="online",Pluto TV Travel (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/59c01b1953680139c6ae9d4d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTROL.us" status="online",Pluto TV TROL (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aae8c65727d0007d15a17/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" status="online",Pluto TV True Crime (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812be1c249444e05d09cc50/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" status="online",Pluto TV True Crime (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812be1c249444e05d09cc50/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812be1c249444e05d09cc50&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=365&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTrueCrime.us" status="online",Pluto TV True Crime (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812be1c249444e05d09cc50/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTween.us" status="online",Pluto TV Tween (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db0ae5af8797b00095c0794/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5db0ae5af8797b00095c0794&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=991&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTween.us" status="online",Pluto TV Tween (720p) [Not 24/7] @@ -912,11 +908,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bdce04659ee03633e #EXTINF:-1 tvg-id="PlutoTVWeatherNation.us" status="online",Pluto TV WeatherNation (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce04659ee03633e758130/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/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="error",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= #EXTINF:-1 tvg-id="PlutoTVWesterns.us" status="online",Pluto TV Westerns (684p) @@ -932,9 +926,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= +#EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PoliceWomen.us" status="online",Pluto TV Police Women (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e79c2f280389000077242a8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Rescue911.us" status="online",Pluto TV Rescue 911 (480p) @@ -957,10 +951,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/6000a6f4c https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e82547b6b3df60007fec2b5/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e82547b6b3df60007fec2b5&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=458&terminate=false&userId= #EXTINF:-1 tvg-id="SlightlyOffIFC.us" status="online",Pluto TV Slightly Off By IFC (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e82547b6b3df60007fec2b5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="SlowTV.us" status="online",Pluto TV Slow TV (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5317bfebff98025b3200ff99&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=696&terminate=false&userId= #EXTINF:-1 tvg-id="SlowTV.us" status="online",Pluto TV Slow TV (480p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="SlowTV.us" status="online",Pluto TV Slow TV (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5317bfebff98025b3200ff99/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5317bfebff98025b3200ff99&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=696&terminate=false&userId= #EXTINF:-1 tvg-id="SmithsonianChannelSelects.us" status="online",Pluto TV Smithsonian Channel Selects (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f21ea08007a49000762d349/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="SpikeOutdoors.us" status="online",Pluto TV Spike Outdoors (720p) @@ -1017,6 +1011,8 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4ff8c8b https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d486acc34ceb37d3c458a64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d486acc34ceb37d3c458a64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=244&terminate=false&userId= #EXTINF:-1 tvg-id="TheLoveBoat.us" status="online",Pluto TV The Love Boat (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794a788d29000079d2f07/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",The New Detectives (720p) +http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aea40b35126c2157123aa64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=376&terminate=false&userId= #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p) @@ -1025,13 +1021,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",The New Detectives (720p) -http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1ad55268cae539bcedb08&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=637&terminate=false&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d819e738977e2c31096a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -1045,14 +1037,16 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd336d64c9000754cdf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f515ebac01c0f00080e8439/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebacbcae43a6d000787b88e/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e825550e758c700077b0aef&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=529&terminate=false&userId= #EXTINF:-1 tvg-id="TheRifleman.us" status="online",Pluto TV The Rifleman (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e825550e758c700077b0aef/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e791b7dba3b2ae990ab2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=618&terminate=false&userId= -#EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ThisOldHouse.us" status="online",Pluto TV This Old House (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e791b7dba3b2ae990ab2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e791b7dba3b2ae990ab2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=618&terminate=false&userId= #EXTINF:-1 tvg-id="ThreesCompany.us" status="online",Pluto TV Three's Company (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ef3977e5d773400077de284/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ef3977e5d773400077de284&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=508&terminate=false&userId= #EXTINF:-1 tvg-id="ThreesCompany.us" status="online",Pluto TV Three's Company (720p) @@ -1064,9 +1058,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b7 #EXTINF:-1 tvg-id="TodayAllDay.us" status="online",Pluto TV TODAY (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) -http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c3f8f12a93c2d61b9990a4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=848&terminate=false&userId= -#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TokuSHOUTsu.us" status="online",Pluto TV TokuSHOUTsu (720p) +http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c3f8f12a93c2d61b9990a4e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c3f8f12a93c2d61b9990a4e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=848&terminate=false&userId= #EXTINF:-1 tvg-id="Tosh0.us" status="online",Pluto TV Tosh.0 (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae084727c8af0009fe40a4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=470&terminate=false&userId= #EXTINF:-1 tvg-id="Tosh0.us" status="online",Pluto TV Tosh.0 (720p) @@ -1123,10 +1117,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4e https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=589aa03df9ba56a84197a560&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=681&terminate=false&userId= -#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/589aa03df9ba56a84197a560/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="VoyagerDocumentaries.us" status="online",Pluto TV Voyager Documentaries (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d1e9e738977e2c310925/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d48678d34ceb37d3c458a55/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="WildNOut.us" status="online",Pluto TV Wild 'N Out (720p) [Not 24/7] @@ -1159,7 +1153,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1213638 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde17bf6591d0009839e02/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Animé All Day (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed52a62fa750007733239/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Anime All Day (UK) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Pluto TV Anime All Day (UK) (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c363ac9e41be30cb6054c7c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Comédia (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac8099c49f600076579b2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS @@ -1216,11 +1210,11 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767b1c126c65d0a3 #EXTINF:-1 tvg-id="" status="online",Pluto TV HISTORY (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d4af1803e7983b391d73b13/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa9bcd8160700076d45d1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Junior (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12141b146d760007934ea7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=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 Junior (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aa9bcd8160700076d45d1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Junior (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde2ac4bc6c500094ab45b/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Motor (480p) @@ -1258,13 +1252,9 @@ http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS08/master.m3u8 #EXTINF:-1 tvg-id="" status="online",Pluto TV MTV Originals (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aadf373bed3000794d1d7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf901280e3550009139c86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=475&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="error",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="error",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 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 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,8 +1264,6 @@ 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 @@ -1287,6 +1275,8 @@ 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 748eee2d2..6b7856656 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -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_xumo.m3u b/streams/us_xumo.m3u index d6dca2e65..d206d1977 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -1,11 +1,11 @@ #EXTM3U #EXTINF:-1 tvg-id="ABCNews.us" status="online",ABC News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/master.m3u8 -#EXTINF:-1 tvg-id="AmericanClassics.us" status="online",American Classics (432p) +#EXTINF:-1 tvg-id="AmericanClassics.us" status="timeout",American Classics (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericanclassics/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="AmericasTestKitchen.us" status="online",America's Test Kitchen (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxamericastestkitchen/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="timeout",Architectural Digest (720p) +#EXTINF:-1 tvg-id="ArchitecturalDigest.us" status="online",Architectural Digest (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxarchitecturaldigest/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BaebleMusic.us" status="online",Baeble Music (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbaeble/CDN/playlist.m3u8 @@ -17,7 +17,7 @@ http://redbox-blacknewschannel-xumo.amagi.tv/playlist.m3u8 https://blacknewschannel-xumo-us.amagi.tv/hls/amagi_hls_data_blacknews-blacknewschannel-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) https://blacknewschannel-xumo-us.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="timeout",Black News Channel (1080p) +#EXTINF:-1 tvg-id="BlackNewsChannel.us" status="online",Black News Channel (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxblacknewschannel/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="BloombergTelevision.us" status="online",Bloomberg TV US (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 @@ -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="online",Complex (720p) +#EXTINF:-1 tvg-id="Complex.us" status="timeout",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 @@ -54,9 +54,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmriseclassictv/CDN/playl #EXTINF:-1 tvg-id="FilmRiseFamily.us" status="online",FilmRise Family (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefamily/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) -https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) https://cinedigm.vo.llnwd.net/conssui/amagi_hls_data_xumo1212A-redboxfood52A/CDN/master.m3u8 +#EXTINF:-1 tvg-id="Food52.us" status="online",Food 52 (720p) +https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfood52A/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather https://dai2.xumo.com/amagi_hls_data_xumo1212A-foxweather-xumo/CDN/master.m3u8 #EXTINF:-1 tvg-id="FoxWeather.us" status="online",Fox Weather @@ -69,7 +69,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfuse/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglamour/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="GloryKickboxing.us" status="online",Glory Kickboxing (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglorykickboxing/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="GoTraveler.us" status="online",Go Traveler (720p) +#EXTINF:-1 tvg-id="GoTraveler.us" status="timeout",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) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxgq/CDN/playlist.m3u8 @@ -97,7 +97,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziomoovimex/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-xumo-nbcnewsnow/CDN/master.m3u8 #EXTINF:-1 tvg-id="NewsmaxTV.us" status="online",Newsmax (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-newsmaxxumo/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="NitroCircus.us" status="timeout",Nitro Circus (720p) +#EXTINF:-1 tvg-id="NitroCircus.us" status="online",Nitro Circus (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnitrocircus/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Nosey.us" status="online",Nosey (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8 @@ -105,7 +105,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redbox-nosey/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxnowthis/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutdoorAmerica.us" status="online",Outdoor America (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutdooramerica/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="OutsideTV.us" status="timeout",Outside TV (1080p) +#EXTINF:-1 tvg-id="OutsideTV.us" status="online",Outside TV (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxoutsidetv/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="OutsideTVPlus.us" status="online",Outside TV Plus (1080p) https://outsidetvplus-xumo.amagi.tv/hls/amagi_hls_data_outsidetv-outsidetvplusxumo/CDN/master.m3u8 @@ -183,9 +183,9 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxthedesignnetwork/CDN/playli https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpetcollective/CDN/playlist.m3u8 #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) +#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="online",TMZ (720p) +#EXTINF:-1 tvg-id="TMZ.us" status="timeout",TMZ (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-viziotmz/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ToonGoggles.us" status="online",Toon Goggles (720p) [Not 24/7] https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxtoongoggles/CDN/playlist.m3u8 diff --git a/streams/uy.m3u b/streams/uy.m3u index c69a85ad4..9b5910fba 100644 --- a/streams/uy.m3u +++ b/streams/uy.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CharruaTV.uy" status="online",Charrúa Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CharruaTV.uy" status="timeout",Charrúa Televisión (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/charruatvcanal #EXTINF:-1 tvg-id="LatinoKids.uy" status="online",LatinoKids (360p) [Not 24/7] https://videostreaming.cloudserverlatam.com/8062/8062/playlist.m3u8 diff --git a/streams/ve.m3u b/streams/ve.m3u index 565e035d3..adaec2ca8 100644 --- a/streams/ve.m3u +++ b/streams/ve.m3u @@ -7,19 +7,23 @@ 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="eSportsMaxTV.ve" status="online",Esports Max [Not 24/7] +http://vcpar.myplaytv.com/esportsmax/live/playlist.m3u8 #EXTINF:-1 tvg-id="Globovision.ve" status="online",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 +#EXTINF:-1 tvg-id="LaTeleTuya.ve" status="error",LaTeleTuya +https://vcp4.myplaytv.com/xtlt/xtlt.stream/playlist.m3u8 #EXTINF:-1 tvg-id="MDATelevision.ve" status="online",MDA Televisión 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="online",PromarTV (Yaracuy) (1080p) [Not 24/7] http://vcp1.myplaytv.com:1935/promar/promar/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="online",Radio Caracas Radio 750 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCaracasRadio.ve" status="timeout",Radio Caracas Radio 750 (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UC5AA3XP4_pXIELctSsH_L7w/live #EXTINF:-1 tvg-id="Telesur.ve" status="online",teleSUR (1080p) https://github.com/LaneSh4d0w/IPTV_Exception/raw/master/channels/ve/telesur.m3u8 @@ -31,17 +35,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="blocked",Venezolana de Televisión (720p) +#EXTINF:-1 tvg-id="VenezolanadeTelevision.ve" status="timeout",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="blocked",VPItv (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vpitv -#EXTINF:-1 tvg-id="LaTeleTuya.ve" status="online",LaTeleTuya -https://vcp4.myplaytv.com/xtlt/xtlt.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",BitRadio https://vcp.myplaytv.com/petrotv/petrotv/playlist.m3u8 -#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="" status="online",TNO Radio https://stmv1.srvstm.com/tnovideo1/tnovideo1/playlist.m3u8 diff --git a/streams/ye.m3u b/streams/ye.m3u index 415fd59a3..078514369 100644 --- a/streams/ye.m3u +++ b/streams/ye.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="AICTV.ye" status="timeout",AIC TV (576p) http://195.35.85.115:8000/play/a0fr -#EXTINF:-1 tvg-id="AlerthAlnabawi.ye" status="error",Alerth Alnabawi (576p) [Not 24/7] +#EXTINF:-1 tvg-id="AlerthAlnabawi.ye" status="online",Alerth Alnabawi (576p) [Not 24/7] http://82.212.74.2:8000/live/7307.m3u8 #EXTINF:-1 tvg-id="Alghadye.ye" status="online",Alghad Almushreq (576p) http://82.212.74.3:8000/live/7512.m3u8 @@ -15,11 +15,11 @@ 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="timeout",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 +#EXTINF:-1 tvg-id="HadramoutTV.ye" status="timeout",Hadramout http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/hadhramauttv1 #EXTINF:-1 tvg-id="SuhailTV.ye" status="online",Suhail TV (576p) http://82.212.74.98:8000/live/hls/7726.m3u8 -#EXTINF:-1 tvg-id="YemenTV.ye" status="online",Yemen TV +#EXTINF:-1 tvg-id="YemenTV.ye" status="timeout",Yemen TV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/yemen_tv