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 351238f1d..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 - Animation30https://iptv-org.github.io/iptv/categories/animation.m3u - Business36https://iptv-org.github.io/iptv/categories/business.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 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 + 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 - Entertainment178https://iptv-org.github.io/iptv/categories/entertainment.m3u - Family17https://iptv-org.github.io/iptv/categories/family.m3u - General469https://iptv-org.github.io/iptv/categories/general.m3u - Kids145https://iptv-org.github.io/iptv/categories/kids.m3u - Legislative121https://iptv-org.github.io/iptv/categories/legislative.m3u + Entertainment177https://iptv-org.github.io/iptv/categories/entertainment.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 - Music309https://iptv-org.github.io/iptv/categories/music.m3u - News377https://iptv-org.github.io/iptv/categories/news.m3u + Music310https://iptv-org.github.io/iptv/categories/music.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 - Series144https://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 - Shop67https://iptv-org.github.io/iptv/categories/shop.m3u - Sports158https://iptv-org.github.io/iptv/categories/sports.m3u - Travel17https://iptv-org.github.io/iptv/categories/travel.m3u + Shop68https://iptv-org.github.io/iptv/categories/shop.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 - Undefined4923https://iptv-org.github.io/iptv/categories/undefined.m3u + Undefined4912https://iptv-org.github.io/iptv/categories/undefined.m3u @@ -118,10 +118,10 @@ Same thing, but split up into separate files: Albanian37https://iptv-org.github.io/iptv/languages/sqi.m3u Amharic1https://iptv-org.github.io/iptv/languages/amh.m3u - Arabic323https://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 - Azerbaijani11https://iptv-org.github.io/iptv/languages/aze.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 Bengali38https://iptv-org.github.io/iptv/languages/ben.m3u @@ -129,86 +129,86 @@ Same thing, but split up into separate files: 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 - Chinese85https://iptv-org.github.io/iptv/languages/zho.m3u - Croatian11https://iptv-org.github.io/iptv/languages/hrv.m3u + Chinese102https://iptv-org.github.io/iptv/languages/zho.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 - English1970https://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 - Finnish20https://iptv-org.github.io/iptv/languages/fin.m3u - French154https://iptv-org.github.io/iptv/languages/fra.m3u + Finnish19https://iptv-org.github.io/iptv/languages/fin.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 German171https://iptv-org.github.io/iptv/languages/deu.m3u - Greek75https://iptv-org.github.io/iptv/languages/ell.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 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 - Indonesian157https://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 - Japanese59https://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 - Korean117https://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 - Malay31https://iptv-org.github.io/iptv/languages/msa.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 Chinese1https://iptv-org.github.io/iptv/languages/cmn.m3u + Mandarin Chinese2https://iptv-org.github.io/iptv/languages/cmn.m3u Marathi1https://iptv-org.github.io/iptv/languages/mar.m3u Min Nan Chinese1https://iptv-org.github.io/iptv/languages/nan.m3u Mongolian19https://iptv-org.github.io/iptv/languages/mon.m3u + Nepali1https://iptv-org.github.io/iptv/languages/nep.m3u 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 Persian78https://iptv-org.github.io/iptv/languages/fas.m3u - Polish31https://iptv-org.github.io/iptv/languages/pol.m3u - Portuguese176https://iptv-org.github.io/iptv/languages/por.m3u - Romanian33https://iptv-org.github.io/iptv/languages/ron.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 Russian253https://iptv-org.github.io/iptv/languages/rus.m3u - Serbian44https://iptv-org.github.io/iptv/languages/srp.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 - Spanish1119https://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 + Swedish19https://iptv-org.github.io/iptv/languages/swe.m3u Tagalog8https://iptv-org.github.io/iptv/languages/tgl.m3u - Tamil32https://iptv-org.github.io/iptv/languages/tam.m3u + Tamil35https://iptv-org.github.io/iptv/languages/tam.m3u Telugu2https://iptv-org.github.io/iptv/languages/tel.m3u - Thai45https://iptv-org.github.io/iptv/languages/tha.m3u - Turkish134https://iptv-org.github.io/iptv/languages/tur.m3u + 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 Ukrainian32https://iptv-org.github.io/iptv/languages/ukr.m3u - Urdu23https://iptv-org.github.io/iptv/languages/urd.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 - Yue Chinese7https://iptv-org.github.io/iptv/languages/yue.m3u - Undefined2106https://iptv-org.github.io/iptv/languages/undefined.m3u + Wolof3https://iptv-org.github.io/iptv/languages/wol.m3u + Yue Chinese10https://iptv-org.github.io/iptv/languages/yue.m3u + Undefined2102https://iptv-org.github.io/iptv/languages/undefined.m3u @@ -235,25 +235,25 @@ Same thing, but split up into separate files: 🇦🇫 Afghanistan74https://iptv-org.github.io/iptv/countries/af.m3u - 🇦🇱 Albania98https://iptv-org.github.io/iptv/countries/al.m3u - 🇩🇿 Algeria91https://iptv-org.github.io/iptv/countries/dz.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 - 🇦🇩 Andorra64https://iptv-org.github.io/iptv/countries/ad.m3u + 🇦🇩 Andorra63https://iptv-org.github.io/iptv/countries/ad.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 - 🇦🇷 Argentina247https://iptv-org.github.io/iptv/countries/ar.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       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 Rioja4https://iptv-org.github.io/iptv/subdivisions/ar-f.m3u       Mendoza1https://iptv-org.github.io/iptv/subdivisions/ar-m.m3u @@ -264,40 +264,40 @@ 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 - 🇦🇲 Armenia96https://iptv-org.github.io/iptv/countries/am.m3u - 🇦🇼 Aruba49https://iptv-org.github.io/iptv/countries/aw.m3u + 🇦🇲 Armenia94https://iptv-org.github.io/iptv/countries/am.m3u + 🇦🇼 Aruba48https://iptv-org.github.io/iptv/countries/aw.m3u 🇦🇺 Australia83https://iptv-org.github.io/iptv/countries/au.m3u - 🇦🇹 Austria92https://iptv-org.github.io/iptv/countries/at.m3u - 🇦🇿 Azerbaijan79https://iptv-org.github.io/iptv/countries/az.m3u + 🇦🇹 Austria91https://iptv-org.github.io/iptv/countries/at.m3u + 🇦🇿 Azerbaijan78https://iptv-org.github.io/iptv/countries/az.m3u 🇧🇸 Bahamas50https://iptv-org.github.io/iptv/countries/bs.m3u - 🇧🇭 Bahrain84https://iptv-org.github.io/iptv/countries/bh.m3u - 🇧🇩 Bangladesh78https://iptv-org.github.io/iptv/countries/bd.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 - 🇧🇾 Belarus92https://iptv-org.github.io/iptv/countries/by.m3u - 🇧🇪 Belgium93https://iptv-org.github.io/iptv/countries/be.m3u + 🇧🇾 Belarus90https://iptv-org.github.io/iptv/countries/by.m3u + 🇧🇪 Belgium92https://iptv-org.github.io/iptv/countries/be.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 - 🇧🇴 Bolivia116https://iptv-org.github.io/iptv/countries/bo.m3u -       Santa Cruz1https://iptv-org.github.io/iptv/subdivisions/bo-s.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 🇧🇶 Bonaire43https://iptv-org.github.io/iptv/countries/bq.m3u - 🇧🇦 Bosnia and Herzegovina74https://iptv-org.github.io/iptv/countries/ba.m3u + 🇧🇦 Bosnia and Herzegovina73https://iptv-org.github.io/iptv/countries/ba.m3u 🇧🇼 Botswana48https://iptv-org.github.io/iptv/countries/bw.m3u 🇧🇻 Bouvet Island45https://iptv-org.github.io/iptv/countries/bv.m3u - 🇧🇷 Brazil196https://iptv-org.github.io/iptv/countries/br.m3u -       Rio de Janeiro1https://iptv-org.github.io/iptv/subdivisions/br-rj.m3u + 🇧🇷 Brazil198https://iptv-org.github.io/iptv/countries/br.m3u 🇮🇴 British Indian Ocean Territory43https://iptv-org.github.io/iptv/countries/io.m3u 🇻🇬 British Virgin Islands47https://iptv-org.github.io/iptv/countries/vg.m3u - 🇧🇳 Brunei55https://iptv-org.github.io/iptv/countries/bn.m3u - 🇧🇬 Bulgaria75https://iptv-org.github.io/iptv/countries/bg.m3u + 🇧🇳 Brunei56https://iptv-org.github.io/iptv/countries/bn.m3u + 🇧🇬 Bulgaria74https://iptv-org.github.io/iptv/countries/bg.m3u 🇧🇫 Burkina Faso51https://iptv-org.github.io/iptv/countries/bf.m3u 🇧🇮 Burundi48https://iptv-org.github.io/iptv/countries/bi.m3u - 🇰🇭 Cambodia61https://iptv-org.github.io/iptv/countries/kh.m3u + 🇰🇭 Cambodia60https://iptv-org.github.io/iptv/countries/kh.m3u 🇨🇲 Cameroon51https://iptv-org.github.io/iptv/countries/cm.m3u - 🇨🇦 Canada150https://iptv-org.github.io/iptv/countries/ca.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 @@ -309,14 +309,15 @@ Same thing, but split up into separate files: 🇰🇾 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 - 🇨🇱 Chile209https://iptv-org.github.io/iptv/countries/cl.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 - 🇨🇳 China912https://iptv-org.github.io/iptv/countries/cn.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 - 🇨🇴 Colombia134https://iptv-org.github.io/iptv/countries/co.m3u + 🇨🇴 Colombia136https://iptv-org.github.io/iptv/countries/co.m3u +       San Andres, Providencia y Santa Catalina1https://iptv-org.github.io/iptv/subdivisions/co-sap.m3u       Antioquia1https://iptv-org.github.io/iptv/subdivisions/co-ant.m3u       Atlantico1https://iptv-org.github.io/iptv/subdivisions/co-atl.m3u       Bolivar1https://iptv-org.github.io/iptv/subdivisions/co-bol.m3u @@ -324,36 +325,35 @@ 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       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 +       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 Rica118https://iptv-org.github.io/iptv/countries/cr.m3u - 🇭🇷 Croatia74https://iptv-org.github.io/iptv/countries/hr.m3u - 🇨🇺 Cuba90https://iptv-org.github.io/iptv/countries/cu.m3u + 🇨🇷 Costa Rica116https://iptv-org.github.io/iptv/countries/cr.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 - 🇨🇾 Cyprus89https://iptv-org.github.io/iptv/countries/cy.m3u - 🇨🇿 Czech Republic75https://iptv-org.github.io/iptv/countries/cz.m3u + 🇨🇾 Cyprus87https://iptv-org.github.io/iptv/countries/cy.m3u + 🇨🇿 Czech Republic74https://iptv-org.github.io/iptv/countries/cz.m3u 🇨🇩 Democratic Republic of the Congo52https://iptv-org.github.io/iptv/countries/cd.m3u - 🇩🇰 Denmark80https://iptv-org.github.io/iptv/countries/dk.m3u + 🇩🇰 Denmark79https://iptv-org.github.io/iptv/countries/dk.m3u 🇩🇯 Djibouti80https://iptv-org.github.io/iptv/countries/dj.m3u 🇩🇲 Dominica47https://iptv-org.github.io/iptv/countries/dm.m3u - 🇩🇴 Dominican Republic162https://iptv-org.github.io/iptv/countries/do.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 Timor50https://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 - 🇪🇬 Egypt107https://iptv-org.github.io/iptv/countries/eg.m3u - 🇸🇻 El Salvador104https://iptv-org.github.io/iptv/countries/sv.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 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 @@ -361,55 +361,55 @@ Same thing, but split up into separate files: 🇫🇰 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 - 🇫🇮 Finland86https://iptv-org.github.io/iptv/countries/fi.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 - 🇫🇷 France226https://iptv-org.github.io/iptv/countries/fr.m3u + 🇫🇷 France224https://iptv-org.github.io/iptv/countries/fr.m3u 🇬🇫 French Guiana47https://iptv-org.github.io/iptv/countries/gf.m3u 🇵🇫 French Polynesia48https://iptv-org.github.io/iptv/countries/pf.m3u 🇹🇫 French 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 - 🇬🇪 Georgia73https://iptv-org.github.io/iptv/countries/ge.m3u - 🇩🇪 Germany262https://iptv-org.github.io/iptv/countries/de.m3u + 🇬🇪 Georgia71https://iptv-org.github.io/iptv/countries/ge.m3u + 🇩🇪 Germany261https://iptv-org.github.io/iptv/countries/de.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 - 🇬🇱 Greenland45https://iptv-org.github.io/iptv/countries/gl.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 - 🇬🇹 Guatemala102https://iptv-org.github.io/iptv/countries/gt.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 🇬🇬 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 - 🇭🇹 Haiti59https://iptv-org.github.io/iptv/countries/ht.m3u + 🇭🇹 Haiti60https://iptv-org.github.io/iptv/countries/ht.m3u 🇭🇲 Heard Island and McDonald Islands43https://iptv-org.github.io/iptv/countries/hm.m3u - 🇭🇳 Honduras116https://iptv-org.github.io/iptv/countries/hn.m3u - 🇭🇰 Hong Kong60https://iptv-org.github.io/iptv/countries/hk.m3u - 🇭🇺 Hungary96https://iptv-org.github.io/iptv/countries/hu.m3u - 🇮🇸 Iceland65https://iptv-org.github.io/iptv/countries/is.m3u - 🇮🇳 India234https://iptv-org.github.io/iptv/countries/in.m3u - 🇮🇩 Indonesia218https://iptv-org.github.io/iptv/countries/id.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 + 🇮🇳 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       Bengkulu2https://iptv-org.github.io/iptv/subdivisions/id-be.m3u       Gorontalo1https://iptv-org.github.io/iptv/subdivisions/id-go.m3u       Jakarta Raya4https://iptv-org.github.io/iptv/subdivisions/id-jk.m3u -       Jambi3https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u +       Jambi4https://iptv-org.github.io/iptv/subdivisions/id-ja.m3u       Jawa Barat7https://iptv-org.github.io/iptv/subdivisions/id-jb.m3u       Jawa Tengah6https://iptv-org.github.io/iptv/subdivisions/id-jt.m3u -       Jawa Timur8https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u +       Jawa Timur9https://iptv-org.github.io/iptv/subdivisions/id-ji.m3u       Kalimantan Barat2https://iptv-org.github.io/iptv/subdivisions/id-kb.m3u -       Kalimantan Selatan3https://iptv-org.github.io/iptv/subdivisions/id-ks.m3u +       Kalimantan 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 -       Lampung2https://iptv-org.github.io/iptv/subdivisions/id-la.m3u +       Lampung3https://iptv-org.github.io/iptv/subdivisions/id-la.m3u       Maluku Utara1https://iptv-org.github.io/iptv/subdivisions/id-mu.m3u       Maluku1https://iptv-org.github.io/iptv/subdivisions/id-ml.m3u       Nusa Tenggara Barat1https://iptv-org.github.io/iptv/subdivisions/id-nb.m3u @@ -423,40 +423,40 @@ Same thing, but split up into separate files:       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 -       Yogyakarta2https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u - 🇮🇷 Iran121https://iptv-org.github.io/iptv/countries/ir.m3u +       Yogyakarta3https://iptv-org.github.io/iptv/subdivisions/id-yo.m3u + 🇮🇷 Iran120https://iptv-org.github.io/iptv/countries/ir.m3u 🇮🇶 Iraq116https://iptv-org.github.io/iptv/countries/iq.m3u - 🇮🇪 Ireland82https://iptv-org.github.io/iptv/countries/ie.m3u + 🇮🇪 Ireland81https://iptv-org.github.io/iptv/countries/ie.m3u 🇮🇲 Isle of Man43https://iptv-org.github.io/iptv/countries/im.m3u 🇮🇱 Israel67https://iptv-org.github.io/iptv/countries/il.m3u - 🇮🇹 Italy252https://iptv-org.github.io/iptv/countries/it.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 - 🇯🇵 Japan107https://iptv-org.github.io/iptv/countries/jp.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 - 🇰🇿 Kazakhstan90https://iptv-org.github.io/iptv/countries/kz.m3u - 🇰🇪 Kenya51https://iptv-org.github.io/iptv/countries/ke.m3u + 🇰🇿 Kazakhstan85https://iptv-org.github.io/iptv/countries/kz.m3u + 🇰🇪 Kenya53https://iptv-org.github.io/iptv/countries/ke.m3u 🇰🇮 Kiribati47https://iptv-org.github.io/iptv/countries/ki.m3u 🇽🇰 Kosovo48https://iptv-org.github.io/iptv/countries/xk.m3u - 🇰🇼 Kuwait94https://iptv-org.github.io/iptv/countries/kw.m3u - 🇰🇬 Kyrgyzstan53https://iptv-org.github.io/iptv/countries/kg.m3u - 🇱🇦 Laos69https://iptv-org.github.io/iptv/countries/la.m3u - 🇱🇻 Latvia67https://iptv-org.github.io/iptv/countries/lv.m3u + 🇰🇼 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 🇱🇧 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 - 🇱🇾 Libya85https://iptv-org.github.io/iptv/countries/ly.m3u - 🇱🇮 Liechtenstein66https://iptv-org.github.io/iptv/countries/li.m3u - 🇱🇹 Lithuania65https://iptv-org.github.io/iptv/countries/lt.m3u - 🇱🇺 Luxembourg72https://iptv-org.github.io/iptv/countries/lu.m3u + 🇱🇾 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 🇲🇴 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 - 🇲🇾 Malaysia101https://iptv-org.github.io/iptv/countries/my.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 - 🇲🇹 Malta64https://iptv-org.github.io/iptv/countries/mt.m3u + 🇲🇹 Malta63https://iptv-org.github.io/iptv/countries/mt.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 @@ -464,7 +464,6 @@ Same thing, but split up into separate files: 🇾🇹 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 @@ -476,66 +475,62 @@ Same thing, but split up into separate files:       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       Zacatecas1https://iptv-org.github.io/iptv/subdivisions/mx-zac.m3u 🇫🇲 Micronesia47https://iptv-org.github.io/iptv/countries/fm.m3u - 🇲🇩 Moldova73https://iptv-org.github.io/iptv/countries/md.m3u - 🇲🇨 Monaco63https://iptv-org.github.io/iptv/countries/mc.m3u - 🇲🇳 Mongolia70https://iptv-org.github.io/iptv/countries/mn.m3u - 🇲🇪 Montenegro68https://iptv-org.github.io/iptv/countries/me.m3u + 🇲🇩 Moldova72https://iptv-org.github.io/iptv/countries/md.m3u + 🇲🇨 Monaco62https://iptv-org.github.io/iptv/countries/mc.m3u + 🇲🇳 Mongolia69https://iptv-org.github.io/iptv/countries/mn.m3u + 🇲🇪 Montenegro67https://iptv-org.github.io/iptv/countries/me.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)51https://iptv-org.github.io/iptv/countries/mm.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 - 🇳🇵 Nepal60https://iptv-org.github.io/iptv/countries/np.m3u - 🇳🇱 Netherlands182https://iptv-org.github.io/iptv/countries/nl.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 - 🇳🇮 Nicaragua100https://iptv-org.github.io/iptv/countries/ni.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 Korea51https://iptv-org.github.io/iptv/countries/kp.m3u - 🇲🇰 North Macedonia65https://iptv-org.github.io/iptv/countries/mk.m3u + 🇰🇵 North Korea50https://iptv-org.github.io/iptv/countries/kp.m3u + 🇲🇰 North Macedonia64https://iptv-org.github.io/iptv/countries/mk.m3u 🇲🇵 Northern Mariana Islands47https://iptv-org.github.io/iptv/countries/mp.m3u - 🇳🇴 Norway73https://iptv-org.github.io/iptv/countries/no.m3u - 🇴🇲 Oman85https://iptv-org.github.io/iptv/countries/om.m3u - 🇵🇰 Pakistan84https://iptv-org.github.io/iptv/countries/pk.m3u -       Islamabad1https://iptv-org.github.io/iptv/subdivisions/pk-is.m3u + 🇳🇴 Norway72https://iptv-org.github.io/iptv/countries/no.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 - 🇵🇸 Palestine97https://iptv-org.github.io/iptv/countries/ps.m3u - 🇵🇦 Panama100https://iptv-org.github.io/iptv/countries/pa.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 - 🇵🇾 Paraguay112https://iptv-org.github.io/iptv/countries/py.m3u -       Alto Parana2https://iptv-org.github.io/iptv/subdivisions/py-10.m3u -       Boqueron1https://iptv-org.github.io/iptv/subdivisions/py-19.m3u -       Caaguazu1https://iptv-org.github.io/iptv/subdivisions/py-5.m3u + 🇵🇾 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 🇵🇪 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 - 🇵🇭 Philippines65https://iptv-org.github.io/iptv/countries/ph.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 - 🇵🇱 Poland93https://iptv-org.github.io/iptv/countries/pl.m3u - 🇵🇹 Portugal98https://iptv-org.github.io/iptv/countries/pt.m3u - 🇵🇷 Puerto Rico95https://iptv-org.github.io/iptv/countries/pr.m3u - 🇶🇦 Qatar85https://iptv-org.github.io/iptv/countries/qa.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 - 🇷🇴 Romania91https://iptv-org.github.io/iptv/countries/ro.m3u - 🇷🇺 Russia392https://iptv-org.github.io/iptv/countries/ru.m3u + 🇷🇴 Romania89https://iptv-org.github.io/iptv/countries/ro.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 @@ -546,78 +541,78 @@ Same thing, but split up into separate files: 🇵🇲 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 Marino64https://iptv-org.github.io/iptv/countries/sm.m3u - 🇸🇦 Saudi Arabia120https://iptv-org.github.io/iptv/countries/sa.m3u - 🇸🇳 Senegal56https://iptv-org.github.io/iptv/countries/sn.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 Maarten47https://iptv-org.github.io/iptv/countries/sx.m3u - 🇸🇰 Slovakia82https://iptv-org.github.io/iptv/countries/sk.m3u - 🇸🇮 Slovenia73https://iptv-org.github.io/iptv/countries/si.m3u + 🇸🇰 Slovakia81https://iptv-org.github.io/iptv/countries/sk.m3u + 🇸🇮 Slovenia71https://iptv-org.github.io/iptv/countries/si.m3u 🇸🇧 Solomon Islands47https://iptv-org.github.io/iptv/countries/sb.m3u 🇸🇴 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 Korea180https://iptv-org.github.io/iptv/countries/kr.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       Daegu-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-27.m3u       Daejeon-gwangyeoksi1https://iptv-org.github.io/iptv/subdivisions/kr-30.m3u       Gangwon-do1https://iptv-org.github.io/iptv/subdivisions/kr-42.m3u       Gyeongsangbuk-do1https://iptv-org.github.io/iptv/subdivisions/kr-47.m3u -       Jeju-teukbyeoljachido2https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u +       Jeju-teukbyeoljachido1https://iptv-org.github.io/iptv/subdivisions/kr-49.m3u       Jeollabuk-do1https://iptv-org.github.io/iptv/subdivisions/kr-45.m3u       Jeollanam-do4https://iptv-org.github.io/iptv/subdivisions/kr-46.m3u       Ulsan-gwangyeoksi2https://iptv-org.github.io/iptv/subdivisions/kr-31.m3u 🇸🇸 South Sudan48https://iptv-org.github.io/iptv/countries/ss.m3u - 🇪🇸 Spain245https://iptv-org.github.io/iptv/countries/es.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 Mancha13https://iptv-org.github.io/iptv/subdivisions/es-cm.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 Lanka67https://iptv-org.github.io/iptv/countries/lk.m3u - 🇸🇩 Sudan80https://iptv-org.github.io/iptv/countries/sd.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 - 🇨🇭 Switzerland103https://iptv-org.github.io/iptv/countries/ch.m3u - 🇸🇾 Syria91https://iptv-org.github.io/iptv/countries/sy.m3u + 🇨🇭 Switzerland101https://iptv-org.github.io/iptv/countries/ch.m3u + 🇸🇾 Syria90https://iptv-org.github.io/iptv/countries/sy.m3u 🇸🇹 São Tomé and Príncipe48https://iptv-org.github.io/iptv/countries/st.m3u - 🇹🇼 Taiwan114https://iptv-org.github.io/iptv/countries/tw.m3u - 🇹🇯 Tajikistan52https://iptv-org.github.io/iptv/countries/tj.m3u + 🇹🇼 Taiwan124https://iptv-org.github.io/iptv/countries/tw.m3u + 🇹🇯 Tajikistan51https://iptv-org.github.io/iptv/countries/tj.m3u 🇹🇿 Tanzania50https://iptv-org.github.io/iptv/countries/tz.m3u - 🇹🇭 Thailand93https://iptv-org.github.io/iptv/countries/th.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 - 🇹🇷 Turkey203https://iptv-org.github.io/iptv/countries/tr.m3u - 🇹🇲 Turkmenistan55https://iptv-org.github.io/iptv/countries/tm.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 - 🇺🇦 Ukraine106https://iptv-org.github.io/iptv/countries/ua.m3u - 🇦🇪 United Arab Emirates118https://iptv-org.github.io/iptv/countries/ae.m3u - 🇬🇧 United Kingdom324https://iptv-org.github.io/iptv/countries/uk.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 States1994https://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 -       Arizona12https://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 -       Colorado23https://iptv-org.github.io/iptv/subdivisions/us-co.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       District of Columbia7https://iptv-org.github.io/iptv/subdivisions/us-dc.m3u @@ -642,15 +637,15 @@ Same thing, but split up into separate files:       Nebraska3https://iptv-org.github.io/iptv/subdivisions/us-ne.m3u       Nevada3https://iptv-org.github.io/iptv/subdivisions/us-nv.m3u       New Hampshire2https://iptv-org.github.io/iptv/subdivisions/us-nh.m3u -       New Jersey13https://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 York46https://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 -       Pennsylvania25https://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 @@ -663,15 +658,15 @@ 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 - 🇺🇾 Uruguay92https://iptv-org.github.io/iptv/countries/uy.m3u - 🇺🇿 Uzbekistan52https://iptv-org.github.io/iptv/countries/uz.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 City63https://iptv-org.github.io/iptv/countries/va.m3u - 🇻🇪 Venezuela108https://iptv-org.github.io/iptv/countries/ve.m3u + 🇻🇦 Vatican City62https://iptv-org.github.io/iptv/countries/va.m3u + 🇻🇪 Venezuela110https://iptv-org.github.io/iptv/countries/ve.m3u 🇻🇳 Vietnam109https://iptv-org.github.io/iptv/countries/vn.m3u 🇼🇫 Wallis and Futuna47https://iptv-org.github.io/iptv/countries/wf.m3u 🇪🇭 Western Sahara53https://iptv-org.github.io/iptv/countries/eh.m3u - 🇾🇪 Yemen91https://iptv-org.github.io/iptv/countries/ye.m3u + 🇾🇪 Yemen90https://iptv-org.github.io/iptv/countries/ye.m3u 🇿🇲 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 @@ -700,32 +695,32 @@ Same thing, but split up into separate files: RegionChannelsPlaylist - Africa140https://iptv-org.github.io/iptv/regions/afr.m3u - Americas3071https://iptv-org.github.io/iptv/regions/amer.m3u - Asia-Pacific1839https://iptv-org.github.io/iptv/regions/apac.m3u - Arab world309https://iptv-org.github.io/iptv/regions/arab.m3u - Association of Southeast Asian Nations367https://iptv-org.github.io/iptv/regions/asean.m3u - Asia2582https://iptv-org.github.io/iptv/regions/asia.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 Asia32https://iptv-org.github.io/iptv/regions/cas.m3u - Central America110https://iptv-org.github.io/iptv/regions/cenamer.m3u - Commonwealth of Independent States417https://iptv-org.github.io/iptv/regions/cis.m3u - Europe, the Middle East and Africa2683https://iptv-org.github.io/iptv/regions/emea.m3u - Europe2290https://iptv-org.github.io/iptv/regions/eur.m3u - Hispanic America879https://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 - Maghreb60https://iptv-org.github.io/iptv/regions/maghreb.m3u - Middle East and North Africa512https://iptv-org.github.io/iptv/regions/mena.m3u - Middle East465https://iptv-org.github.io/iptv/regions/mideast.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 America2350https://iptv-org.github.io/iptv/regions/noram.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 Asia253https://iptv-org.github.io/iptv/regions/sas.m3u - South America725https://iptv-org.github.io/iptv/regions/southam.m3u - Sub-Saharan Africa68https://iptv-org.github.io/iptv/regions/ssa.m3u - West Africa35https://iptv-org.github.io/iptv/regions/wafr.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 b8deb56e7..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) @@ -41,12 +41,12 @@ https://svs.itworkscdn.net/alwoustalive/alwoustatv.smil/playlist.m3u8 https://ikomg1.s.llnwi.net/alyaumtv/playlist.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkArabic.ae" status="online",Cartoon Network Arabia (1080p) https://shls-cartoon-net-prod-dub.shahid.net/out/v1/dc4aa87372374325a66be458f29eab0f/index.m3u8 -#EXTINF:-1 tvg-id="CitrussTV.ae" status="error",Citruss TV (720p) [Geo-blocked] -https://citrusstv.akamaized.net/hls/live/687285/CTV/index.m3u8 -#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="blocked",CNBC Arabia (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/CNBCArabia -#EXTINF:-1 tvg-id="CNBCArabiya.ae" status="error",CNBC Arabia (1080p) +#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="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="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 #EXTINF:-1 tvg-id="DubaiRacing2.ae" status="online",Dubai Racing 2 (1080p) @@ -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 diff --git a/streams/al.m3u b/streams/al.m3u index ec960fe14..43c5e7be5 100644 --- a/streams/al.m3u +++ b/streams/al.m3u @@ -47,10 +47,10 @@ 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] diff --git a/streams/am.m3u b/streams/am.m3u index a1ff286d3..18d8e81bb 100644 --- a/streams/am.m3u +++ b/streams/am.m3u @@ -11,7 +11,7 @@ http://ott-cdn.ucom.am/s22/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaJanTV.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Ջան TV (480p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s42/index.m3u8 -#EXTINF:-1 tvg-id="ArmeniaKomedi.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Քոմեդի (480p) +#EXTINF:-1 tvg-id="ArmeniaKomedi.am" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Քոմեդի (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s32/index.m3u8 #EXTINF:-1 tvg-id="ArmeniaPremium.am" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Armenia Premium (1080p) @@ -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 9907e8c73..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,7 +59,7 @@ https://vivo.solumedia.com:19360/tv2salta/tv2salta.m3u8 https://stmvideo1.livecastv.com/canal2/canal2/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3LasHeras.ar" status="online",Canal 3 Las Heras (720p) https://stream.arcast.com.ar/canal3/canal3/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="online",CN3 Pinamar (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Canal3PinamarHD.ar" status="error",CN3 Pinamar (720p) [Not 24/7] https://wowza.telpin.com.ar:1935/canal3/canal3.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Canal3Rosario.ar" status="online",Canal 3 Rosario (704p) [Geo-blocked] https://59d52c5a5ce5e.streamlock.net:4443/canal3rosario/ngrp:canal3rosario_all/playlist.m3u8 @@ -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 @@ -109,11 +109,9 @@ https://panel.dattalive.com/8250/8250/playlist.m3u8 http://201.217.245.41:8081/testmelucas/canal9/playlist.m3u8 #EXTINF:-1 tvg-id="Canal9RioCuarto.ar" status="online",Canal 9 Río Cuarto https://streamcasthd.com:1936/canal9riocuartotv/canal9riocuartotv/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal9Televida.ar" status="error",Canal 9 Televida (720p) [Not 24/7] -https://5b3050bb1b2d8.streamlock.net/viviloendirecto2/canal9/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10Cordoba.ar" status="online",Canal 10 Córdoba (1080p) https://stream.arcast.live/canal10/ngrp:canal10_all/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10Neuquen.ar" status="timeout",Canal 10 Neuquén (480p) +#EXTINF:-1 tvg-id="Canal10Neuquen.ar" status="online",Canal 10 Neuquén (480p) https://stmv1.srvstm.com/tv10/tv10/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10Nortevision.ar" status="online",Canal10 Nortevision https://vivo.solumedia.com:19360/nortevision/nortevision.m3u8 @@ -121,10 +119,10 @@ https://vivo.solumedia.com:19360/nortevision/nortevision.m3u8 https://restreamer.el10tv.com/memfs/725003c4-79c2-4565-8311-f429db4f7777.m3u8 #EXTINF:-1 tvg-id="Canal10SanRafael.ar" status="online",Canal 10 San Rafael (480p) https://streamcasthd.com:1936/tvdiez/tvdiez/playlist.m3u8 -#EXTINF:-1 tvg-id="Canal10TVRioNegro.ar" status="online",Canal 10 Rio Negro -https://panel.dattalive.com/8204/8204/playlist.m3u8 #EXTINF:-1 tvg-id="Canal10TVRioNegro.ar" status="online",Canal 10 Rio Negro (720p) [Not 24/7] http://panel.dattalive.com:1935/8204/8204/playlist.m3u8 +#EXTINF:-1 tvg-id="Canal10TVRioNegro.ar" status="online",Canal 10 Rio Negro +https://panel.dattalive.com/8204/8204/playlist.m3u8 #EXTINF:-1 tvg-id="Canal11delaCosta.ar" status="online",Canal 11 de la Costa (720p) https://vivo.solumedia.com:19360/dadaproductora/dadaproductora.m3u8 #EXTINF:-1 tvg-id="Canal11LaRioja.ar" status="online",Canal 11 La Rioja (Fénix Multiplataforma) (360p) @@ -133,7 +131,7 @@ 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="error",Canal 13 La Rioja (480p) http://arcast.net:1935/mp/mp/playlist.m3u8 @@ -206,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 @@ -220,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 @@ -238,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 @@ -282,11 +280,11 @@ https://videostream.shockmedia.com.ar:19360/neotvdigital/neotvdigital.m3u8 https://unlimited1-us.dps.live/nettv/nettv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NETTV.ar" status="online",Net TV (720p) https://unlimited6-cl.dps.live/nettv/nettv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="NGFederal.ar" status="error",NG Federal (720p) +#EXTINF:-1 tvg-id="NGFederal.ar" status="online",NG Federal (720p) 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,11 +300,9 @@ https://vivo.solumedia.com:19360/retromagico/retromagico.m3u8 http://media.neuquen.gov.ar/rtn/television/media.m3u8 #EXTINF:-1 tvg-id="SantaFeCanal.ar" status="online",Santa Fe Canal (720p) https://api.new.livestream.com/accounts/22636012/events/8242619/live.m3u8 -#EXTINF:-1 tvg-id="SenalUrbana.ar" status="error",Señal Urbana -https://fullvideo.enlaweb.com.ar/video95/video95/playlist.m3u8 -#EXTINF:-1 tvg-id="SenillosaTV.ar" status="timeout",Senillosa TV (360p) +#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 @@ -340,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 @@ -354,15 +350,15 @@ 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 @@ -370,9 +366,9 @@ https://5f700d5b2c46f.streamlock.net/vertv/vertv/playlist.m3u8 https://cnnsanjuan.com:9999/zonda/zonda/playlist.m3u8 #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="LaNacionPlus.ar" status="online",La Nación+ (720p) +#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="LaNacionPlus.ar" 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="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/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 6c2def5ef..c3e634538 100644 --- a/streams/az.m3u +++ b/streams/az.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="error",Alvin Channel TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AlvinChannelTV.az" status="online",Alvin Channel TV (360p) [Not 24/7] http://cdn10-alvinchannel.yayin.com.tr/alvinchannel/alvinchannel/playlist.m3u8 #EXTINF:-1 tvg-id="ARB24.az" status="online",ARB 24 (1080p) [Not 24/7] http://85.132.81.184:8080/arb24/live1/index.m3u8 diff --git a/streams/ba.m3u b/streams/ba.m3u index 3e64132b8..675cdde36 100644 --- a/streams/ba.m3u +++ b/streams/ba.m3u @@ -13,7 +13,7 @@ https://stream.rtvze.ba/live/123/123.m3u8 https://balkanmedia.dynu.net/hls/tv5web.m3u8 #EXTINF:-1 tvg-id="TVSlonExtra.ba" status="online",TV Slon Extra (1080p) [Not 24/7] http://31.47.0.130:8082 -#EXTINF:-1 tvg-id="TVSlonExtra.ba" status="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 @@ -23,5 +23,5 @@ http://webtvstream.bhtelecom.ba/malta.m3u8 https://prd-hometv-live-open.spectar.tv/ERO_1_083/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Super TV Media https://mirtv.club/live/mirtv/index.m3u8 -#EXTINF:-1 tvg-id="RTRSTV.ba" status="online",РТРС (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",РТРС (576p) [Geo-blocked] https://parh.rtrs.tv/tv/live/playlist.m3u8 diff --git a/streams/bd.m3u b/streams/bd.m3u index 19ed5511b..6b5dcf74f 100644 --- a/streams/bd.m3u +++ b/streams/bd.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ChannelT1.bd" status="error",Channel T1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ChannelT1.bd" status="online",Channel T1 (720p) [Not 24/7] http://irbtv.net/channelt1/1080/index.m3u8 #EXTINF:-1 tvg-id="EkusheyTV.bd" status="online",Ekushey TV (480p) https://ekusheyserver.com/etvlivesn.m3u8 diff --git a/streams/be.m3u b/streams/be.m3u index 042361dba..5346b971e 100644 --- a/streams/be.m3u +++ b/streams/be.m3u @@ -5,12 +5,12 @@ 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.mpd -#EXTINF:-1 tvg-id="KetnetJunior.be" status="error",Ketnet Junior (720p) https://content.uplynk.com/channel/e11a05356cc44198977436418ad71832.m3u8 +#EXTINF:-1 tvg-id="KetnetJunior.be" status="online",Ketnet Junior (720p) +https://content.uplynk.com/channel/e11a05356cc44198977436418ad71832.mpd #EXTINF:-1 tvg-id="MNM.be" status="timeout",MNM (720p) https://live-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9c07fa270/live.isml/.m3u8 #EXTINF:-1 tvg-id="Notele.be" status="online",Notele (576p) [Not 24/7] @@ -50,4 +50,4 @@ https://live-radio-cf-vrt.akamaized.net/groupa/live/bac277a1-306d-44a0-8e2e-e5b9 #EXTINF:-1 tvg-id="" status="online",VRT Radio StuBru https://live-radio-cf-vrt.akamaized.net/groupb/live/0f394a26-c87d-475e-8590-e9c6e79b28d9/live.isml/.mpd #EXTINF:-1 tvg-id="" status="online",VRT Radio StuBru -https://live-radio-cf-vrt.akamaized.net/groupb/live/0f394a26-c87d-475e-8590-e9c6e79b28d9/live.isml/.m3u8 \ No newline at end of file +https://live-radio-cf-vrt.akamaized.net/groupb/live/0f394a26-c87d-475e-8590-e9c6e79b28d9/live.isml/.m3u8 diff --git a/streams/bg.m3u b/streams/bg.m3u index 201d873a2..a9319bdf8 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 diff --git a/streams/bo.m3u b/streams/bo.m3u index 3d2164670..1a45235cc 100644 --- a/streams/bo.m3u +++ b/streams/bo.m3u @@ -27,7 +27,7 @@ https://livefocamundo.com:8081/megavisiontv/index.m3u8 https://master.tucableip.com/pat/playlist.m3u8 #EXTINF:-1 tvg-id="RedADvenirTV.bo" status="online",Red Advenir (360p) [Not 24/7] http://streamer1.streamhost.org:1935/salive/GMIredadvenirm/playlist.m3u8 -#EXTINF:-1 tvg-id="RedUnoHD.bo" status="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 @@ -45,9 +45,9 @@ http://136.243.3.70:1935/TvUniversitaria/TvUniversitaria/playlist.m3u8 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="error",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="error",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="online",XTOTV (404p) [Not 24/7] http://www.channel.tevemi.com:1935/XtoTv/XtoTv/playlist.m3u8 @@ -60,4 +60,4 @@ http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vid #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 +https://d2byzrnrdb259r.cloudfront.net/hls/upptv.m3u8 \ No newline at end of file diff --git a/streams/br.m3u b/streams/br.m3u index 25eac65a0..99545298f 100644 --- a/streams/br.m3u +++ b/streams/br.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1001Noites.br" status="error",1001 Noites (720p) [Not 24/7] +#EXTINF:-1 tvg-id="1001Noites.br" status="online",1001 Noites (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8155/ngrp:LVW8155_41E1ciuCvO_all/playlist.m3u8 #EXTINF:-1 tvg-id="AgroBrasilTV.br" status="online",AgroBrasil TV (720p) [Not 24/7] http://45.162.230.234:1935/agrobrasiltv/agrobrasiltv/playlist.m3u8 @@ -20,9 +20,9 @@ https://evpp.mm.uol.com.br/geob_band/app/playlist.m3u8 #EXTINF:-1 tvg-id="Band.br" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Band (1080p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/geob_band/band/playlist.m3u8 -#EXTINF:-1 tvg-id="BoasNovas.br" status="error",Boas Novas (720p) +#EXTINF:-1 tvg-id="BoasNovas.br" status="online",Boas Novas (720p) https://cdn.jmvstream.com/w/LVW-9375/LVW9375_6i0wPBCHYc/playlist.m3u8 -#EXTINF:-1 tvg-id="BoaVontadeTV.br" status="online",Boa Vontade TV (1080p) +#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 @@ -48,10 +48,6 @@ https://5b33b873179a2.streamlock.net:1443/catve2/catve2/playlist.m3u8 https://5b33b873179a2.streamlock.net:1443/radiocamera/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="CatveMasterTV.br" status="timeout",Catve Master TV (720p) [Not 24/7] https://5b33b873179a2.streamlock.net:1443/mastertv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="CBNRio.br" status="error",CBN Rio (720p) -https://medias.sgr.globo.com/hls/vCBNRJ/vCBNRJ.m3u8 -#EXTINF:-1 tvg-id="CBNSaoPaulo.br" status="error",CBN São Paulo (720p) -https://medias.sgr.globo.com/hls/vCBNSP/vCBNSP.m3u8 #EXTINF:-1 tvg-id="CentralTV.br" status="online",Central TV (720p) https://cdn-centraltv-11366.ciclano.io:1443/centraltv-11366/centraltv-11366/playlist.m3u8 #EXTINF:-1 tvg-id="COMBrasil.br" status="online",COM Brasil (720p) [Not 24/7] @@ -74,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 @@ -110,9 +106,9 @@ https://playplusspo-lh.akamaihd.net/i/pp_sp@350176/index_720_av-p.m3u8 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="error",Rede Brasil de Comunicação (720p) [Not 24/7] +#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="online",Rede CNT (Curitiba) (180p) [Not 24/7] https://dd8umsy8yf96u.cloudfront.net/live/cnt-curitiba.m3u8 @@ -122,35 +118,35 @@ https://d1s664t39qub1o.cloudfront.net/live/cnt-londrina_360p614k/index.m3u8 https://d1s664t39qub1o.cloudfront.net/live/cnt-manaus_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTPortoAlegre.br" status="online",Rede CNT Porto Alegre (360p) https://d1s664t39qub1o.cloudfront.net/live/cnt-caxias_360p614k/index.m3u8 -#EXTINF:-1 tvg-id="RedeCNTRioBranco.br" status="online",Rede CNT Rio Branco (360p) +#EXTINF:-1 tvg-id="RedeCNTRioBranco.br" status="error",Rede CNT Rio Branco (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-riobranco_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTRiodeJaneiro.br" status="online",Rede CNT Rio de Janiero (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-rio_360p614k/index.m3u8 #EXTINF:-1 tvg-id="RedeCNTSalvador.br" status="online",Rede CNT Salvador (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-salvador_360p614k/index.m3u8 -#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT (São Paulo) (360p) [Not 24/7] -https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8 #EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT Sao Paulo (360p) https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana_360p614k/index.m3u8 +#EXTINF:-1 tvg-id="RedeCNTSaoPaulo.br" status="online",Rede CNT (São Paulo) (360p) [Not 24/7] +https://dd8umsy8yf96u.cloudfront.net/live/cnt-americana.m3u8 #EXTINF:-1 tvg-id="RedeFamilia.br" status="online",Rede Família (720p) [Not 24/7] https://5a1c76baf08c0.streamlock.net/familia/smil:familia.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeGospel.br" status="online",Rede Gospel (720p) [Not 24/7] +#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 #EXTINF:-1 tvg-id="RedeRC.br" status="online",Rede RC (720p) [Not 24/7] http://tv02.logicahost.com.br:1935/rederc/rederc/live.m3u8 -#EXTINF:-1 tvg-id="RedeSeculo21.br" status="error",Rede Século 21 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RedeSeculo21.br" status="online",Rede Século 21 (1080p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-10024/ngrp:LVW10024_H3QLdAY6kx_all/playlist.m3u8 -#EXTINF:-1 tvg-id="RedeSuper.br" status="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 @@ -160,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 @@ -190,13 +186,13 @@ https://streaming.al.mt.gov.br/test/index.m3u8 https://59e4b6c1beddc.streamlock.net/ronaldoalepi/ronaldoalepi/playlist.m3u8 #EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) http://tv02.logicahost.com.br:1935/tvdigitalbirigui/tvdigitalbirigui/live.m3u8 -#EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) -https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (640p) https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/_definst_/tvdigitalbirigui/playlist.m3u8 +#EXTINF:-1 tvg-id="TVBirigui.br" status="online",TV Birigui (320p) +https://59f2354c05961.streamlock.net:1443/tvdigitalbirigui/tvdigitalbirigui/playlist.m3u8 #EXTINF:-1 tvg-id="TVBNO.br" status="online",TV BNO (270p) [Not 24/7] http://tv02.logicahost.com.br:1935/bonner/bonner/live.m3u8 -#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 @@ -204,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,13 +228,13 @@ http://streaming.procergs.com.br:1935/tve/stve/playlist.m3u8 http://stream2.ba.gov.br/hls-live/livepkgr/_definst_/irdeb/pgm-1.m3u8 #EXTINF:-1 tvg-id="TVEvangelizar.br" status="online",TV Evangelizar (480p) https://5f593df7851db.streamlock.net/evangelizar/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="TVFuturo.br" status="online",TV Futuro (1080p) +#EXTINF:-1 tvg-id="TVFuturo.br" status="error",TV Futuro (1080p) https://streaming03.zas.media:1936/tvfuturo/tvfuturo/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGalegaBlumenau.br" status="error",TV Galega Blumenau (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVGalegaBlumenau.br" status="online",TV Galega Blumenau (720p) [Not 24/7] https://cdn.jmvstream.com/w/LVW-8538/LVW8538_KBtZ9UMIZn/playlist.m3u8 -#EXTINF:-1 tvg-id="TVGazeta.br" status="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="error",TV Gideoes (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVGideoes.br" status="online",TV Gideoes (1080p) [Not 24/7] https://streaming01.zas.media/gideoes/programacao/playlist.m3u8 #EXTINF:-1 tvg-id="TVGuara.br" status="online",TV Guará (720p) [Not 24/7] https://video02.logicahost.com.br/tvguara23/tvguara23/playlist.m3u8 @@ -290,13 +286,13 @@ 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="error",TV UFG (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TVUFG.br" status="online",TV UFG (720p) [Not 24/7] http://flash.softhost.com.br:1935/ufg/tvufgweb/playlist.m3u8 #EXTINF:-1 tvg-id="TVUniaoFortaleza.br" status="online",TV União (720p) [Not 24/7] https://596639ebdd89b.streamlock.net/tvuniao/tvuniao/playlist.m3u8 -#EXTINF:-1 tvg-id="TVUniSantos.br" status="online",TV UniSantos (240p) [Not 24/7] +#EXTINF:-1 tvg-id="TVUniSantos.br" status="error",TV UniSantos (240p) [Not 24/7] http://live.cdn.upx.com/7550/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="TVVerdesCampos.br" status="online",TV Verdes Campos (360p) [Not 24/7] https://596639ebdd89b.streamlock.net/8124/8124/playlist.m3u8 @@ -305,14 +301,12 @@ http://unitvaovivo.ufrgs.br:8080/live.ogg #EXTINF:-1 tvg-id="" status="blocked" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",Bandnews (720p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://evpp.mm.uol.com.br/geob_band/bandnewstv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",BM&C [Not 24/7] +#EXTINF:-1 tvg-id="" status="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="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) diff --git a/streams/br_pluto.m3u b/streams/br_pluto.m3u index a787bfd6d..b2cef316f 100644 --- a/streams/br_pluto.m3u +++ b/streams/br_pluto.m3u @@ -4,9 +4,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f171d344 #EXTINF:-1 tvg-id="NickClassico.br" status="online",Pluto TV Classic Nick (Brazil) (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f12151794c1800007a8ae63&deviceLat=-23.5475&deviceLon=-46.6361&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=BR&serverSideAds=false&sid=730&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrClubBrazil.br" status="online",Pluto TV Nick Jr. Club (720p) -https://service-stitcher.clusters.pluto.tv/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) 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 b4ae81adb..fe55a9405 100644 --- a/streams/by.m3u +++ b/streams/by.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="8kanal.by" status="timeout",8 канал (Витебск) (576p) [Not 24/7] http://95.46.208.8:24433/art -#EXTINF:-1 tvg-id="Belarus3.by" status="online",Беларусь 3 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Belarus3.by" status="error",Беларусь 3 (1080p) [Not 24/7] https://ngtrk.dc.beltelecom.by/ngtrk/smil:belarus3.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Belarus4.by" status="timeout",Беларусь 4 (576p) http://95.46.208.8:26258/belarus4 diff --git a/streams/ca.m3u b/streams/ca.m3u index 4183dfbe0..e5a5e7b83 100644 --- a/streams/ca.m3u +++ b/streams/ca.m3u @@ -9,7 +9,7 @@ http://live.azstartv.com/azstar/smil:azstar.smil/playlist.m3u8 https://live.livestreamtv.ca/azstar/ngrp:azstar/playlist.m3u8 #EXTINF:-1 tvg-id="BBCTorontoGaundaPunjab.ca" status="online",BBC Toronto Gaunda Punjab (720p) [Not 24/7] http://start.agmediachandigarh.com/gaundapunjab/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="BelmediaTV.ca" status="error",Belmedia TV (1080p) +#EXTINF:-1 tvg-id="BelmediaTV.ca" status="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 @@ -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 @@ -115,9 +115,9 @@ 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="online",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="online",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="online",The Channel TV (1080p) [Not 24/7] https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeFzbF92YWxIZTO0U0ezN1IzMyfvcGVMZEJCTEFWeVN3PTOmdFsaWRtaW51aiPhnPTI/thechanneltv.stream/playlist.m3u8 @@ -135,3 +135,5 @@ https://uni6rtmp.tulix.tv/vbstv/vbsabr.smil/playlist.m3u8 https://wowzastream.westmancom.com/wcgtvlive/wcgtvPSA.stream/master.m3u8 #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",WATAN-E-MAA +https://5caf24a595d94.streamlock.net:1937/8132/8132/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 83651de19..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) @@ -33,7 +33,7 @@ https://lfmhd.vedge.infomaniak.com/livecast/lfmhd/playlist.m3u8 https://lfmmd.vedge.infomaniak.com/livecast/smil:lfmmd.smil/manifest.m3u8 #EXTINF:-1 tvg-id="Meteonews.ch" status="online",Meteonews (1080p) https://streaming.meteonews.net/hls/stream.m3u8 -#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="online",My Cinema Europe (576p) +#EXTINF:-1 tvg-id="MyCinemaEurope.ch" status="error",My Cinema Europe (576p) http://210.210.155.37/uq2663/h/h18/index.m3u8 #EXTINF:-1 tvg-id="OneTV.ch" status="online",One TV (720p) https://edge.vedge.infomaniak.com/livecast/ik:onefmmd/manifest.m3u8 @@ -53,8 +53,6 @@ https://event.vedge.infomaniak.com/livecast/event.stream/playlist.m3u8 https://rougetv.vedge.infomaniak.com/livecast/rougetv/playlist.m3u8 #EXTINF:-1 tvg-id="RoyalTV.ch" status="timeout",Royal TV (720p) http://source2.primetime.ch:2981/play/royaltv/index.m3u8 -#EXTINF:-1 tvg-id="Schweiz5.ch" status="error",Schweiz 5 (1080p) -https://stream.schweiz5.ch/schweiz52020/stream.m3u8 #EXTINF:-1 tvg-id="Tele1.ch" status="online",Tele 1 (1080p) https://cdnapisec.kaltura.com/p/1719221/sp/171922100/playManifest/entryId/1_xias5bqq/format/applehttp/protocol/https/a.m3u8 #EXTINF:-1 tvg-id="Telebasel.ch" status="online",Telebasel (432p) diff --git a/streams/cl.m3u b/streams/cl.m3u index b6ea89222..77d36a1ba 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 @@ -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,14 +85,14 @@ 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 Señal 3 (720p) [Not 24/7] +https://stream.wifispeed.cl:3852/live/energeeklive.m3u8 +#EXTINF:-1 tvg-id="EnerGeek3.cl" status="online",EnerGeek Señal 3 (720p) [Not 24/7] +https://wifispeed.trapemn.tv:1936/infantil/energeek-tres/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeekFanpop.cl" status="online",EnerGeek Fanpop (720p) [Not 24/7] https://stream.wifispeed.cl:3247/live/energeek2live.m3u8 #EXTINF:-1 tvg-id="EnerGeekFanpop.cl" status="online",EnerGeek Fanpop (720p) [Not 24/7] https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 -#EXTINF:-1 tvg-id="EnerGeek3.cl" status="online",EnerGeek Wowly (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] -https://wifispeed.trapemn.tv:1936/infantil/energeek-tres/playlist.m3u8 #EXTINF:-1 tvg-id="EnerGeekRadio.cl" status="online",EnerGeek Radio (720p) [Not 24/7] https://streamtest.energeek.cl/hls/stream.m3u8 #EXTINF:-1 tvg-id="EstacionTV.cl" status="timeout",Estación TV (720p) @@ -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 @@ -205,25 +205,25 @@ 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="online",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 -#EXTINF:-1 tvg-id="Tevex.cl" status="error",Tevex (720p) [Not 24/7] +#EXTINF:-1 tvg-id="Tevex.cl" status="online",Tevex (720p) [Not 24/7] https://v4.tustreaming.cl/tevexinter/index.m3u8 -#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="error",Thema Televisión (La Serena) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="online",Thema Televisión (La Serena) (720p) [Not 24/7] https://unlimited1-us.dps.live/thema/thema.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="error",Thema Televisión (La Serena) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ThemaTelevision.cl" status="online",Thema Televisión (La Serena) (720p) [Not 24/7] https://unlimited6-cl.dps.live/thema/thema.smil/playlist.m3u8 #EXTINF:-1 tvg-id="TNE.cl" status="online",TNE (720p) [Not 24/7] https://v2.tustreaming.cl/tnetv/index.m3u8 @@ -269,7 +269,7 @@ http://cl.origin.grupoz.cl/uestv/live/playlist.m3u8 http://edge1.cl.grupoz.cl/uestv/live/playlist.m3u8 #EXTINF:-1 tvg-id="UESTV.cl" status="timeout",UESTV (720p) https://tls.cdnz.cl/uestv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="ULosLagosTV.cl" status="online",U Los Lagos TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="ULosLagosTV.cl" status="error",U Los Lagos TV (1080p) [Not 24/7] http://tv.ulagos.cl/web/live.m3u8 #EXTINF:-1 tvg-id="UMAGTV.cl" status="timeout",UMAGTV Televisión (Punta Arenas) (720p) http://edge1.cl.grupoz.cl/tser5/live/playlist.m3u8 @@ -291,17 +291,15 @@ 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="EnerGeekFanpop.cl" status="online",EnerGeek Fanpop (720p) [Not 24/7] https://stream.wifispeed.cl:3247/live/energeek2live.m3u8 -#EXTINF:-1 tvg-id="EnerGeekFanpop.cl" status="online",EnerGeek Fanpop (720p) [Not 24/7] -https://wifispeed.trapemn.tv:1936/infantil/energeek-2/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",PlanetaTV 90s (720p) https://mediacpstreamchile.com:1936/8102/8102/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Región Televisión Ñuble (Chillán) (720p) [Not 24/7] -https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8 +https://live.tvcontrolcp.com:1936/guzman/guzman/playlist.m3u8 \ No newline at end of file diff --git a/streams/cn.m3u b/streams/cn.m3u index 3e99e0ab6..3e720cbca 100644 --- a/streams/cn.m3u +++ b/streams/cn.m3u @@ -13,8 +13,6 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=29&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv1/HD-2500k-1080P-cctv1 -#EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (576p) -http://183.207.248.71/gitv/live1/G_CCTV-1/G_CCTV-1 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) http://183.207.249.9/PLTV/3/224/3221225530/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) @@ -39,6 +37,8 @@ http://223.110.245.170/PLTV/3/224/3221226316/index.m3u8 http://223.110.245.173/PLTV/4/224/3221227375/index.m3u8 #EXTINF:-1 tvg-id="CCTV1.cn" status="timeout",CCTV-1综合 (1080p) http://183.207.248.71/cntv/live1/cctv-1/cctv-1 +#EXTINF:-1 tvg-id="CCTV1.cn" status="error",CCTV-1综合 (576p) +http://183.207.248.71/gitv/live1/G_CCTV-1/G_CCTV-1 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225619/index.m3u8 #EXTINF:-1 tvg-id="CCTV2.cn" status="online",CCTV-2财经 (1080p) @@ -91,7 +91,7 @@ http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221227295/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225588/index.m3u8 #EXTINF:-1 tvg-id="CCTV3.cn" status="timeout",CCTV-3综艺 (576p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221226360/index.m3u8 -#EXTINF:-1 tvg-id="CCTV4Asia.cn" status="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 @@ -227,8 +227,6 @@ http://183.207.248.35/PLTV/3/224/3221227205/index.m3u8 http://39.134.39.39/PLTV/88888888/224/3221226257/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=21&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (576p) -http://183.207.248.71/gitv/live1/G_CCTV-8/G_CCTV-8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) http://223.110.243.171/PLTV/3/224/3221227204/index.m3u8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) @@ -249,6 +247,8 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227204/index.m3u8 http://183.207.248.71/cntv/live1/cctv-8/cctv-8 #EXTINF:-1 tvg-id="CCTV8.cn" status="timeout",CCTV-8电视剧 (1080p) [Not 24/7] http://183.207.248.71/cntv/live1/HD-2500k-1080P-cctv8/HD-2500k-1080P-cctv8 +#EXTINF:-1 tvg-id="CCTV8.cn" status="error",CCTV-8电视剧 (576p) +http://183.207.248.71/gitv/live1/G_CCTV-8/G_CCTV-8 #EXTINF:-1 tvg-id="CCTV9.cn" status="online",CCTV-9纪录 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225646/index.m3u8 #EXTINF:-1 tvg-id="CCTV9.cn" status="online",CCTV-9纪录 (1080p) @@ -383,13 +383,13 @@ http://live.cztv.cc:85/live/xwpd.m3u8 http://live.cztv.cc:85/live/ggpd.m3u8 #EXTINF:-1 tvg-id="ChuzhouScienceEducationChannel.cn" status="online",滁州市广播电视台 科教频道 (400p) http://live.cztv.cc:85/live/sjpd.m3u8 -#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="error",Dragon TV International (360p) +#EXTINF:-1 tvg-id="DragonTVInternational.cn" status="online",Dragon TV International (360p) http://210.210.155.37/x6bnqe/s/s29/index.m3u8 #EXTINF:-1 tvg-id="ToonmaxTV.cn" status="online",Toonmax TV (576p) 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 @@ -404,6 +404,8 @@ http://183.207.248.71/gitv/live1/CCTV-4/CCTV-4 #EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225621/index.m3u8 #EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) +http://39.135.138.59:18890/PLTV/88888910/224/3221225621/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",CCTV-4中文国际 (1080p) http://117.169.120.140:8080/live/cctv-4/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://183.207.248.71/cntv/live1/cctv-4/cctv-4 @@ -417,8 +419,6 @@ http://223.110.245.163/ott.js.chinamobile.com/PLTV/3/224/3221227378/index.m3u8 http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225534/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) http://223.110.245.170/PLTV/3/224/3221225534/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) -http://39.135.138.59:18890/PLTV/88888910/224/3221225621/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=26&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",CCTV-4中文国际 (1080p) [Not 24/7] @@ -528,10 +528,10 @@ http://112.25.48.68/live/program/live/xwzhhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="timeout",上海第一财经 (1080p) [Not 24/7] http://112.25.48.68/live/program/live/dycjhd/4000000/mnf.m3u8 #EXTINF:-1 tvg-id="" status="online",上海纪实 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225655/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",上海纪实 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225654/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",上海这一刻魔都眼 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",上海纪实 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225655/index.m3u8 +#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 @@ -613,6 +613,8 @@ http://tvdrs.wsrtv.com.cn:8100/channellive/ch1.flv http://file.hhtv.cc/cms/videos/nmip-media/channellive/channel1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",云南卫视 (540p) http://112.25.48.68/live/program/live/ynws/1300000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="online",云南卫视 (576p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225664/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",云南卫视 (576p) http://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=110&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) @@ -625,8 +627,6 @@ http://223.110.245.157/ott.js.chinamobile.com/PLTV/3/224/3221225591/index.m3u8 http://223.110.245.159/ott.js.chinamobile.com/PLTV/3/224/3221225838/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",云南卫视 (576p) http://223.110.245.173/PLTV/4/224/3221225838/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",云南卫视 (576p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225664/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",云南卫视 (576p) [Not 24/7] http://183.207.248.71/cntv/live1/yunnanstv/yunnanstv #EXTINF:-1 tvg-id="" status="blocked",云南卫视 (1080p) @@ -783,7 +783,7 @@ http://222.178.181.121:12034/beibei01.m3u8 https://live-hls-web-aje.getaj.net/AJE/01.m3u8 #EXTINF:-1 tvg-id="" status="timeout",华亭电视台 (1080p) http://117.156.28.119/270000001111/1110000148/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",华数 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",华数 (720p) [Not 24/7] http://hls-ott-zhibo.wasu.tv/live/442/index.m3u8 #EXTINF:-1 tvg-id="" status="online",南京信息 (720p) http://live.nbs.cn/channels/njtv/xxpd/m3u8:500k/live.m3u8 @@ -871,13 +871,13 @@ http://mobile.ccdntech.com/transcoder/_definst_/vod164_Live/live/playlist.m3u8 http://223.110.245.139/PLTV/4/224/3221227009/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",嘉佳卡通 (广东) (540p) [Not 24/7] http://112.25.48.68/live/program/live/jjkt/1300000/mnf.m3u8 -#EXTINF:-1 tvg-id="" status="error",四川 Ⅰ 四川影视台 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川影视台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv5/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川 Ⅰ 四川新闻台 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv4/index.m3u8 #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 @@ -893,20 +893,18 @@ http://scgctvshow.sctv.com/hdlive/sctv9/index.m3u8 http://125.210.152.18:9090/live/SCWSHD_H265.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (540p) http://112.25.48.68/live/program/live/scws/1300000/mnf.m3u8 +#EXTINF:-1 tvg-id="" status="online",四川卫视 (576p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225733/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (576p) http://183.207.248.71/gitv/live1/SCWS/SCWS #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (576p) http://223.110.245.145/ott.js.chinamobile.com/PLTV/3/224/3221225814/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",四川卫视 (576p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225733/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",四川卫视 (1080p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=3&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="error",四川妇女儿童 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",四川妇女儿童 (720p) [Not 24/7] http://scgctvshow.sctv.com/hdlive/sctv7/index.m3u8 #EXTINF:-1 tvg-id="" status="online",四平新闻综合 [Geo-blocked] http://stream2.jlntv.cn/sptv/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",增城綜合 (1080p) -http://202.168.164.38:8083/videos/live/19/27/QEQXMtU5AUpwo/QEQXMtU5AUpwo.m3u8 #EXTINF:-1 tvg-id="" status="blocked",大冶一套 [Geo-blocked] http://dayeyun.live.tempsource.cjyun.org/videotmp/s10102-TC1T.m3u8 #EXTINF:-1 tvg-id="" status="blocked",大冶二套 [Geo-blocked] @@ -949,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 @@ -1081,7 +1079,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225730/index.m3u8 http://117.169.120.140:8080/live/shanxistv/.m3u8 #EXTINF:-1 tvg-id="" status="timeout",山西卫视 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=144&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= -#EXTINF:-1 tvg-id="" status="online",岳阳公共 (576p) +#EXTINF:-1 tvg-id="" status="timeout",岳阳公共 (576p) http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8?BVUUID=C236454D-5355-2F5F-FA96-1887C72E55CE&auth=654837809071524@615@2E9A5FD0B225B012E3178551CF3754A8 #EXTINF:-1 tvg-id="" status="timeout",岷县电视台 (1080p) http://117.156.28.119/270000001111/1110000130/index.m3u8 @@ -1112,6 +1110,8 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif #EXTINF:-1 tvg-id="" status="timeout",广东南方卫视地面 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=9&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="online",广东卫视 (1080p) +http://39.134.115.163:8080/PLTV/88888910/224/3221225701/index.m3u8 +#EXTINF:-1 tvg-id="" status="online",广东卫视 (1080p) http://39.134.115.163:8080/PLTV/88888910/224/3221225742/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",广东卫视 (1080p) http://112.25.48.68/live/program/live/gdwshd/4000000/mnf.m3u8 @@ -1127,8 +1127,6 @@ http://223.110.245.170/PLTV/3/224/3221227249/index.m3u8 http://223.110.245.172/PLTV/4/224/3221227399/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",广东卫视 (1080p) http://223.110.254.195:6610/cntv/live1/HD-2500k-1080P-guangdongstv/HD-2500k-1080P-guangdongstv/1.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",广东卫视 (1080p) -http://39.134.115.163:8080/PLTV/88888910/224/3221225701/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",广东嘉佳卡通 (576p) http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=130&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) @@ -1181,7 +1179,7 @@ http://ott.js.chinamobile.com/PLTV/3/224/3221227002/index.m3u8 http://live.ybtvyun.com/video/s10016-7e5f23de35df/index.m3u8 #EXTINF:-1 tvg-id="" status="online",延边新闻综合 [Geo-blocked] http://stream2.jlntv.cn/jlyb/sd/live.m3u8 -#EXTINF:-1 tvg-id="" status="error",建安电视台 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",建安电视台 (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/11003-1.m3u8 #EXTINF:-1 tvg-id="" status="timeout",弈坛春秋 (576p) http://223.110.245.139/PLTV/4/224/3221227031/index.m3u8 @@ -1203,20 +1201,12 @@ http://183.207.249.7/PLTV/3/224/3221225949/index.m3u8 http://223.110.245.151/ott.js.chinamobile.com/PLTV/3/224/3221225949/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州-4 (1080p) http://183.207.249.15/PLTV/3/224/3221225951/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",徐州公共頻道 (720p) -http://stream1.huaihai.tv/ggpd/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州公共頻道 (1080p) http://183.207.248.11/PLTV/3/224/3221225951/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",徐州影视 (720p) -http://stream1.huaihai.tv/wyys/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",徐州新聞綜合 (720p) -http://stream1.huaihai.tv/xwzh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",徐州新聞綜合 (1080p) http://183.207.248.11/PLTV/3/224/3221225945/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州新聞綜合 (1080p) http://223.110.245.165/ott.js.chinamobile.com/PLTV/3/224/3221225945/index.m3u8 -#EXTINF:-1 tvg-id="" status="error",徐州生活 (240p) -http://stream1.huaihai.tv/jjsh/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州經濟生活 (1080p) http://223.110.245.167/ott.js.chinamobile.com/PLTV/3/224/3221225947/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",徐州贾汪旅游 (576p) @@ -1279,11 +1269,11 @@ http://183.207.248.71/gitv/live1/G_XINJIANG/G_XINJIANG http://183.207.249.15/PLTV/3/224/3221225523/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",新疆卫视 (576p) http://223.110.243.136/PLTV/3/224/3221225523/index.m3u8 -#EXTINF:-1 tvg-id="" status="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="blocked",新疆汉语信息服务 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb11.m3u8 -#EXTINF:-1 tvg-id="" status="blocked",新疆汉语综艺 (720p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="timeout",新疆汉语综艺 (720p) [Geo-blocked] http://livehyw5.chinamcache.com/hyw/zb04.m3u8 #EXTINF:-1 tvg-id="" status="online",新郑综合 (1080p) [Not 24/7] http://live.dxhmt.cn:9081/tv/10184-1.m3u8 @@ -1305,7 +1295,7 @@ http://218.202.220.2:5000/nn_live.ts?id=STARTV http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=234&FvSeid=1&Fsv_ctype=LIVES&Fsv_otype=1&Provider_id=0&Pcontent_id=8114.m3u8 #EXTINF:-1 tvg-id="" status="online",晋中公共 (1080p) [Not 24/7] http://jzlive.jztvnews.com:90/live/jzgg.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",晋中综合 (1080p) +#EXTINF:-1 tvg-id="" status="online",晋中综合 (1080p) http://jzlive.jztvnews.com:90/live/jzzh.m3u8 #EXTINF:-1 tvg-id="" status="online",景县电视一套 (360p) [Not 24/7] http://hbjx.chinashadt.com:1935/live/stream:jx1.stream_360p/playlist.m3u8 @@ -1425,7 +1415,7 @@ http://223.110.254.199:6610/cntv/live1/jiangxistv/jiangxistv/1.m3u8 http://hebcx.chinashadt.com:2036/live/10002.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",沧县电视综合 (576p) http://hebcx.chinashadt.com:2036/live/10001.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",河北公共 (540p) +#EXTINF:-1 tvg-id="" status="timeout",河北公共 (540p) http://live7.plus.hebtv.com/hbggx/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",河北农民 (240p) http://live3.plus.hebtv.com/nmpdx/playlist.m3u8 @@ -1473,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 @@ -1667,9 +1657,9 @@ http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_Shif http://116.199.5.51:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=70&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= #EXTINF:-1 tvg-id="" status="timeout",湖南都市 (576p) http://hnsd.chinashadt.com:2036/live/stream:hunandushi.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",湘潭公共 (576p) +#EXTINF:-1 tvg-id="" status="timeout",湘潭公共 (576p) http://live.hnxttv.com:9601/live/dspd/800K/tzwj_video.m3u8 -#EXTINF:-1 tvg-id="" status="online",湘潭新闻综合 (720p) +#EXTINF:-1 tvg-id="" status="timeout",湘潭新闻综合 (720p) http://live.hnxttv.com:9601/live/xwzh/800K/tzwj_video.m3u8 #EXTINF:-1 tvg-id="" status="timeout",滁州公共 (450p) http://183.167.193.45:1935/live/cztvgg/playlist.m3u8 @@ -1839,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 @@ -1893,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 @@ -2003,7 +1993,7 @@ http://39.134.115.163:8080/PLTV/88888910/224/3221225729/index.m3u8 http://223.110.245.139/PLTV/4/224/3221227022/index.m3u8 #EXTINF:-1 tvg-id="" status="online",隆化影视 (576p) http://hblh.chinashadt.com:2036/live/stream:lh2.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",隆化综合 (576p) +#EXTINF:-1 tvg-id="" status="online",隆化综合 (576p) http://hblh.chinashadt.com:2036/live/stream:lh1.stream/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",隨州綜合 (720p) [Not 24/7] http://34766.hlsplay.aodianyun.com/guangdianyun_34766/tv_channel_304.m3u8 diff --git a/streams/co.m3u b/streams/co.m3u index 64ad2092a..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 @@ -72,7 +78,7 @@ https://liveingesta118.cdnmedia.tv/teleantioquialive/smil:dvrlive.smil/playlist. https://liveingesta118.cdnmedia.tv/telecafelive/smil:dvrlive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Telecaribe.co" status="online",Telecaribe (Puerto Colombia | Atlántico) (720p) https://tkx.mp.lura.live/rest/v2/mcp/video/adstB64MXYxqLZwy?anvack=4gXmVVoVIp3YeECJWm6af3j0mlHwl6vO&eud=SKjoH1L/9Enwo5zQBiBTRfTSNGfENMNO6udm4CQNVvix/L9XX8kucBOvzWalIghNrL5GllGH8ou17ICYGv29Rg== -#EXTINF:-1 tvg-id="Teleislas.co" status="error",Teleislas (San Andrés) (486p) [Not 24/7] +#EXTINF:-1 tvg-id="Teleislas.co" status="online",Teleislas (San Andrés) (486p) [Not 24/7] https://5ab772334c39c.streamlock.net/live-teleislas/teleislas/playlist.m3u8 #EXTINF:-1 tvg-id="Telemedellin.co" status="online",Telemedellin (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://player.instantvideocloud.net/ @@ -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="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 32fd10738..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,9 +33,9 @@ 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="online",Tele Uno (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TeleUno.cr" status="error",Tele Uno (720p) [Not 24/7] http://tv.teleunotv.cr:1935/TVUNO/TVUNO/playlist.m3u8 #EXTINF:-1 tvg-id="TVN14.cr" status="online",Canal 14 San Carlos (720p) http://tvn.obix.tv:1935/TVN/CH14.stream_720p/playlist.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/cw.m3u b/streams/cw.m3u index 481c9f0c5..41eedfbb5 100644 --- a/streams/cw.m3u +++ b/streams/cw.m3u @@ -4,9 +4,9 @@ https://seswa.bonce.tv/hls/bonceswa.m3u8 #EXTINF:-1 tvg-id="NosPais.cw" status="online",Nos Païs (720p) [Not 24/7] http://highvolume04.streampartner.nl/nos_pais_24_7/nos_pais_24_7/playlist.m3u8 #EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraçao (720p) -https://streannlivecariflix.cachefly.net/cariflix1/cariflix1/playlist.m3u8 -#EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraçao (720p) http://ott.streann.com:8080/loadbalancer/services/public/channels/5ed71e232cdc24a3d08cd6de/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleCuracao.cw" status="online",TeleCuraçao (720p) +https://streannlivecariflix.cachefly.net/cariflix1/cariflix1/playlist.m3u8 #EXTINF:-1 tvg-id="TVDirect13.cw" status="online",TV Direct 13 (720p) [Not 24/7] https://edge1.tvdirect13.com/live/smil:mystream.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Intermediate League Curacao diff --git a/streams/cy.m3u b/streams/cy.m3u index 196041423..12204c3b8 100644 --- a/streams/cy.m3u +++ b/streams/cy.m3u @@ -63,5 +63,5 @@ http://kuzeykibris.tv/m3u8/tv_kktv.m3u8 http://web.onair-radio.eu:1935/video/video/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Vouli TV (1080p) https://dev.aftermind.xyz/hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEqu -#EXTINF:-1 tvg-id="" status="timeout",Vouli TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Vouli TV (1080p) [Not 24/7] https://dev.aftermind.xyz/edge-hls/unitrust/voulitv/index.m3u8?token=8TXWzhY3h6jrzqEqu diff --git a/streams/cz.m3u b/streams/cz.m3u index fe50e1a35..8729c95a5 100644 --- a/streams/cz.m3u +++ b/streams/cz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p) +#EXTINF:-1 tvg-id="CurrentTimeTV.cz" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Настоящее Время (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s61/index.m3u8 #EXTINF:-1 tvg-id="ElektrikaTV.cz" status="online",Elektrika TV (360p) diff --git a/streams/de.m3u b/streams/de.m3u index 3f9ad7c8e..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] @@ -289,7 +289,7 @@ https://5852afe96c9bb.streamlock.net/studio47-live/_definst_/mp4:livestream/play https://5852afe96c9bb.streamlock.net/studio47-live/mp4:livestream/playlist.m3u8 #EXTINF:-1 tvg-id="SWR3VisualRadio.de" status="online",SWR 3 Visual Radio (720p) https://swrswr3vr-hls.akamaized.net/hls/live/2018683/swr3vr/master.m3u8 -#EXTINF:-1 tvg-id="tagesschau24.de" status="online",Tagesschau 24 (720p) +#EXTINF:-1 tvg-id="tagesschau24.de" status="timeout",Tagesschau 24 (720p) https://tagesschau.akamaized.net/hls/live/2020115/tagesschau/tagesschau_1/master.m3u8 #EXTINF:-1 tvg-id="TeinsTV.de" status="online",Teins TV (1080p) [Not 24/7] https://live1.markenfunk.com/t1/live/playlist.m3u8 diff --git a/streams/de_adultswim.m3u b/streams/de_adultswim.m3u index 255584b78..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 diff --git a/streams/de_pluto.m3u b/streams/de_pluto.m3u index 401b77f6b..9664284d8 100644 --- a/streams/de_pluto.m3u +++ b/streams/de_pluto.m3u @@ -53,18 +53,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc2bdfec https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5caf325764025859afdd6c4d&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=2&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cd149f021cb6c55e258bbe8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5cd149f021cb6c55e258bbe8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=375760ce-ac7c-4306-818c-98562edc8da5&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (Germany) (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ab2b456c8cf265ce921&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=405&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767ab2b456c8cf265ce921&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=7e35daaa-06ef-11eb-9df2-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (720p) [Not 24/7] 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="PlutoTVSitcomsGermany.de" status="online",Pluto TV Sitcoms (Germany) (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ab2b456c8cf265ce921/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d767ab2b456c8cf265ce921&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=405&terminate=false&userId= #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 e3a2a423d..68adf897c 100644 --- a/streams/do.m3u +++ b/streams/do.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="BajoTechoTV.do" status="online",Bajo Techo TV https://cdn4.hostlagarto.com:8081/static/bajotechotv/playlist.m3u8 -#EXTINF:-1 tvg-id="BonaoTV.do" status="error",Bonao TV +#EXTINF:-1 tvg-id="BonaoTV.do" status="online",Bonao TV https://ss5.domint.net:3026/btv_str/bonao/playlist.m3u8 #EXTINF:-1 tvg-id="Camara809.do" status="online",Camara 809 (720p) [Not 24/7] https://cm.hostlagarto.com:4445/camara809TV/camara809TV/playlist.m3u8 @@ -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 @@ -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] +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="TeleCibaoHD.do" status="blocked",TeleCibao (720p) [Not 24/7] -https://cm.hostlagarto.com:4445/Telecibao/Telecibao/playlist.m3u8 #EXTINF:-1 tvg-id="Telecontacto.do" status="online",Telecontacto https://vdo1.streamgato.us:3578/live/telecontactohdlive.m3u8 #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 a3d3ac1fd..d55a93077 100644 --- a/streams/dz.m3u +++ b/streams/dz.m3u @@ -7,20 +7,20 @@ 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="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] @@ -29,13 +29,13 @@ 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] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/SamiraTV/playlist.m3u8 -#EXTINF:-1 tvg-id="TV1.dz" status="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",El Djazair N1 [Geo-blocked] +#EXTINF:-1 tvg-id="TV1.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",El Djazair N1 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/PROGRAMME_NATIONAL/playlist.m3u8 #EXTINF:-1 tvg-id="TV2.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Canal Algérie [Geo-blocked] @@ -44,13 +44,13 @@ https://cdn02.hta.dz/abr_htatv/CANAL_ALGERIE/playlist.m3u8 #EXTINF:-1 tvg-id="TV3.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV3 [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 https://cdn02.hta.dz/abr_htatv/A3_HD/playlist.m3u8 -#EXTINF:-1 tvg-id="TV4.dz" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV4 [Geo-blocked] +#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="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Algérie TV6 [Geo-blocked] +#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="error" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",TV7 Elmaarifa [Geo-blocked] diff --git a/streams/ec.m3u b/streams/ec.m3u index 87ceb1cb4..8a0ea4e3c 100644 --- a/streams/ec.m3u +++ b/streams/ec.m3u @@ -9,9 +9,9 @@ https://mdstrm.com/live-stream-playlist/603ea23f928cc5255563012c.m3u8 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 b59e0dacc..6068975f6 100644 --- a/streams/eg.m3u +++ b/streams/eg.m3u @@ -1,15 +1,15 @@ #EXTM3U #EXTINF:-1 tvg-id="AghapyTV.eg" status="online",Aghapy TV (1080p) [Not 24/7] https://5b622f07944df.streamlock.net/aghapy.tv/aghapy.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="AlGhadTV.eg" status="online",Al Ghad (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AlGhadTV.eg" status="error",Al Ghad (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/alghadtv/live #EXTINF:-1 tvg-id="AlHayatTV.us" status="online",Al Hayat TV (720p) http://media.islamexplained.com:1935/live/_definst_mp4:ahme.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ATVSat.eg" status="online",ATVSat (1080p) [Not 24/7] https://stream.atvsat.com/atvsatlive/smil:atvsatlive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="CBC.eg" status="online",CBC (720p) [Not 24/7] +#EXTINF:-1 tvg-id="CBC.eg" status="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,17 +19,17 @@ 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 #EXTINF:-1 tvg-id="MekameleenTV.eg" status="online",Mekameleen TV (1080p) https://mn-nl.mncdn.com/mekameleen/smil:mekameleentv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MESatHD.eg" status="online",MESat (480p) [Not 24/7] +#EXTINF:-1 tvg-id="MESatHD.eg" status="error",MESat (480p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCg5uHOxrP5GkMWldOavPKGQ/live -#EXTINF:-1 tvg-id="NobleTV.eg" status="timeout",Noble TV (360p) +#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="error",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 157062d08..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 @@ -123,23 +123,13 @@ http://europa-crtvg.flumotion.com/playlist.m3u8 https://cloud.streamingconnect.tv:455/tbmadrid/tbmadrid.m3u8 #EXTINF:-1 tvg-id="GuadaTV.es" status="online",Guada TV (720p) [Not 24/7] https://cloud.streamingconnect.tv:455/guadatv/guadatv.m3u8 -#EXTINF:-1 tvg-id="HQMBaladas.es" status="error",HQM Baladas (1080p) -https://livelist01.yowi.tv/lista/5d7d2c21e0ec7a8a99fd1fdbc52cbdc0782f77fc/master.m3u8 -#EXTINF:-1 tvg-id="HQMFolk.es" status="error",HQM Folk (1080p) -https://livelist01.yowi.tv/lista/9f5310c179e8e840188d183be235f755b18cf703/master.m3u8 #EXTINF:-1 tvg-id="HQMHits.es" status="online",HQM Hits (1080p) https://livelist01.yowi.tv/lista/5e2db2017a8fd03f73b40ede363d1a586db4e9a6/master.m3u8 #EXTINF:-1 tvg-id="HQMPop.es" status="online",HQM Pop (1080p) https://livelist01.yowi.tv/lista/eb2fa68a058a701fa5bd2c80f6c8a6075896f71d/master.m3u8 -#EXTINF:-1 tvg-id="HQMRemember.es" status="error",HQM Remember (1080p) -https://livelist01.yowi.tv/lista/57c98e2e295a0b69b52dc5f84edc4b1b68783ba2/master.m3u8 -#EXTINF:-1 tvg-id="HQMRock.es" status="error",HQM Rock (1080p) -https://livelist01.yowi.tv/lista/0d6c7ccfac89946bfd41ae34c527e8d94734065c/master.m3u8 -#EXTINF:-1 tvg-id="HQMSpanish.es" status="error",HQM Spanish (1080p) -https://livelist01.yowi.tv/lista/8635ae40f8d1a32eccd63d1f58b55662c9c98f9f/master.m3u8 #EXTINF:-1 tvg-id="HuescaTV.es" status="timeout",Huesca TV (240p) [Not 24/7] https://streaming2.radiohuesca.com/hls-live/livepkgr/_definst_/huescatv/huescatv.m3u8 -#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 @@ -165,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 @@ -179,7 +169,7 @@ https://cdnlive.shooowit.net/la8bierzolive/smil:streamswitchingchannel.smil/play https://cdnlive.shooowit.net/la8burgoslive/smil:streamswitchingchannel.smil/playlist.m3u8 #EXTINF:-1 tvg-id="La8Leon.es" status="online",La 8 Leon (720p) [Not 24/7] https://cdnlive.shooowit.net/la8leonlive/smil:streamswitchingchannel.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="blocked",La 8 Mediterráneo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="La8Mediterraneo.es" status="error",La 8 Mediterráneo (1080p) [Not 24/7] https://play.cdn.enetres.net/489DDF7FE98241D19D8970314BC9D3EF021/0226/playlist.m3u8 #EXTINF:-1 tvg-id="La8Palencia.es" status="online",La 8 Palencia (270p) [Not 24/7] https://cdnlive.shooowit.net/la8palencialive/smil:streamswitchingchannel.smil/playlist.m3u8 @@ -299,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 @@ -329,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 0b6241146..efc9a2b33 100644 --- a/streams/es_pluto.m3u +++ b/streams/es_pluto.m3u @@ -16,33 +16,33 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5a0b44c #EXTINF:-1 tvg-id="PlutoTVAnimalesSpain.es" status="online",Pluto TV Animales (288p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd834c66fe2ca0009303b8d/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d164d92e97a5e107638d2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=904&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d164d92e97a5e107638d2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineAccionSpain.es" status="online",Pluto TV Cine Acción (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcb62e63d4d8f0009f36881/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac2591dd8880007bb7d6d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineClasicoSpain.es" status="online",Pluto TV Cine Clásico (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/61373bb45168fe000773eecd/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (684p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf968040ab7d8f181e6a68b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cf968040ab7d8f181e6a68b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=901&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="online",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/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 +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/5f1ac1f1b66c76000790ef27/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCineEstelarSpain.es" status="timeout",Pluto TV Cine Estelar (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde437229eff00091b6c30/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="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] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (Spain) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f1acdaa8ba90f0007d5e760&deviceLat=41.1167&deviceLon=1.2500&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=ES&serverSideAds=false&sid=700&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d0fbaa8742fa3093899da/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1acdaa8ba90f0007d5e760/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCocinaSpain.es" status="online",Pluto TV Cocina (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde0657444a40009cd2422/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b648e738977e2c312131/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5ad9b648e738977e2c312131&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=30292edb-0714-11eb-97af-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVKidsSpain.es" status="online",Pluto TV Kids (720p) [Not 24/7] diff --git a/streams/fi.m3u b/streams/fi.m3u index 87e45998b..fb390eb03 100644 --- a/streams/fi.m3u +++ b/streams/fi.m3u @@ -1,6 +1,8 @@ #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="online",INEZ (720p) @@ -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 diff --git a/streams/fi_rakuten.m3u b/streams/fi_rakuten.m3u index e738df9a4..136441ffd 100644 --- a/streams/fi_rakuten.m3u +++ b/streams/fi_rakuten.m3u @@ -13,5 +13,5 @@ https://rakuten-drama-12-eu.rakuten.wurl.tv/playlist.m3u8 https://rakuten-family-12-eu.rakuten.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="RakutenTVRakutenStoriesFinland.fi" status="online",Rakuten TV Rakuten Stories https://rakuten-spotlight-12-eu.rakuten.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="RakutenTVTopMoviesFinland.fi" status="online",Rakuten TV Suosikkielokuvat +#EXTINF:-1 tvg-id="RakutenTVTopMoviesFinland.fi" status="online",Rakuten TV Huippuelokuvat https://rakuten-huippuelokuvat-1-eu.rakuten.wurl.tv/playlist.m3u8 diff --git a/streams/fr.m3u b/streams/fr.m3u index 0d6911544..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 @@ -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 @@ -41,22 +41,22 @@ https://s13.tntendirect.com/d17/live/playlist.m3u8 https://edge.vedge.infomaniak.com/livecast/ik:dbmtv/manifest.m3u8 #EXTINF:-1 tvg-id="DBMTV.fr" status="online",DBM TV (1080p) http://dbmtv.vedge.infomaniak.com/livecast/dbmtv/playlist.m3u8 -#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="timeout",El Heddaf TV [Geo-blocked] +#EXTINF:-1 tvg-id="ElHeddafTV.fr" status="online",El Heddaf TV [Geo-blocked] https://cdn02.hta.dz/abr_htatv/EL_HEDDAF_TV/playlist.m3u8 #EXTINF:-1 tvg-id="Equidia.fr" status="blocked",Equidia https://equidia-live2-b29-cdn.hexaglobe.net/1f994c5832c0648f9f44d0771fc8835a/63270a1e/equidia/equidia-website-web-1/eqdlivepri_fre.smil/playlist.m3u8 -#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 @@ -72,7 +72,7 @@ https://fash1043.cloudycdn.services/slive/ftv_paris_adaptive.smil/playlist.m3u8 https://fash1043.cloudycdn.services/slive/ftv_pg13_adaptive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="FashionTVPG16.fr" status="online",Fashion TV PG16 (144p) http://fash1043.cloudycdn.services/slive/ftv_pg16_adaptive.smil/media.m3u8 -#EXTINF:-1 tvg-id="FashionTVRussia.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",Fashion TV Russia (480p) +#EXTINF:-1 tvg-id="FashionTVRussia.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",Fashion TV Russia (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/s30/index.m3u8 #EXTINF:-1 tvg-id="FashionTVSingapore.fr" status="online",Fashion TV Singapore (240p) @@ -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 @@ -119,7 +119,7 @@ https://s13.tntendirect.com/lequipe21/live/playlist.m3u8 https://shls-m6-france-prod-dub.shahid.net/out/v1/c8a9f6e000cd4ebaa4d2fc7d18c15988/index.m3u8 #EXTINF:-1 tvg-id="M6Music.fr" status="online",M6 Music (720p) http://190.2.155.162:8080/m6music/mpegts -#EXTINF:-1 tvg-id="MCMTop.fr" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) +#EXTINF:-1 tvg-id="MCMTop.fr" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148",MCM Top (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML,like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s49/index.m3u8 #EXTINF:-1 tvg-id="MDL.fr" status="online",MDL (720p) @@ -165,15 +165,15 @@ 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 @@ -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 92c064c57..508366368 100644 --- a/streams/fr_euronews.m3u +++ b/streams/fr_euronews.m3u @@ -5,9 +5,11 @@ https://euronews.alteox.app/hls/en_stream.m3u8 https://euronews.alteox.app/hls/fr_stream.m3u8 #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 996673bf0..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) @@ -37,10 +37,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed168f 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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed48146ba9e00078424b6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVCuisineFrance.fr" status="timeout",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="PlutoTVDatingFrance.fr" status="online",Pluto TV Dating (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6092544e7639460007d4835e/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fc78c0-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=5a2b1311-2550-464b-8060-15765b30c4f8 #EXTINF:-1 tvg-id="PlutoTVExtremeFrance.fr" status="online",Pluto TV Extrême (480p) @@ -52,13 +52,13 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cf96b8f4f1ca3f062 #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dcde27ffae9520009c0c75a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?appName=androidmobile&appVersion=5.4.0&architecture=mobile&buildVersion=5.4.0-917c0e6072&deviceDNT=0&deviceId=071492b1-cafd-427b-81d4-f532808c8397_d6a39913ac3adbd2&deviceMake=samsung&deviceModel=SM-N976N&deviceType=android,samsung,mobile&deviceVersion=7.1.2_25&marketingRegion=FR&sid=b90a2c1a-a2ce-4601-a02d-abe734775341 #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investiga (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cf96b8f4f1ca3f0629f4bf1/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVInvestigationFrance.fr" status="online",Pluto TV Investigation (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f914f4b36d67d0007a91a04/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVJuniorFrance.fr" status="online",Pluto TV Junior (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecb336537e8000764a17f/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVKidsAnimationFrance.fr" status="online",Pluto TV Kids Animation (720p) @@ -74,9 +74,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aaefb9 #EXTINF:-1 tvg-id="PlutoTVMADE.fr" status="online",Pluto TV MADE (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb71a26ed8300076433f9/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= +#EXTINF:-1 tvg-id="PlutoTVTeenSeriesFrance.fr" status="online",Pluto TV TEEN SERIES (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8eb7e3d2ed18000746d09a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVYogaFrance.fr" status="online",Pluto TV Yoga (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/60803e541a829e0008e91641/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=35fbb570-e986-11eb-a0af-c3b401f46211&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=ca55bef6-f2a6-488a-be5d-c7ba24d93cdd #EXTINF:-1 tvg-id="" status="online",Cribs Maisons De Star (720p) 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 6d55e753c..467cc9c47 100644 --- a/streams/gr.m3u +++ b/streams/gr.m3u @@ -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 @@ -51,15 +51,15 @@ https://ert-live-bcbs15228.siliconweb.com/media/ert_3/ert_3.m3u8 https://ert-live-bcbs15228.siliconweb.com/media/ert_news/ert_news.m3u8 #EXTINF:-1 tvg-id="ERTSports2.gr" status="timeout",ERT Sports 2 (1080p) [Geo-blocked] https://ert-live-bcbs15228.siliconweb.com/media/ert_sports_ww/ert_sports2_ww.m3u8 +#EXTINF:-1 tvg-id="ERTWorld.gr" status="online",ERT World (480p) +http://wpso.com:1936/hls/wzra.m3u8 #EXTINF:-1 tvg-id="ERTWorld.gr" status="timeout",ERT World (720p) https://ert-live-bcbs15228.siliconweb.com/media/ert_world/ert_world.m3u8 -#EXTINF:-1 tvg-id="ERTWorld.gr" status="timeout",ERT World (480p) -http://wpso.com:1936/hls/wzra.m3u8 #EXTINF:-1 tvg-id="FarosTV2.gr" status="blocked",Faros TV2 (480p) [Geo-blocked] https://s1.cystream.net/live/faros2/playlist.m3u8 -#EXTINF:-1 tvg-id="FarosTV.gr" status="online",Faros TV (540p) [Geo-blocked] +#EXTINF:-1 tvg-id="FarosTV.gr" status="blocked",Faros TV (540p) [Geo-blocked] https://s1.cystream.net/live/faros1/playlist.m3u8 -#EXTINF:-1 tvg-id="Galaxy.gr" status="online",Galaxy (432p) [Geo-blocked] +#EXTINF:-1 tvg-id="Galaxy.gr" status="blocked",Galaxy (432p) [Geo-blocked] https://channel.streams.ovh:1936/galaxygr-1/galaxygr-1/playlist.m3u8 #EXTINF:-1 tvg-id="GreekTVLondon.gr" status="online",Greek TV London (720p) [Not 24/7] https://vdo3.alphaserver.gr:3466/live/greektvlondonlive.m3u8 @@ -135,7 +135,7 @@ https://skai-live.siliconweb.com/media/cambria4/index.m3u8 https://s1.cystream.net/live/smile/playlist.m3u8 #EXTINF:-1 tvg-id="StarChannel.gr" status="online",Star (720p) https://livestar.siliconweb.com/media/star1/star1mediumhd.m3u8 -#EXTINF:-1 tvg-id="Tilemousiki.gr" status="timeout",Tilemousiki (480p) [Not 24/7] +#EXTINF:-1 tvg-id="Tilemousiki.gr" status="online",Tilemousiki (480p) [Not 24/7] http://wpso.com:1936/hls/music1.m3u8 #EXTINF:-1 tvg-id="TV100.gr" status="online",TV 100 (576p) [Not 24/7] https://live.fm100.gr/hls/tv100/index.m3u8 @@ -143,7 +143,7 @@ https://live.fm100.gr/hls/tv100/index.m3u8 http://live.streams.ovh:1935/tvcreta/tvcreta/playlist.m3u8 #EXTINF:-1 tvg-id="TVCreta.gr" status="online",TV Creta (540p) [Not 24/7] https://live.streams.ovh/tvcreta/tvcreta/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVFilopoli.gr" status="online",TV Filopoli (360p) [Not 24/7] +#EXTINF:-1 tvg-id="TVFilopoli.gr" status="blocked",TV Filopoli (360p) [Not 24/7] http://live.streams.ovh:1935/tvfilopoli/tvfilopoli/playlist.m3u8 #EXTINF:-1 tvg-id="Xplore.gr" status="online",Xplore (714p) [Geo-blocked] http://web.onair-radio.eu:1935/explorecy/explorecy/playlist.m3u8 @@ -161,7 +161,7 @@ https://ertsports-live.ert.insyscd.net/out/v1/db0b54e8d25a47dcb336cf114c4d1860/e http://78.83.87.222:9999/play/a015/index.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Star BUP http://78.83.87.222:9999/play/a017/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",Start TV +#EXTINF:-1 tvg-id="" status="blocked",Start TV https://live.cast-control.eu/StartMedia/StartMedia/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Βουλή Τηλεόραση 2 (540p) [Not 24/7] https://streamer-cache.grnet.gr/parliament/hls/webtv2.m3u8 diff --git a/streams/gt.m3u b/streams/gt.m3u index 37e6e1377..0545cebe2 100644 --- a/streams/gt.m3u +++ b/streams/gt.m3u @@ -1,9 +1,9 @@ #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 -#EXTINF:-1 tvg-id="ElOlamTV.gt" status="online",El Olam TV +#EXTINF:-1 tvg-id="ElOlamTV.gt" status="error",El Olam TV https://stream.oursnetworktv.com/latin/elOlam/playlist.m3u8 #EXTINF:-1 tvg-id="FeViviente.gt" status="online",Fe Viviente https://stream.oursnetworktv.com/latin/feVivienteGtm/playlist.m3u8 diff --git a/streams/hk.m3u b/streams/hk.m3u index 1ba64bbf7..80f0a3f94 100644 --- a/streams/hk.m3u +++ b/streams/hk.m3u @@ -1,13 +1,13 @@ #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="error",Celestial Movies (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="CelestialMovies.hk" status="online",Celestial Movies (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h14/index.m3u8 #EXTINF:-1 tvg-id="CreationTV.hk" status="blocked",Creation TV (720p) [Not 24/7] http://al-pull2.hkatv.vip/live/CTV.m3u8 -#EXTINF:-1 tvg-id="HKIBC.hk" status="timeout",HKIBC +#EXTINF:-1 tvg-id="HKIBC.hk" status="online",HKIBC http://uc6.i-cable.com/live_freedirect/opentvhd002_h.live/playlist.m3u8 #EXTINF:-1 tvg-id="HKSTV.hk" status="online",香港衛視 (576p) [Not 24/7] http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 @@ -15,37 +15,100 @@ http://zhibo.hkstv.tv/livestream/mutfysrq/playlist.m3u8 https://al-pull2.hkatv.vip/live/hktv20210929.m3u8 #EXTINF:-1 tvg-id="HongKongOpenTV.hk" status="online",香港开电视 / HKSTV-HKS (720p) http://media.fantv.hk/m3u8/archive/channel2.m3u8 +#EXTINF:-1 tvg-id="HongKongOpenTV.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",HKSTV (香港开电视) (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/77/index.m3u8 +#EXTINF:-1 tvg-id="ICableFinanceInfoChannel.hk" status="error",iCable Finance Info Channel (720p) +https://api.leonardpark.dev/live/icable/108 +#EXTINF:-1 tvg-id="ICableLiveNewsChannel.hk" status="error",iCable Live News Channel (720p) +https://api.leonardpark.dev/live/icable/110 #EXTINF:-1 tvg-id="ICableNewsChannel.hk" status="online",有線新聞台 i-Cable 24-hour News Channel (720p) https://uc6.i-cable.com/live_freedirect/freehd209_h.live/playlist.m3u8 -#EXTINF:-1 tvg-id="Kix.hk" status="online",Kix (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="ICableNewsChannel.hk" status="error",iCable News Channel (720p) +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="error",Kix (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h07/index.m3u8 -#EXTINF:-1 tvg-id="MiaoMi.hk" status="online",Miao Mi (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="MiaoMi.hk" status="error",Miao Mi (1080p) [Not 24/7] https://kr-streams.onrender.com/scraper?channel=521 #EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (576p) http://210.210.155.37/uq2663/h/h157/index2.m3u8 +#EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="online",Phoenix Chinese Channel (鳳凰衛視中文) (1080p) +https://playtv-live.ifeng.com/live/06OLEGEGM4G_tv1.m3u8 #EXTINF:-1 tvg-id="PhoenixChineseChannel.hk" status="timeout",鳳凰衛視中文台 http://221.179.217.70/PLTV/88888888/224/3221225942/1.m3u8 +#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="online",Phoenix InfoNews Channel (鳳凰衛視資訊) (1080p) +https://playtv-live.ifeng.com/live/06OLEEWQKN4_tv1.m3u8 +#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="online",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p) +http://210.210.155.37/qwr9ew/s/s21/index.m3u8 #EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="timeout",鳳凰衛視資訊台HD (720p) [Not 24/7] http://117.169.120.138:8080/live/fhzixun/.m3u8 -#EXTINF:-1 tvg-id="PhoenixInfoNewsChannel.hk" status="error",Phoenix InfoNews Channel (鳳凰衛視資訊) (576p) -http://210.210.155.37/qwr9ew/s/s21/index.m3u8 #EXTINF:-1 tvg-id="RTHKTV31.hk" status="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 #EXTINF:-1 tvg-id="RTHKTV32.hk" status="online",RTHK (港台電視32) (360p) [Not 24/7] https://rthklive2-lh.akamaihd.net/i/rthk32_1@168450/master.m3u8 +#EXTINF:-1 tvg-id="RTHKTV32.hk" status="online",RTHK (港台電視32) (1080p) +https://rthktv32-live.akamaized.net/hls/live/2036819/RTHKTV32/master.m3u8 +#EXTINF:-1 tvg-id="RTHKTV32.hk" status="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 (港台電視32) (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/32/index.m3u8 #EXTINF:-1 tvg-id="Thrill.hk" status="online",Thrill (576p) http://210.210.155.37/qwr9ew/s/s34/index.m3u8 +#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 +#EXTINF:-1 tvg-id="TVBFinanceSportsInformationChannel.hk" status="online",TVB Finance and Sport Channel (Cantonese Subtitles) (720p) +http://9.zhxinda.xyz/newss.php?id=2 +#EXTINF:-1 tvg-id="TVBFinanceSportsInformationChannel.hk" status="online",TVB Finance and Sport Channel (720p) +https://tvp22.sky4k.top/index2.php +#EXTINF:-1 tvg-id="TVBFinanceSportsInformationChannel.hk" status="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",TVB Finance and Sport Channel (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/85/index.m3u8 #EXTINF:-1 tvg-id="TVBJ2.hk" status="online",TVB J2 https://j3.lhlh.app/mv.m3u8 +#EXTINF:-1 tvg-id="TVBJ2.hk" status="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",TVB J2 (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/82/index.m3u8 +#EXTINF:-1 tvg-id="TVBJade.hk" status="online",TVB Jade (翡翠台) (Cantonese Subtitles) (720p) +http://23.237.10.66:16106 #EXTINF:-1 tvg-id="TVBJade.hk" status="timeout",TVB翡翠台 (JADE) (576p) http://116.199.5.51:8114/00000000/hls/index.m3u8?Fsv_chan_hls_se_idx=188&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= #EXTINF:-1 tvg-id="TVBJade.hk" status="timeout",TVB翡翠台 (JADE) (576p) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=188&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="TVBJade.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",TVB Jade (翡翠台) (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/81/index.m3u8 +#EXTINF:-1 tvg-id="TVBNewsChannel.hk" status="online",TVB News Channel (720p) +http://9.zhxinda.xyz/newss.php?id=1 +#EXTINF:-1 tvg-id="TVBNewsChannel.hk" status="online",TVB News Channel (720p) +https://tvp22.sky4k.top/index1.php +#EXTINF:-1 tvg-id="TVBNewsChannel.hk" status="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",TVB News Channel (720p) +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/83/index.m3u8 #EXTINF:-1 tvg-id="TVBPearl.hk" status="timeout",TVB明珠台 (PEARL) http://116.199.5.51:8114/00000000/hls/index.m3u8?Fsv_chan_hls_se_idx=12&Fsv_ctype=LIVES&Fsv_otype=1&FvSeid=1&Pcontent_id=.m3u8&Provider_id= #EXTINF:-1 tvg-id="TVBPearl.hk" status="timeout",TVB明珠台 (PEARL) http://116.199.5.51:8114/hls/Fsv_chan_hls_se_idx=12?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=12&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_rate_id=2&FvSeid=1&Pcontent_id=8114.m3u8&Provider_id=0 #EXTINF:-1 tvg-id="TVBPearl.hk" status="timeout",TVB明珠台 (PEARL) http://116.199.5.52:8114/00000000/index.m3u8?Fsv_CMSID=&Fsv_SV_PARAM1=0&Fsv_ShiftEnable=0&Fsv_ShiftTsp=0&Fsv_chan_hls_se_idx=12&Fsv_cid=0&Fsv_ctype=LIVES&Fsv_ctype=LIVES&Fsv_filetype=1&Fsv_otype=1&Fsv_otype=1&Fsv_rate_id=0&FvSeid=5abd1660af1babb4&Pcontent_id=&Provider_id= +#EXTINF:-1 tvg-id="TVBPearl.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",TVB Pearl (珍珠台) (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/84/index.m3u8 +#EXTINF:-1 tvg-id="TVBXingHe.hk" status="online",TVB Xing He 星河 (720p) +http://206.221.176.47:64020 +#EXTINF:-1 tvg-id="ViuTV.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",ViuTV (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/99/index.m3u8 #EXTINF:-1 tvg-id="ViuTVsix.hk" status="timeout",ViuTVsix http://61.238.6.49:8000/bysid/96 +#EXTINF:-1 tvg-id="ViuTVsix.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",ViuTVsix (1080p) [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Safari/537.36 Edge/12.246 +https://cdn.hklive.tv/xxxx/96/index.m3u8 diff --git a/streams/hn.m3u b/streams/hn.m3u index d7a74bc2f..bfa3510c0 100644 --- a/streams/hn.m3u +++ b/streams/hn.m3u @@ -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 @@ -31,7 +31,7 @@ https://emisoras.hn:8081/kerussotv/index.m3u8 http://lencatelevision.com:8080/hls/ltv1.m3u8 #EXTINF:-1 tvg-id="LTV.hn" status="online",LTV (720p) [Not 24/7] https://5e85d90130e77.streamlock.net/6022/6022/playlist.m3u8 -#EXTINF:-1 tvg-id="MetroTVHD.hn" status="error",La Metro TV (720p) +#EXTINF:-1 tvg-id="MetroTVHD.hn" status="online",La Metro TV (720p) https://emisoras.hn:8081/metrotv/index.m3u8 #EXTINF:-1 tvg-id="QhuboTV.hn" status="online",Q'hubo TV (410p) [Not 24/7] https://5e85d90130e77.streamlock.net/6024/6024/playlist.m3u8 @@ -39,9 +39,9 @@ https://5e85d90130e77.streamlock.net/6024/6024/playlist.m3u8 http://lencatelevision.com:8080/hls/ltv3.m3u8 #EXTINF:-1 tvg-id="RHCTV.hn" status="online",Roatán Hable Claro (RHC) (720p) https://stmv1.zcastbr.com/roatanhableclaro/roatanhableclaro/playlist.m3u8 -#EXTINF:-1 tvg-id="SercanoTV.hn" status="error",Sercano TV (720p) +#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 @@ -49,9 +49,9 @@ http://190.11.224.14:8134/liveevent.m3u8 https://cloud2.streaminglivehd.com:1936/8224/8224/playlist.m3u8 #EXTINF:-1 tvg-id="TelevisionComayaguaCanal40.hn" status="timeout",Television Comayagua Canal 40 (320p) [Not 24/7] http://st2.worldkast.com/8058/8058/playlist.m3u8 -#EXTINF:-1 tvg-id="TENCanal10.hn" status="error",TEN Canal 10 (720p) +#EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (720p) http://stream.grupoabchn.com:1935/TENHD/TENLive.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="TENCanal10.hn" status="error",TEN Canal 10 (540p) [Not 24/7] +#EXTINF:-1 tvg-id="TENCanal10.hn" status="online",TEN Canal 10 (540p) [Not 24/7] http://stream.grupoabchn.com:1935/TENHD/TENLIVEHD_2/playlist.m3u8 #EXTINF:-1 tvg-id="TVCopan.hn" status="online",TV Copán (480p) [Not 24/7] https://emisoras.hn:8081/tvcopan/index.m3u8 @@ -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 8a83f58f2..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 @@ -9,11 +9,11 @@ https://watch.haitilive.net/stream/netalkole/public/tv/index.m3u8 http://184.173.179.163:1935/daniel/daniel/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTelePititManmanMari.ht" status="online",Radio Télé Pitit Manman Mari (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCLeNHM8XDkZmd2rhV3ZG7Vg/live -#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="error",Radio Tele Planet Compas (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTelePlanetCompas.ht" status="online",Radio Tele Planet Compas (720p) [Not 24/7] https://5dcab9aed5331.streamlock.net/mrcompas1/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTeleShalom.ht" status="error",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 ebb7d5221..9942b3c40 100644 --- a/streams/id.m3u +++ b/streams/id.m3u @@ -4,7 +4,7 @@ https://v2.siar.us/aditv/livestream/chunks.m3u8 #EXTINF:-1 tvg-id="AhsanTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ahsan TV (360p) [Geo-blocked] #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="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) @@ -13,12 +13,12 @@ https://h1.intechmedia.net/intech/ch64.m3u8 https://tv.rodja.live/aliman/ngrp:HD_all/playlist.m3u8 #EXTINF:-1 tvg-id="ANTV.id" status="online",ANTV (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s07/index1.m3u8 -#EXTINF:-1 tvg-id="AshiilTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="AshiilTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Ashiil TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch2.m3u8 #EXTINF:-1 tvg-id="AswajaTV.id" status="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 @@ -30,21 +30,21 @@ https://v2.siar.us/barayatv/live/chunks.m3u8 http://122.248.43.138:1935/ch5/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="BatuTV.id" status="online",Batu TV (576p) [Not 24/7] http://117.103.69.219:8080/live/streaming/index.m3u8 -#EXTINF:-1 tvg-id="BayuTVNganjuk.id" status="error",Bayu TV Nganjuk (720p) +#EXTINF:-1 tvg-id="BayuTVNganjuk.id" status="online",Bayu TV Nganjuk (720p) https://5bf7b725107e5.streamlock.net/bayutvpersada/bayutvpersada/playlist.m3u8 -#EXTINF:-1 tvg-id="BeritaSatu.id" status="timeout",BeritaSatu (720p) +#EXTINF:-1 tvg-id="BeritaSatu.id" status="online",BeritaSatu (720p) https://b1news.beritasatumedia.com/Beritasatu/B1News_manifest.m3u8 -#EXTINF:-1 tvg-id="BeritaSatuEnglish.id" status="timeout",JakartaGlobe News (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BeritaSatuEnglish.id" status="online",JakartaGlobe News (720p) [Not 24/7] https://b1english.beritasatumedia.com/Beritasatu/B1English_manifest.m3u8 -#EXTINF:-1 tvg-id="BeritaSatuWorld.id" status="timeout",BeritaSatu World (720p) [Not 24/7] +#EXTINF:-1 tvg-id="BeritaSatuWorld.id" status="online",BeritaSatu World (720p) [Not 24/7] https://b1world.beritasatumedia.com/Beritasatu/B1World_manifest.m3u8 -#EXTINF:-1 tvg-id="BETV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] -#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) -https://h1.intechmedia.net/intech/ch58.m3u8 #EXTINF:-1 tvg-id="BETV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch30.m3u8 -#EXTINF:-1 tvg-id="BinBazTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="BETV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",BETV (360p) [Not 24/7] [Geo-blocked] +#EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) +https://h1.intechmedia.net/intech/ch58.m3u8 +#EXTINF:-1 tvg-id="BinBazTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Bin Baz TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch22.m3u8 #EXTINF:-1 tvg-id="BiznetAdventure.id" status="online",Biznet Adventure (720p) @@ -57,51 +57,45 @@ http://livestream.biznetvideo.net/biznet_lifestyle/smil:lifestyle.smil/playlist. https://v2.siar.us/bmstv/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="BRTV.id" status="online",BRTV (1080p) [Not 24/7] https://e1.siar.us/badartv/live/playlist.m3u8 -#EXTINF:-1 tvg-id="BungoTV.id" status="error",Bungo TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="BungoTV.id" status="online",Bungo TV (480p) [Not 24/7] https://5bf7b725107e5.streamlock.net/bungotv/bungotv/playlist.m3u8 -#EXTINF:-1 tvg-id="CahayaTVBanten.id" status="error",Cahaya TV Banten (720p) [Not 24/7] -https://bravo.kugo.id/ctv/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="Channel4U.id" status="blocked",Channel 4U (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(81b456ab-b398-4d35-ae05-9be0a173ad71)/index.m3u8 #EXTINF:-1 tvg-id="CNBCIndonesia.id" status="online",CNBC Indonesia (720p) https://live.cnbcindonesia.com/livecnbc/smil:cnbctv.smil/master.m3u8 #EXTINF:-1 tvg-id="CNNIndonesia.id" status="online",CNN Indonesia (720p) [Geo-blocked] https://live.cnnindonesia.com/livecnn/smil:cnntv.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="DhammaTV.id" status="timeout",Dhamma TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DhammaTV.id" status="online",Dhamma TV (720p) [Not 24/7] https://b.webcache.maxindo.net.id/dhamma/dhamma.m3u8 #EXTINF:-1 tvg-id="DigiOne.id" status="blocked",DigiOne (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(d2f582be-366c-4cce-9476-1b524dc854e9)/index.m3u8 -#EXTINF:-1 tvg-id="DMTVMalang.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="DMTVMalang.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",DMTV Malang (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch51.m3u8 -#EXTINF:-1 tvg-id="DMTVMalang.id" status="error",DMTV Malang (576p) -https://bravo.kugo.id/dmtvmalang/rtmp.stream/chunklist.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 -#EXTINF:-1 tvg-id="ElshintaTV.id" status="error",Elshinta TV (480p) [Not 24/7] [Geo-blocked] -http://210.210.155.35/qwr9ew/s/s10/index.m3u8 #EXTINF:-1 tvg-id="FajarTV.id" status="error",Fajar TV (240p) [Not 24/7] http://122.248.43.138:1935/ch27/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="GarudaTV.id" status="online",Garuda TV (720p) [Not 24/7] https://ms.digdaya.tv/live/digdayatv/live.m3u8 #EXTINF:-1 tvg-id="GPRTV.id" status="online",GPR TV (720p) -https://alfa.kugo.id/gprtv/rtmp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="GPRTV.id" status="online",GPR TV (720p) https://wowza.convergen.co/gprtv/myLive/playlist.m3u8 -#EXTINF:-1 tvg-id="HijrahTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Hijrah TV (360p) [Geo-blocked] +#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) @@ -116,10 +110,10 @@ https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(7a73ed02-e0de-4d http://122.248.43.138:1935/ch23/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JawaPosTV.id" status="online",Jawa Pos TV (480p) [Not 24/7] https://v2.siar.us/jawapostv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch29.m3u8 -#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JayaTVJayapura.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jaya TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch52.m3u8 #EXTINF:-1 tvg-id="JekTV.id" status="online",Jek TV (360p) [Not 24/7] @@ -128,10 +122,10 @@ http://122.248.43.138:1935/ch14/myStream/playlist.m3u8 http://128.199.90.131:1935/jektv/myStream/playlist.m3u8 #EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online",Jogja Istimewa TV (720p) http://103.255.15.222:1935/tv/jitv_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="JogjaIstimewaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Jogja Istimewa TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch65.m3u8 -#EXTINF:-1 tvg-id="JogjaTV.id" status="error",Jogja TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JogjaTV.id" status="online",Jogja TV (720p) [Not 24/7] https://stream.jogjatv.co.id/jtvlive/stream/index.m3u8 #EXTINF:-1 tvg-id="JPMTV.id" status="online",JPM TV (720p) [Not 24/7] http://122.248.43.138:1935/ch6/myStream/playlist.m3u8 @@ -141,10 +135,10 @@ 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) @@ -159,17 +153,17 @@ 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="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] +#EXTINF:-1 tvg-id="MediaSunnahAceh.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Media Sunnah Aceh [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch23.m3u8 #EXTINF:-1 tvg-id="MetroGlobeNetwork.id" status="online",Metro Globe Network (1080p) [Not 24/7] https://edge.medcom.id/live-edge/smil:mgnch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (1080p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/MetrotvnewsOfficial/live #EXTINF:-1 tvg-id="MetroTV.id" status="online",Metro TV (480p) [Not 24/7] 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] @@ -180,31 +174,29 @@ https://5bf7b725107e5.streamlock.net/mqtv/mqtv/playlist.m3u8 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="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="online",My Cinema (1080p) +#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="error",My Cinema Asia (1080p) [Geo-blocked] +#EXTINF:-1 tvg-id="MyCinemaAsia.id" status="online",My Cinema Asia (1080p) [Geo-blocked] http://210.210.155.37/uq2663/h/h193/index.m3u8 -#EXTINF:-1 tvg-id="MyFamily.id" status="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="NET.id" status="error",NET. (576p) -https://bravo.kugo.id/nettv/udp.stream/chunklist.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) https://nusantaratv.siar.us/nusantaratv/live/chunks.m3u8 -#EXTINF:-1 tvg-id="OChannel.id" status="online",Moji (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OChannel.id" status="error",Moji (480p) [Geo-blocked] http://210.210.155.37/qwr9ew/s/s41/index.m3u8 #EXTINF:-1 tvg-id="OneTVAsia.sg" status="timeout",One TV Asia (576p) [Geo-blocked] http://210.210.155.37/uq2663/h/h143/index.m3u8 @@ -212,44 +204,40 @@ 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="online",Pon TV (360p) [Not 24/7] http://122.248.43.138:1935/ch15/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="PONTV.id" status="online",Pon TV (360p) [Not 24/7] +#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 -#EXTINF:-1 tvg-id="RadarLampungTV.id" status="error",Radar TV Lampung (480p) [Not 24/7] +#EXTINF:-1 tvg-id="RadarLampungTV.id" status="online",Radar TV Lampung (480p) [Not 24/7] http://122.248.43.138:1935/ch17/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioKitaTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioKitaTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",RadioKita TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch16.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="online",RTV (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h10/index.m3u8 #EXTINF:-1 tvg-id="RajawaliTV.id" status="blocked",RTV (480p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(41869351-4a9c-4e57-b54b-8cf5dfc919e1)/index.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="RasyaadTV.id" status="online",Rasyaad TV [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live +#EXTINF:-1 tvg-id="RasyaadTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Rasyaad TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch6.m3u8 -#EXTINF:-1 tvg-id="RasyaadTV.id" status="error",Rasyaad TV [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://m.youtube.com/c/RasyaadTvLiveStreaming/live #EXTINF:-1 tvg-id="RCTI.id" status="online" user-agent="AppleWebKit/537.36 (KHTML, like Gecko)",RCTI (720p) #EXTVLCOPT:http-referrer=https://www.rctiplus.com/ #EXTVLCOPT:http-user-agent=AppleWebKit/537.36 (KHTML, like Gecko) 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="RiauRayaTV.id" status="error",Riau TV (576p) [Not 24/7] -https://bravo.kugo.id/riauraya/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RiauTV.id" status="online",Riau TV (576p) [Not 24/7] http://122.248.43.138:1935/ch11/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="RiauTV.id" status="error",Riau TV (576p) [Not 24/7] -https://bravo.kugo.id/riautv/udp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RodjaTV.id" status="blocked",Rodja TV (720p) [Geo-blocked] https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(6f7158e4-f151-45dd-874f-e02c15c7cd4b)/index.m3u8 #EXTINF:-1 tvg-id="RodjaTV.id" status="timeout",Rodja TV [Geo-blocked] @@ -260,11 +248,9 @@ http://36.89.47.217:11935/rrinet/live/index.m3u8 https://cdn-telkomsel-01.akamaized.net/Content/HLS/Live/channel(2b945e2e-4297-4be9-9a45-aa023c890e13)/index.m3u8 #EXTINF:-1 tvg-id="SaktiTV.id" status="online",Sakti TV (480p) [Not 24/7] https://v2.siar.us/saktitv/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="SalamTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Salam TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SalamTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Salam TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch12.m3u8 -#EXTINF:-1 tvg-id="SalingSapaTV.id" status="error",Saling Sapa TV (576p) -https://bravo.kugo.id/salingsapa/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SangajiTV.id" status="online",Sangaji TV (720p) [Not 24/7] https://cdn.gunadarma.ac.id/streams/sangajitv/ingestsangajitv.m3u8 #EXTINF:-1 tvg-id="SCTV.id" status="online",SCTV (480p) [Geo-blocked] @@ -275,26 +261,20 @@ https://cdn-telkomsel-01.akamaized.net/Content/DASH/Live/channel(9ce3f094-4044-4 http://116.254.112.74/hls/cakralive.m3u8 #EXTINF:-1 tvg-id="Simpang5TV.id" status="online",Simpang5 TV (360p) [Not 24/7] http://122.248.43.138:1935/ch4/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SinemaIndonesiaX.id" status="error",Sinema Indonesia X (576p) -https://bravo.kugo.id/live/sindox.stream/playlist.m3u8 #EXTINF:-1 tvg-id="SMTV.id" status="online",SMTV (720p) [Not 24/7] http://122.248.43.138:1935/ch25/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SpacetoonIndonesia.id" status="error",Spacetoon Indonesia (576p) -https://bravo.kugo.id/spacetoon/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="SriwijayaTV.id" status="online",Sriwijaya TV [Not 24/7] +#EXTINF:-1 tvg-id="SriwijayaTV.id" status="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="error",Sultra TV (720p) offline http://122.248.43.138:1935/ch20/myStream/playlist.m3u8 -#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="error" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SunnahJalanPastiTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Sunnah Jalan Pasti TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch17.m3u8 -#EXTINF:-1 tvg-id="SurauTV.id" status="online" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] +#EXTINF:-1 tvg-id="SurauTV.id" status="timeout" user-agent="Mozilla/5.0 (X11; Linux x86_64)",Surau TV (360p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux x86_64) https://h1.intechmedia.net/intech/ch3.m3u8 #EXTINF:-1 tvg-id="TATV.id" status="online",TATV (720p) [Not 24/7] https://v2.siar.us/tatv/live.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="TawafTV.id" status="error",Tawaf TV (720p) -https://bravo.kugo.id/tawaftv/rtmp.stream/playlist.m3u8 #EXTINF:-1 tvg-id="TegarTVLampung.id" status="online",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] http://wms.klikhost.com:1935/tegartv/tegartv/playlist.m3u8 #EXTINF:-1 tvg-id="TegarTVLampung.id" status="online",Tegar TV Lampung (480p) [Not 24/7] [Geo-blocked] @@ -309,14 +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) -https://tvmu.siar.us/tvmu/live/playlist.m3u8 #EXTINF:-1 tvg-id="TVMu.id" status="error",tvMu (720p) -https://bravo.kugo.id/tvmu/udp.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="tvOne.id" status="online",tvOne -http://free.fullspeed.tv/iptv-query?streaming-ip=https://youtube.com/c/tvOneNews/live +https://tvmu.siar.us/tvmu/live/playlist.m3u8 #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) @@ -381,14 +359,14 @@ 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://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 #EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIGorontalo)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIGorontalo.id" status="online",TVRI Gorontalo (480p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIGORONTALO)/index.m3u8 #EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7] http://118.97.50.107/Content/HLS/Live/Channel(TVRIJAMBI)/index.m3u8 #EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7] @@ -396,25 +374,25 @@ http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIJambi)/index.m3u8 #EXTINF:-1 tvg-id="TVRIJambi.id" status="online",TVRI Jambi (720p) [Not 24/7] http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIJAMBI)/index.m3u8 #EXTINF:-1 tvg-id="TVRILampung.id" status="online",TVRI Lampung (720p) +http://118.97.50.107/Content/HLS/Live/Channel(TVRILAMPUNG)/index.m3u8 +#EXTINF:-1 tvg-id="TVRILampung.id" status="online",TVRI Lampung (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRILampung)/index.m3u8 #EXTINF:-1 tvg-id="TVRILampung.id" status="online",TVRI Lampung (720p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRILAMPUNG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRILampung.id" status="timeout",TVRI Lampung (720p) -http://118.97.50.107/Content/HLS/Live/Channel(TVRILAMPUNG)/index.m3u8 -#EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) -http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIMalukuambon)/index.m3u8 #EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIMALUKUAMBON)/index.m3u8 #EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) +http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRIMalukuambon)/index.m3u8 +#EXTINF:-1 tvg-id="TVRIMaluku.id" status="online",TVRI Maluku (480p) http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRIMALUKUAMBON)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://118.97.50.107/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRINasional)/index.m3u8 -#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) -http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (480p) http://202.80.222.130/000001/2/ch14041511560872104862/index.m3u8?virtualDomain=000001.live_hls.zte.com +#EXTINF:-1 tvg-id="TVRINasional.id" status="online",TVRI Nasional (720p) +http://wpc.d1627.nucdn.net/80D1627/o-tvri/Content/HLS/Live/Channel(TVRINASIONAL)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) http://118.97.50.107/Content/HLS/Live/Channel(TVRIPAPUA)/index.m3u8 #EXTINF:-1 tvg-id="TVRIPapua.id" status="online",TVRI Papua (480p) @@ -484,46 +462,46 @@ 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] -https://ssv1.dpr.go.id/golive/livestream/playlist.m3u8 #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="TVRParlemenKomisiI.id" status="online",TVR Parlemen Komisi I (480p) [Not 24/7] +#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="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="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] 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] +#EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] http://103.18.181.69:1935/golive/livestream3/playlist.m3u8 #EXTINF:-1 tvg-id="TVRParlemenKomisiIII.id" status="error",TVR Parlemen Komisi III (480p) [Not 24/7] https://ssv1.dpr.go.id/golive/livestream3/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (480p) [Not 24/7] +#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="TVRParlemenKomisiIV.id" status="error",TVR Parlemen Komisi IV (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="online",TVR Parlemen Komisi IX (480p) [Not 24/7] -https://ssv1.dpr.go.id/golive/livestream9/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiIX.id" status="error",TVR Parlemen Komisi IX (480p) [Not 24/7] +#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="TVRParlemenKomisiV.id" status="online",TVR Parlemen Komisi V (720p) [Not 24/7] +#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="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="online",TVR Parlemen Komisi V (720p) [Not 24/7] +#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 @@ -531,17 +509,17 @@ https://ssv1.dpr.go.id/golive/livestream6/playlist.m3u8 http://103.18.181.69:1935/golive/livestream7/playlist.m3u8 #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="online",TVR Parlemen Komisi VIII [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] http://103.18.181.69:1935/golive/livestream8/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="online",TVR Parlemen Komisi VIII [Not 24/7] +#EXTINF:-1 tvg-id="TVRParlemenKomisiVIII.id" status="error",TVR Parlemen Komisi VIII [Not 24/7] https://ssv1.dpr.go.id/golive/livestream8/playlist.m3u8 -#EXTINF:-1 tvg-id="TVRParlemenKomisiX.id" status="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="online",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 @@ -564,7 +542,7 @@ https://v2.siar.us/ammedia/720/playlist.m3u8 https://ammedia.siar.us/ammedia/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",ATVLI (720p) https://wowza.convergen.co/atvli/atvli.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Dens Food Channel (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="" status="online",Dens Food Channel (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s38/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Dens Knowledge and Learning (576p) [Geo-blocked] http://210.210.155.37/x6bnqe/s/s36/index.m3u8 @@ -572,30 +550,22 @@ http://210.210.155.37/x6bnqe/s/s36/index.m3u8 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="online",Dens Play (720p) [Geo-blocked] +#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="error",KSB (576p) -https://bravo.kugo.id/ksb/udp.stream/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="error",Kugo 1 (720p) -https://bravo.kugo.id/kugoone/udp.stream_720p/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="error",kugo Star (576i) -https://bravo.kugo.id/kugostar/udp.stream/chunklist.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="error",Persija TV (720p) -https://bravo.kugo.id/persijatv/udp.stream/playlist.m3u8 #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 diff --git a/streams/il.m3u b/streams/il.m3u index 4b6778805..b64142397 100644 --- a/streams/il.m3u +++ b/streams/il.m3u @@ -17,17 +17,17 @@ https://bcovlive-a.akamaihd.net/773a2fa387914315ad11e6957cd54f6e/eu-central-1/53 https://live.pars-israel.com/iptv/stream.m3u8 #EXTINF:-1 tvg-id="KabbalahforthePeopleIsrael.il" status="online",Kabbalah for the People (Israel) (504p) [Not 24/7] https://edge3.uk.kab.tv/live/tv66-heb-high/playlist.m3u8 -#EXTINF:-1 tvg-id="Kan11.il" status="blocked",KAN 11 Israel (360p) [Geo-blocked] +#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="error",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="error",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="timeout",Knesset Channel (480p) [Not 24/7] +#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 ecc6b8729..3dbbb343c 100644 --- a/streams/in.m3u +++ b/streams/in.m3u @@ -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] @@ -74,7 +74,7 @@ https://vidcdn.vidgyor.com/dighvijay-origin/liveabr/playlist.m3u8 https://live.hungama.com/linear/dil-se/playlist.m3u8 #EXTINF:-1 tvg-id="DocuBayTV.in" status="online",DocuBay TV (1080p) [Not 24/7] https://docubayvh.s.llnwi.net/526a07ab-6ae7-4b6c-84a1-159791416484_1000004372_HLS/manifest.m3u8 -#EXTINF:-1 tvg-id="DreamzTV.in" status="online",Dreamz TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="DreamzTV.in" status="error",Dreamz TV (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/DREAMHD/index.m3u8?token=GTR #EXTINF:-1 tvg-id="EETTV.in" status="online",EET TV (1080p) [Not 24/7] https://live.streamjo.com/eetlive/eettv.m3u8 @@ -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 @@ -140,7 +140,7 @@ https://live.kanaknews.com:4443/live/stream/playlist.m3u8 https://idvd.multitvsolution.com/idvo/kappatv.m3u8 #EXTINF:-1 tvg-id="KasthuriTV.in" status="online",Kasthuri (576p) http://103.199.161.254/Content/kasthuritv/Live/Channel(KasthuriTV)/index.m3u8 -#EXTINF:-1 tvg-id="KCV.in" status="error",KCV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="KCV.in" status="online",KCV (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/KCVTV/index.m3u8?token=GTR #EXTINF:-1 tvg-id="KCVMovies.in" status="online",KCV Movies (576p) [Not 24/7] http://198.144.149.82:8080/NOTV/KCVMOVIE/index.m3u8?token=GTR @@ -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) @@ -196,20 +196,20 @@ https://ndtvprofitelemarchana.akamaized.net/hls/live/2003680/ndtvprofit/master.m https://ndtv.live-s.cdn.bitgravity.com/cdn-live/_definst_/ndtv/live/ndtv_profit.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NethraTV.in" status="timeout",Nethra TV (480p) [Not 24/7] https://dammikartmp.tulix.tv/slrc3/slrc3/playlist.m3u8 -#EXTINF:-1 tvg-id="News7Tamil.in" status="error",News 7 Tamil (1080p) [Not 24/7] +#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 @@ -244,11 +244,11 @@ https://j78dp346yq5r-hls-live.5centscdn.com/safari/live.stream/playlist.m3u8 http://media.7starcloud.com:1935/live/sanatv2/playlist.m3u8 #EXTINF:-1 tvg-id="SanaTV.in" status="online",Sana TV (576p) [Not 24/7] http://hdserver.7starcloud.com:1935/sanatv/sanatv/playlist.m3u8 -#EXTINF:-1 tvg-id="SanthoraTV.in" status="error",Santhora TV (720p) +#EXTINF:-1 tvg-id="SanthoraTV.in" status="online",Santhora TV (720p) http://santhoratv.zecast.net/santhoratv/santhoratv/index.m3u8 -#EXTINF:-1 tvg-id="SathiyamTV.in" status="online",Sathiyam TV (1080p) [Not 24/7] +#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="timeout",Wion (576p) +#EXTINF:-1 tvg-id="WION.in" status="error",Wion (576p) http://210.210.155.37/uq2663/h/h91/index.m3u8 #EXTINF:-1 tvg-id="Yolo.in" status="timeout",Yolo (410p) [Not 24/7] http://cdn.logicwebs.in/hls/yolo.m3u8 @@ -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="error",Indywood TV +#EXTINF:-1 tvg-id="" status="online",Indywood TV https://43wrzjnpqoxe-hls-live.wmncdn.net/indywood/indywoodtv/index.m3u8 -#EXTINF:-1 tvg-id="" status="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 @@ -328,7 +328,7 @@ https://ndtv24x7elemarchana.akamaized.net/hls/live/2003678/ndtv24x7/master.m3u8 http://live.singamcloud.in:1935/nvision/nvision/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Pramaya News7 (576p) [Not 24/7] https://live.mycast.in/encode/ee0c5a36ff5a7083ee044991974ad3ba.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Relax TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="error",Relax TV (576p) [Not 24/7] 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 @@ -349,7 +349,7 @@ http://c0.cdn.trinity-tv.net/stream/zfmjgma9zn46fa797ez9fgkw7msh9mj4tppspg23gey6 http://cdn.jwplayer.com/videos/1m0nMXhZ-3SDdwqdV.m3u8 #EXTINF:-1 tvg-id="" status="online",Times Now Navbharat [Geo-blocked] https://pubads.g.doubleclick.net/ssai/event/nRWQsGoJSzmcErJFgAy67g/master.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (360p) +#EXTINF:-1 tvg-id="" status="error",Toonz Kids (Indonesian dub) (360p) http://210.210.155.37/x6bnqe/s/s81/02.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Toonz Kids (Indonesian dub) (576p) http://210.210.155.37/x6bnqe/s/s81/01.m3u8 @@ -358,8 +358,6 @@ http://95.216.167.183:5080/LiveApp/streams/443106610169904881506470.m3u8 #EXTINF:-1 tvg-id="" status="online",Vyas NIC (480p) #EXTVLCOPT:http-referrer=https://webcast.gov.in/ https://hls.media.nic.in/hls/live/vyas/vyas.m3u8 -#EXTINF:-1 tvg-id="" status="error",Wion (domestic feed) (576p) -https://bravo.kugo.id/wion/udp.stream/chunklist.m3u8 #EXTINF:-1 tvg-id="" status="online",Xplore Channel (720p) http://cdn18.live247stream.com/ndachannel/tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Zainabia Channel diff --git a/streams/iq.m3u b/streams/iq.m3u index 1b72239c0..dd4b27afe 100644 --- a/streams/iq.m3u +++ b/streams/iq.m3u @@ -13,7 +13,7 @@ https://asdiuhiu12.myvodu.app:3356/live/Alghadeer/index.m3u8 https://cdn.catiacast.video/abr/8d2ffb0aba244e8d9101a9488a7daa05/playlist.m3u8 #EXTINF:-1 tvg-id="AlIraqiaNews.iq" status="blocked",Al Iraqia News https://cdn.catiacast.video/abr/78054972db7708422595bc96c6e024ac/playlist.m3u8 -#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="error",Al-Jawadain TV (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="AlJawadainTV.iq" status="online",Al-Jawadain TV (1080p) [Not 24/7] https://live.aljawadain.org/live/aljawadaintv/playlist.m3u8 #EXTINF:-1 tvg-id="AlkafeelBetweenthetwoholyshrines.iq" status="online",Alkafeel: Between the two holy shrines (720p) [Not 24/7] https://stream.alkafeel.net/live/alkafeel/rAa5PGot4/manifest.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 95750645c..3c624aa66 100644 --- a/streams/ir.m3u +++ b/streams/ir.m3u @@ -11,12 +11,10 @@ https://live.al-zahratv.com/live/playlist2/index.m3u8 http://51.210.199.5/hls/stream.m3u8 #EXTINF:-1 tvg-id="AVASeries.ir" status="online",AVA Series (720p) http://51.210.199.4/hls/stream.m3u8 -#EXTINF:-1 tvg-id="AyenehTV.ir" status="online",Ayeneh TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AyenehTV.ir" status="blocked",Ayeneh TV (720p) [Not 24/7] https://livestream.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/index.m3u8 #EXTINF:-1 tvg-id="CaltexTV.ir" status="online",Caltex TV (720p) [Not 24/7] https://vid1.caltexmusic.com/hls/caltextv.m3u8 -#EXTINF:-1 tvg-id="EBC1TV.ir" status="error",EBC1 TV (720p) [Geo-blocked] -https://vsn1-cdn-phx.icastcenter.com/EBC1/EBC1/playlist.m3u8 #EXTINF:-1 tvg-id="FarsTV.ir" status="online",FARS (240p) http://cdn1.live.irib.ir:1935/epg-live/smil:fars/playlist.m3u8 #EXTINF:-1 tvg-id="GEMAZ.ir" status="timeout",GEM AZ (576p) [Not 24/7] @@ -29,18 +27,8 @@ http://cdn1.live.irib.ir:1935/epg-live/smil:golestan/playlist.m3u8 https://live.hastitv.com/hls/livetv.m3u8 #EXTINF:-1 tvg-id="HispanTV.ir" status="online",HispanTV (480p) https://live1.presstv.ir/live/hispan.m3u8 -#EXTINF:-1 tvg-id="HispanTV.ir" status="error",HispanTV (480p) -https://live.presstv.ir/live/smil:live.smil/playlist.m3u8 #EXTINF:-1 tvg-id="ICnet1.ca" status="online",Icnet TV (720p) [Not 24/7] http://51.210.199.7/hls/stream.m3u8 -#EXTINF:-1 tvg-id="iFilm2.ir" status="error",iFILM Persian 2 (480p) [Not 24/7] -https://live1.presstv.ir/live/ifilm2.m3u8 -#EXTINF:-1 tvg-id="iFilmArabic.ir" status="error",iFILM Arabic (720p) -https://live.presstv.ir/ifilmlive/smil:ifilmar.smil/playlist.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="iFilmPersian.ir" status="error",iFILM (720p) [Not 24/7] -https://live.presstv.ir/ifilmlive/smil:ifilmtv.smil/playlist.m3u8 #EXTINF:-1 tvg-id="IranBeauty.ir" status="online",Iran Beauty (720p) [Not 24/7] http://51.210.199.57/hls/stream.m3u8 #EXTINF:-1 tvg-id="JahanbinTV.ir" status="online",JAHANBIN (240p) @@ -73,8 +61,6 @@ https://hls.pmchd.live/hls/stream.m3u8 http://51.210.199.29/hls/stream.m3u8 #EXTINF:-1 tvg-id="PressTV.ir" status="online",Press TV French (1080p) [Not 24/7] https://live1.presstv.ir/live/presstvfr/index.m3u8 -#EXTINF:-1 tvg-id="PressTV.ir" status="error",Press TV English (720p) -https://live.presstv.ir/liveprs/smil:liveprs/playlist.m3u8 #EXTINF:-1 tvg-id="QazvinTV.ir" status="online",QAZVIN (240p) http://cdn1.live.irib.ir:1935/epg-live/smil:qazvin/playlist.m3u8 #EXTINF:-1 tvg-id="SahandTV.ir" status="online",SAHAND (240p) diff --git a/streams/it.m3u b/streams/it.m3u index 5aac01cd7..1e5f8bb0b 100644 --- a/streams/it.m3u +++ b/streams/it.m3u @@ -111,9 +111,9 @@ http://178.32.140.155/canale51/canale51/playlist.m3u8 https://56b50ada2d659.streamlock.net/RadioBirikinaTV/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="RadioIbizaTV.it" status="online",Radio Ibiza TV (720p) [Not 24/7] https://5929b138b139d.streamlock.net/RadioIbizaTV/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioIglesias.it" status="online",Radio Iglesias (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioIglesias.it" status="blocked",Radio Iglesias (576p) [Geo-blocked] http://wms.shared.streamshow.it/visualradio/mp4:visualradio/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="online",Radio Iglesias Sardegna (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RadioIglesiasSardegna.it" status="blocked",Radio Iglesias Sardegna (576p) [Geo-blocked] https://59d7d6f47d7fc.streamlock.net/visualradio/visualradio/playlist.m3u8 #EXTINF:-1 tvg-id="RadioNumberOne.it" status="online",Radio Number One (720p) [Not 24/7] https://56b50ada2d659.streamlock.net/RN1TV/livestream/playlist.m3u8 @@ -158,7 +158,7 @@ https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=395276 http://stream.tvtap.net:8081/live/it-rai5.stream/playlist.m3u8 #EXTINF:-1 tvg-id="RaiGulp.it" status="online",Rai Gulp (576p) https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746953 -#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="error",RAI Italia Asia (576p) +#EXTINF:-1 tvg-id="RaiItaliaAsia.it" status="online",RAI Italia Asia (576p) http://210.210.155.37/x6bnqe/s/s63/index2.m3u8 #EXTINF:-1 tvg-id="RaiMovie.it" status="online",Rai Movie (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=747002 @@ -332,8 +332,6 @@ https://video-ar.radioradicale.it/diretta/padtv2/playlist.m3u8 http://mediapolisevent.rai.it/relinker/relinkerServlet.htm?cont=2606803 #EXTINF:-1 tvg-id="" status="online",Rai YoYo (576p) [Geo-blocked] https://mediapolis.rai.it/relinker/relinkerServlet.htm?cont=746899 -#EXTINF:-1 tvg-id="" status="error",Rete 7 (576p) -https://stream.ets-sistemi.it/live.rete7/rete7/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Super J TV (720p) https://54627d4fc5996.streamlock.net/SuperJtv/SuperJtv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Super TV Oristano (720p) [Not 24/7] diff --git a/streams/it_samsung.m3u b/streams/it_samsung.m3u index 06ceb7c9b..a446602e9 100644 --- a/streams/it_samsung.m3u +++ b/streams/it_samsung.m3u @@ -11,26 +11,26 @@ https://rakuten-euronews-3-it.samsung.wurl.com/manifest/playlist.m3u8 https://fashiontv-fashiontv-3-it.samsung.wurl.com/manifest/playlist.m3u8 #EXTINF:-1 tvg-id="FuelTV.us" status="online",Fuel TV (1080p) https://fueltv-fueltv-6-it.samsung.wurl.com/manifest/playlist.m3u8 +#EXTINF:-1 tvg-id="ItalianFishingTV.it" status="online",Italian Fishing TV +https://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="SofyTV.ch" status="online",Sofy TV (720p) https://sofytv-samsungit.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Alma TV Food -https://promosrl-almatvfood-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Alma TV Travel -https://promosrl-almatvtravel-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Amuse Animation https://amuse-amuseanimation-1-it.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",BBC Drama +https://bbceu-bbcdrama-2-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Bizzarro Movies https://minerva-bizzarromovies-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",CGTV https://cgentertainment-cgtv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Cinema Segreto https://minerva-cinemasegreto-1-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Donna TV -https://promosrl-donnatv-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Failarmy https://failarmy-international-it.samsung.wurl.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Italian Fishing TV -https://itftv-italianfishingtv-1-it.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Full Moon +https://minerva-fullmoon-1-it.samsung.wurl.tv/playlist.m3u8 +#EXTINF:-1 tvg-id="" status="online",Humanity Documentari +https://cdn-ue1-prod.tsv2.amagi.tv/linear/amg00712-alchimie-humanitydocit-samsungit/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mondo TV Kids https://mondotv-mondotvkids-1-it.samsung.wurl.tv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Motor1 TV diff --git a/streams/jo.m3u b/streams/jo.m3u index 62d66c1d5..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 @@ -27,9 +27,9 @@ http://188.247.86.66/RadioFann/ControlStudio1/playlist.m3u8 http://188.247.86.66/RadioFann/OnAirStudio1/playlist.m3u8 #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="error",Radio Yaqeen Jordan: Control Studio (180p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioYaqeenJordanControlStudio.jo" status="online",Radio Yaqeen Jordan: Control Studio (180p) [Not 24/7] http://188.247.86.66/MixFM/ControlStudio1/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioYaqeenJordanStudio.jo" status="error",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioYaqeenJordanStudio.jo" status="online",Radio Yaqeen Jordan: Studio (180p) [Not 24/7] http://188.247.86.66/MixFM/OnAirStudio1/playlist.m3u8 #EXTINF:-1 tvg-id="RotanaRadioJordanCityView.jo" status="online",Rotana Radio Jordan: City View (180p) [Not 24/7] http://188.247.86.66/RotanaRadio/CityView1/playlist.m3u8 @@ -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 8675ac925..c963f9238 100644 --- a/streams/ke.m3u +++ b/streams/ke.m3u @@ -1,13 +1,13 @@ #EXTM3U -#EXTINF:-1 tvg-id="AkiliKids.ke" status="error",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="error",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="error",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 65d631304..cd40a835d 100644 --- a/streams/kr.m3u +++ b/streams/kr.m3u @@ -3,11 +3,11 @@ http://andong.webcasting.co.kr/live/mbc/playlist.m3u8 #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="online",Anione (1080p) +#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,11 +18,11 @@ 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="online",AsiaN (1080p) @@ -31,9 +31,9 @@ https://kr-streams.onrender.com/scraper?channel=215 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 @@ -55,13 +55,13 @@ https://kr-streams.onrender.com/scraper?channel=458 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 -#EXTINF:-1 tvg-id="ChungbukMBCTV.kr" status="online",MBC Chungbuk (MBC 충북) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ChungbukMBCTV.kr" status="blocked",MBC Chungbuk (MBC 충북) (720p) [Not 24/7] http://211.33.246.4:32954/cj_live/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="ChunghwaTV.kr" status="online",Chunghwa TV (1080p) +#EXTINF:-1 tvg-id="ChunghwaTV.kr" status="error",Chunghwa TV (1080p) https://kr-streams.onrender.com/scraper?channel=287 -#EXTINF:-1 tvg-id="CinemaHeaven.kr" status="online",Cinema Heaven (1080p) +#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 @@ -73,9 +73,9 @@ https://d34t5yjz1ooymj.cloudfront.net/out/v1/875039d5eba0478fa8375a06b3aa5a37/in https://5ee1ec6f32118.streamlock.net/live/livetv/playlist.m3u8 #EXTINF:-1 tvg-id="DaejeonMBCTV.kr" status="online",MBC Daejeon (대전 MBC) (720p) [Not 24/7] https://ns1.tjmbc.co.kr/live/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="DaekyoKidsTV.kr" status="error",Daekyo Kids TV (1080p) +#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) @@ -125,23 +125,23 @@ https://dtvstreaming.hyundaihmall.com/newcjp3/_definst_/newcjpstream.smil/playli https://kr-streams.onrender.com/scraper?channel=271 #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="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="online",K-Baduk (1080p) +#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 @@ -171,38 +171,38 @@ https://wms4-kortv.akamaized.net/a_live/63719963/smil:20ch011.smil/playlist.m3u8 https://livecdn.fptplay.net/sdb/kbs_hls.smil/playlist.m3u8 #EXTINF:-1 tvg-id="KCTV.kr" status="online",KCTV 광주 CH05 (720p) [Not 24/7] http://119.77.96.184:1935/chn05/chn05/playlist.m3u8 -#EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (1080p) -http://220.95.92.160:9981/stream/channelid/1445999617 #EXTINF:-1 tvg-id="KNNTV.kr" status="online",SBS KNN (KNN 부산경남대표방송) (450p) [Not 24/7] http://211.220.195.200:1935/live/mp4:KnnTV.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="online",Korea Economy TV (1080p) +#EXTINF:-1 tvg-id="KNNTV.kr" status="error",SBS KNN (KNN 부산경남대표방송) (1080p) +http://220.95.92.160:9981/stream/channelid/1445999617 +#EXTINF:-1 tvg-id="KoreaEconomyTV.kr" status="error",Korea Economy TV (1080p) https://kr-streams.onrender.com/scraper?channel=408 #EXTINF:-1 tvg-id="KShopping.kr" status="online",KShopping https://fhs8036.bd-61.ktcdn.co.kr/klive/smil:klive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="LotteHomeShopping.kr" status="online",Lotte Home Shopping (720p) 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="online",MBC (1080p) [Not 24/7] http://123.254.72.24:1935/tvlive/livestream2/playlist.m3u8 -#EXTINF:-1 tvg-id="MBN.kr" status="online",MBN (1080p) +#EXTINF:-1 tvg-id="MBN.kr" status="error",MBN (1080p) https://kr-streams.onrender.com/scraper?channel=274 -#EXTINF:-1 tvg-id="Mnet.kr" status="online",Mnet (1080p) +#EXTINF:-1 tvg-id="Mnet.kr" status="error",Mnet (1080p) https://kr-streams.onrender.com/scraper?channel=285 #EXTINF:-1 tvg-id="MokpoMBCTV.kr" status="online",MBC Mokpo (목포 MBC) (720p) [Not 24/7] http://vod.mpmbc.co.kr:1935/live/encoder-tv/playlist.m3u8 #EXTINF:-1 tvg-id="MTN.kr" status="online",MTN (720p) http://183.110.27.87/mtnlive/720/playlist.m3u8 -#EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (1080p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCL-WOj1FxKR8Hlzg5tvnWKg/live #EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (720p) https://m.webcast.go.kr/live/_definst_/smil:natv_720p.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (480p) https://m.webcast.go.kr/live/_definst_/smil:natv_480p.smil/playlist.m3u8 #EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="online",National Assembly TV (240p) https://m.webcast.go.kr/live/_definst_/smil:natv_240p.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="NationalAssemblyTV.kr" status="error",National Assembly TV (1080p) +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCL-WOj1FxKR8Hlzg5tvnWKg/live #EXTINF:-1 tvg-id="NationalGeographicWildKorea.kr" status="online",National Geographic Wild Korea (1080p) https://kr-streams.onrender.com/scraper?channel=232 #EXTINF:-1 tvg-id="NBS.kr" status="online",NBS Korea Agricultural Broadcasting (720p) @@ -217,7 +217,7 @@ https://shoppstream.nsmall.com/IPHONE/mobile.m3u8 http://59.23.231.102:1935/live/obsstream1/myStream.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="OBSGyeonginTV.kr" status="online",OBS Gyeongin TV (540p) https://vod.obs.co.kr:444/live/obsstream1/myStream.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="OCN.kr" status="online",OCN (1080p) +#EXTINF:-1 tvg-id="OCN.kr" status="error",OCN (1080p) https://kr-streams.onrender.com/scraper?channel=407 #EXTINF:-1 tvg-id="OLife.kr" status="error",OLIFE (1080p) https://kr-streams.onrender.com/scraper?channel=503 @@ -227,7 +227,7 @@ https://kr-streams.onrender.com/scraper?channel=505 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 @@ -237,9 +237,9 @@ https://kr-streams.onrender.com/scraper?channel=509 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="online",SBS Golf (1080p) +#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 @@ -255,23 +255,23 @@ http://221.157.125.239:1935/live/psike/playlist.m3u8 https://cdntv.tbs.seoul.kr/tbs/tbs_tv_web.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Telenovela.kr" status="online",Telenovela (1080p) https://kr-streams.onrender.com/scraper?channel=216 -#EXTINF:-1 tvg-id="TheMovie.kr" status="online",THE MOVIE (1080p) +#EXTINF:-1 tvg-id="TheMovie.kr" status="error",THE MOVIE (1080p) https://kr-streams.onrender.com/scraper?channel=141 #EXTINF:-1 tvg-id="TJBTV.kr" status="online",SBS TJB (1080p) [Not 24/7] http://1.245.74.5:1935/live/tv/.m3u8 -#EXTINF:-1 tvg-id="Tooniverse.kr" status="error",Tooniverse (1080p) +#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 -#EXTINF:-1 tvg-id="tvNDrama.kr" status="online",tvN DRAMA (1080p) +#EXTINF:-1 tvg-id="tvNDrama.kr" status="error",tvN DRAMA (1080p) https://kr-streams.onrender.com/scraper?channel=282 -#EXTINF:-1 tvg-id="TVNMovies.hk" status="error",tvN Movies (Indonesian Subtitle) (576p) +#EXTINF:-1 tvg-id="TVNMovies.hk" status="online",tvN Movies (Indonesian Subtitle) (576p) http://210.210.155.37/dr9445/h/h21/index.m3u8 #EXTINF:-1 tvg-id="tvNShow.kr" status="error",tvN SHOW (1080p) https://kr-streams.onrender.com/scraper?channel=284 -#EXTINF:-1 tvg-id="tvNStory.kr" status="online",tvN STORY (1080p) +#EXTINF:-1 tvg-id="tvNStory.kr" status="error",tvN STORY (1080p) https://kr-streams.onrender.com/scraper?channel=283 #EXTINF:-1 tvg-id="TVWorkNet.kr" status="online",TVWorkNet (480p) http://live.worktv.or.kr:1935/live/wowtvlive1.sdp/playlist.m3u8 @@ -287,16 +287,16 @@ http://192.241.153.173/live/livestream.m3u8 https://liveout.catenoid.net/live-05-wshopping/wshopping_1500k/playlist.m3u8 #EXTINF:-1 tvg-id="YeosuMBCTV.kr" status="online",MBC Yeosu (여수 MBC) (1080p) [Not 24/7] https://5c3639aa99149.streamlock.net/live_TV/tv/playlist.m3u8 -#EXTINF:-1 tvg-id="YTN.kr" status="online",YTN (1080p) +#EXTINF:-1 tvg-id="YTN.kr" status="timeout",YTN (1080p) http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UChlgI3UHCOnwUGzWzbJ3H5w/live #EXTINF:-1 tvg-id="YTN.kr" status="error",YTN (1080p) https://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) @@ -309,17 +309,17 @@ http://amdlive-ch03.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/pla http://amdlive.ctnd.com.edgesuite.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Arirang Radio (720p) https://amdlive-ch02-ctnd-com.akamaized.net/arirang_3ch/smil:arirang_3ch.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",arteTV +#EXTINF:-1 tvg-id="" status="timeout",arteTV http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/user/TheArteTV/live #EXTINF:-1 tvg-id="" status="online",EBS E (400p) https://ebsonair.ebs.co.kr/plus3familypc/familypc1m/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",GoodTV (1080p) http://mobliestream.c3tv.com:1935/live/goodtv.sdp/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Indie Film (1080p) +#EXTINF:-1 tvg-id="" status="error",Indie Film (1080p) https://kr-streams.onrender.com/scraper?channel=818 #EXTINF:-1 tvg-id="" status="online",JCN TV https://jcnonair-1108.acs.wecandeo.com/ms/3162/1108/index.m3u8 -#EXTINF:-1 tvg-id="" status="online",KBS News +#EXTINF:-1 tvg-id="" status="timeout",KBS News http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/c/newskbs/live #EXTINF:-1 tvg-id="" status="online",Korea TV https://hlive.ktv.go.kr/live/klive_h.stream/playlist.m3u8 @@ -329,7 +329,7 @@ http://necgokr2-724.acs.wecandeo.com/ms/2528/724/index.m3u8 http://live.kytv.co.kr:8080/hls/stream.m3u8 #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 9cd024076..081269e09 100644 --- a/streams/kz.m3u +++ b/streams/kz.m3u @@ -5,18 +5,18 @@ 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 #EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] +http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live +#EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (720p) [Not 24/7] 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="Khabar24.kz" status="error",Хабар 24 (720p) [Not 24/7] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCnAFKvDuqBGkIfV8Vn0J_CQ/live #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] @@ -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 e03865c83..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 @@ -33,7 +33,7 @@ https://svs.itworkscdn.net/nour8satlive/livestream/playlist.m3u8 https://svs.itworkscdn.net/nour9satlive/livestream/playlist.m3u8 #EXTINF:-1 tvg-id="Noursat.lb" status="online",NourSAT (576p) https://svs.itworkscdn.net/nour4satlive/livestream/playlist.m3u8 -#EXTINF:-1 tvg-id="OTV.lb" status="error",OTV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OTV.lb" status="online",OTV (720p) [Not 24/7] http://62.182.82.104/OTV/index.m3u8?token=test #EXTINF:-1 tvg-id="TahaTV.lb" status="online",Taha TV (360p) [Not 24/7] https://media2.livaat.com/TAHA-TV/index.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 0215ad04c..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="error",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/ma.m3u b/streams/ma.m3u index d469f0fae..e10e486b3 100644 --- a/streams/ma.m3u +++ b/streams/ma.m3u @@ -29,5 +29,5 @@ https://api.new.livestream.com/accounts/27130247/events/8196478/live.m3u8 https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/2m_monde/hls_video_ts_tuhawxpiemz257adfc/2m_monde.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Al Aoula International (360p) https://cdnamd-hls-globecast.akamaized.net/live/ramdisk/al_aoula_inter/hls_snrt/al_aoula_inter.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Maghreb Arabe Press (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Maghreb Arabe Press (720p) [Not 24/7] https://www.maptvnews.ma/live/smil:OutStream1.smil/playlist.m3u8 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/mw.m3u b/streams/mw.m3u index 0ae0ecb2f..88b583bf0 100644 --- a/streams/mw.m3u +++ b/streams/mw.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="MBC.mw" status="online",MBC (614p) [Not 24/7] +#EXTINF:-1 tvg-id="MBC.mw" status="timeout",MBC (614p) [Not 24/7] http://41.216.229.205:8080/live/livestream/index.m3u8 diff --git a/streams/mx.m3u b/streams/mx.m3u index db41914be..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,13 +41,13 @@ 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 @@ -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,41 +91,41 @@ 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="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="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="error",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="error",Televisa Sinaloa +#EXTINF:-1 tvg-id="TelevisaSinaloa.mx" status="timeout",Televisa Sinaloa http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCtm1LvYEIQ_NrfOUVJ08YhQ/live #EXTINF:-1 tvg-id="TelevisaSonora.mx" status="timeout",Televisa Sonora (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCyzWMHGS7bs0sot6KZk5EZg/live -#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="online",Televisa Veracruz (720p) [Not 24/7] +#EXTINF:-1 tvg-id="TelevisaVeracruz.mx" status="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="timeout",Televisa Zacatecas (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/channel/UCQb3i7gu9J8A4zzQU7j6C1Q/live @@ -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 diff --git a/streams/mx_pluto.m3u b/streams/mx_pluto.m3u index faa653160..262d7b743 100644 --- a/streams/mx_pluto.m3u +++ b/streams/mx_pluto.m3u @@ -10,9 +10,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f99a772c548530007 #EXTINF:-1 tvg-id="LuchaLibreAAA.us" status="online",Pluto TV Lucha Libre AAA (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c01df1759ee03633e7b272c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickClasico.us" status="online",Pluto TV Nick Clásico (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="NickClasico.us" status="online",Pluto TV Nick Clásico (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddd7c348520b40009c347e2/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="NickClasico.us" status="online",Pluto TV Nick Clásico (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12151794c1800007a8ae63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Jr. Latino (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d0ec7b0f7015fbe0a3bf7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d8d0ec7b0f7015fbe0a3bf7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=998&terminate=false&userId= #EXTINF:-1 tvg-id="NickJrenEspanol.us" status="online",Pluto TV Nick Latino (720p) [Not 24/7] @@ -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= @@ -134,9 +134,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84db2db385180007 #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/v1/stitch/embed/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e84dc59026b9b000766f9a2&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=943&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVNovelasThriller.us" status="online",Pluto TV Novelas Thriller (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e84dc59026b9b000766f9a2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVPeleas.us" status="online",Pluto TV Peleas (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e98b0447665f200078caded/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVPistasdeBlue.us" status="online",Pluto TV Pistas de Blue (480p) @@ -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= diff --git a/streams/my.m3u b/streams/my.m3u index cceef35ec..89fd5e329 100644 --- a/streams/my.m3u +++ b/streams/my.m3u @@ -53,24 +53,24 @@ 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) -http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) [Geo-blocked] http://210.210.155.35/dr9445/h/h04/index.m3u8 +#EXTINF:-1 tvg-id="CinemaWorld.my" status="error",CinemaWorld (576p) +http://210.210.155.37/dr9445/h/h04/index.m3u8 #EXTINF:-1 tvg-id="ColorsMalaysia.my" status="timeout",Colors (480p) http://104.238.221.63:9138/stream/live/c20526.m3u8 -#EXTINF:-1 tvg-id="DramaSangat.my" status="error",Drama Sangat (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DramaSangat.my" status="online",Drama Sangat (720p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/Drama_Sangat.m3u8 +#EXTINF:-1 tvg-id="eGGNetwork.my" status="online",Egg Network (720p) +http://210.210.155.37/uq2663/h/h22/index.m3u8 #EXTINF:-1 tvg-id="eGGNetwork.my" status="timeout",eGG Network (720p) http://172.96.160.37:9138/stream/live/c21035.m3u8 -#EXTINF:-1 tvg-id="eGGNetwork.my" status="error",Egg Network (720p) -http://210.210.155.37/uq2663/h/h22/index.m3u8 #EXTINF:-1 tvg-id="GolfChannelMalaysia.my" status="timeout",Golf Channel (720p) http://104.238.221.63:9138/stream/live/c20398.m3u8 #EXTINF:-1 tvg-id="GoShopMalay111.my" status="timeout",GO Shop (720p) @@ -99,7 +99,7 @@ https://rtmlive06tv.secureswiftcontent.com/rtmchannel/06-manifest.mpd http://172.96.140.34:9138/stream/live/c21056.m3u8 #EXTINF:-1 tvg-id="TADAA.my" status="timeout",TA-DAA! (720p) http://172.96.160.37:9138/stream/live/c20478.m3u8 -#EXTINF:-1 tvg-id="TV9.my" status="error",TV9 (480p) [Not 24/7] +#EXTINF:-1 tvg-id="TV9.my" status="online",TV9 (480p) [Not 24/7] https://raw.githubusercontent.com/samleong123/tonton_dailymotion_php/main/m3u8/TV9.m3u8 #EXTINF:-1 tvg-id="TVBJadeMalaysia.my" status="timeout",TVB Jade (720p) http://172.96.140.34:9138/stream/live/c20410.m3u8 diff --git a/streams/ng.m3u b/streams/ng.m3u index 58b6bcb42..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="blocked",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="error",TVC (1080p) +#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 66c2e01c4..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 @@ -13,13 +13,13 @@ http://138.117.4.70:8075/channel10/playlist.m3u8 http://138.117.4.70:8075/channel11/playlist.m3u8 #EXTINF:-1 tvg-id="Canal12.ni" status="blocked",Nicavisión Canal 12 (720p) [Not 24/7] https://5ca9af4645e15.streamlock.net/canal12/videocanal12/playlist.m3u8 -#EXTINF:-1 tvg-id="JBNTV.hn" status="online",JBN (720p) [Not 24/7] +#EXTINF:-1 tvg-id="JBNTV.hn" status="error",JBN (720p) [Not 24/7] https://inliveserver.com:1936/17510/17510/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) (720p) [Not 24/7] https://60417ddeaf0d9.streamlock.net/tn8/videotn8/playlist.m3u8 #EXTINF:-1 tvg-id="TN8.ni" status="online",Telenica Canal 8 (tn8) http://138.117.4.70:8075/channel8/playlist.m3u8 -#EXTINF:-1 tvg-id="VosTV.ni" status="error",Vos Tv (720p) [Not 24/7] +#EXTINF:-1 tvg-id="VosTV.ni" status="online",Vos Tv (720p) [Not 24/7] http://ott.streann.com:8080/loadbalancer/services/public/channels/59e60c4997381ef50d15c041/playlist.m3u8 #EXTINF:-1 tvg-id="WTVCanal20.ni" status="online",WTV Canal 20 (720p) https://cloudvideo.servers10.com:8081/8130/index.m3u8 diff --git a/streams/nl.m3u b/streams/nl.m3u index 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 24b545ba9..5f78d1746 100644 --- a/streams/no.m3u +++ b/streams/no.m3u @@ -15,7 +15,7 @@ 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="online",Viasat Nature Kazakhstan (720p) https://sc.id-tv.kz/ViasatNature.m3u8 diff --git a/streams/np.m3u b/streams/np.m3u index 30669324a..1f1cd349c 100644 --- a/streams/np.m3u +++ b/streams/np.m3u @@ -1,3 +1,3 @@ #EXTM3U -#EXTINF:-1 tvg-id="KantipurTV.np" status="error",Kantipur TV (1080p) +#EXTINF:-1 tvg-id="KantipurTV.np" status="online",Kantipur TV (1080p) https://ktvhdsg.ekantipur.com:8443/ktv_desktop_02347834/hd/playlist.m3u8 diff --git a/streams/pa.m3u b/streams/pa.m3u index b07c932a2..584e5cf75 100644 --- a/streams/pa.m3u +++ b/streams/pa.m3u @@ -13,11 +13,11 @@ https://stmv3.voxtvhd.com.br/dreikotv/dreikotv/playlist.m3u8 https://1206618505.rsc.cdn77.org/LS-ATL-59020-1/playlist.m3u8 #EXTINF:-1 tvg-id="NexTVCanal21.pa" status="timeout",Nex TV (Canal 21) http://209.91.213.10:8088/play/a01o -#EXTINF:-1 tvg-id="OyeTV.pa" status="online",Oye TV (480p) [Geo-blocked] +#EXTINF:-1 tvg-id="OyeTV.pa" status="blocked",Oye TV (480p) [Geo-blocked] https://mdstrm.com/live-stream-playlist/5d88df173853e7072f3f953f.m3u8 #EXTINF:-1 tvg-id="RPCTV.pa" status="blocked",RPC (720p) [Geo-blocked] 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 89b81b08a..8d3cffc50 100644 --- a/streams/pe.m3u +++ b/streams/pe.m3u @@ -3,21 +3,19 @@ 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 #EXTINF:-1 tvg-id="ATVPlus.pe" status="online",ATV+ Noticias (480p) [Not 24/7] https://dysmuyxh5vstv.cloudfront.net/hls/atv2.m3u8 -#EXTINF:-1 tvg-id="AutenticaTelevision.pe" status="error",Auténtica Televisión (720p) [Not 24/7] +#EXTINF:-1 tvg-id="AutenticaTelevision.pe" status="online",Auténtica Televisión (720p) [Not 24/7] https://live.obslivestream.com/autenticatvmux/index.m3u8 #EXTINF:-1 tvg-id="BestCableMasCumbia.pe" status="online",Best Cable Más Cumbia (720p) [Not 24/7] https://tv.inka.net.pe/mascumbiatvonline/mascumbiatvonline/index.m3u8 @@ -35,7 +33,7 @@ http://cdn1.ujjina.com:1935/iptvbhtv/livebhtvtv/playlist.m3u8 https://tv.inka.net.pe/cajamarcatv/cajamarcatv/index.m3u8 #EXTINF:-1 tvg-id="Canal8Catacaos.pe" status="online",Canal 8 (Catacaos) (360p) [Not 24/7] https://tvdatta.com:3838/live/canalcatacaoslive.m3u8 -#EXTINF:-1 tvg-id="CanalB.pe" status="online",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="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 @@ -81,7 +79,7 @@ https://7.innovatestream.pe:19360/cctvchupaca/cctvchupaca.m3u8 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 -#EXTINF:-1 tvg-id="FuegoTV.pe" status="error",FuegoTV (Lima) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="FuegoTV.pe" status="online",FuegoTV (Lima) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/fuegoweb/fuegoweb/playlist.m3u8 #EXTINF:-1 tvg-id="FullTV.pe" status="online",FullTV (Lima) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/fullmu/fullmu/playlist.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,7 +111,7 @@ 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="online",Karibeña (720p) [Not 24/7] https://cu.onliv3.com/livevd/user1.m3u8 @@ -157,10 +155,10 @@ https://inliveserver.com:1936/19018/19018/playlist.m3u8 http://vs8.live.opencaster.com/20100152275/jcpstream/playlist.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] https://ed3od.live.opencaster.com/jcpstream_hd720/index.m3u8 -#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] -https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 #EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (360p) [Not 24/7] https://ed3od.live.opencaster.com/jcpstream_mid/index.m3u8 +#EXTINF:-1 tvg-id="MonterricoTV.pe" status="online",Monterrico TV (1080p) [Not 24/7] +https://www.opencaster.com/resources/hls_stream/hipodromojcp2.m3u8 #EXTINF:-1 tvg-id="NacionalTV.pe" status="online",NacionalTV (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/nacionaltv/nacionaltv/playlist.m3u8 #EXTINF:-1 tvg-id="Nativa.pe" status="online",Nativa (720p) [Not 24/7] @@ -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 @@ -199,17 +197,17 @@ https://stmv.panel.grupolimalive.com/peruvian/peruvian/playlist.m3u8 http://190.108.83.142:8000/play/a00d/index.m3u8 #EXTINF:-1 tvg-id="PlanetaTVAmazonas.pe" status="online",Planeta TV (Bagua) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/planeatv/planeatv/playlist.m3u8 -#EXTINF:-1 tvg-id="ProyectaTelevision.pe" status="online",Proyecta Televisión (Huacho) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="ProyectaTelevision.pe" status="error",Proyecta Televisión (Huacho) (720p) [Not 24/7] https://servilive.com:3194/live/proyectatvlive.m3u8 #EXTINF:-1 tvg-id="QTTelevision.pe" status="online",QT Televisión (Cuzco) (720p) [Not 24/7] https://servilive.com:3753/live/qosqotimeslive.m3u8 -#EXTINF:-1 tvg-id="QuattroTV.pe" status="online",Quattro TV (720p) [Not 24/7] +#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 -#EXTINF:-1 tvg-id="RadioCalor.pe" status="error",Radio Calor (Huancayo) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioCalor.pe" status="online",Radio Calor (Huancayo) (720p) [Not 24/7] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.twitch.tv/calortv -#EXTINF:-1 tvg-id="RadioChalaca.pe" status="online",Radio Chalaca (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioChalaca.pe" status="timeout",Radio Chalaca (720p) [Not 24/7] https://megastreamm.com:3611/stream/play.m3u8 #EXTINF:-1 tvg-id="RadioInkaTV.pe" status="online",RadioInka (Abancay) (1080p) [Not 24/7] https://tv.portalexpress.es:3175/hybrid/play.m3u8 @@ -219,17 +217,17 @@ https://servilive.com:3960/live/radiotvondadigitallive.m3u8 https://5c3fb01839654.streamlock.net:1963/iptvsanborja/livesanborjatv/playlist.m3u8 #EXTINF:-1 tvg-id="RadioTropical.pe" status="online",Radio Tropical Tarapoto (480p) [Not 24/7] https://videoserver.tmcreativos.com:19360/raditropical/raditropical.m3u8 -#EXTINF:-1 tvg-id="RadioTVOriente.pe" status="error",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="RadioTVOriente.pe" status="online",RadioTV Oriente (Yurimaguas) (1080p) [Not 24/7] https://stmv.panel.grupolimalive.com/orientetv/orientetv/playlist.m3u8 -#EXTINF:-1 tvg-id="RadioTVTendencias.pe" status="online",Radio TV Tendencias [Not 24/7] +#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,9 +237,9 @@ 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="error",SelvaMía TV (Aguaytía) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SelvaMiaTV.pe" status="online",SelvaMía TV (Aguaytía) (360p) [Not 24/7] https://inliveserver.com:1936/18022/18022/playlist.m3u8 #EXTINF:-1 tvg-id="Sistema1.pe" status="timeout",Sistema 1 [Not 24/7] https://paneltv.rstreaminghd.net:3042/live/sistema1tvlive.m3u8 @@ -249,9 +247,9 @@ 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 @@ -261,7 +259,7 @@ https://7.innovatestream.pe:19360/supercanal/supercanal.m3u8 https://tvdatta.com:3517/live/kachorrotvlive.m3u8 #EXTINF:-1 tvg-id="SurTV.pe" status="online",SurTV (Ilo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/surtv/surtv/playlist.m3u8 -#EXTINF:-1 tvg-id="Tele2000.pe" status="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 @@ -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="online",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 @@ -323,9 +321,9 @@ http://190.108.83.142:8000/play/a006/index.m3u8 https://dacastmmd.mmdlive.lldns.net/dacastmmd/acda902f73a646daac3fdc9dcddbc971/playlist.m3u #EXTINF:-1 tvg-id="Unitel.pe" status="online",Unitel (Huancayo) (720p) [Not 24/7] https://stmv.panel.grupolimalive.com/uniteltv/uniteltv/playlist.m3u8 -#EXTINF:-1 tvg-id="UranioTV.pe" status="error",Uranio TV (Yurimaguas) (720p) [Not 24/7] +#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 1cab2fa63..001ab7b99 100644 --- a/streams/ph.m3u +++ b/streams/ph.m3u @@ -5,27 +5,27 @@ 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="online",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="error",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="error",CLTV 36 +#EXTINF:-1 tvg-id="" status="online",CLTV 36 http://210.213.69.20:5080/LiveApp/streams/cltvmcr.m3u8 #EXTINF:-1 tvg-id="" status="online",Super Radyo DZBB (720p) [Not 24/7] http://stream.gmanews.tv/ioslive/livestream/chunklist.m3u8?wowzasessionid=693701106 diff --git a/streams/pk.m3u b/streams/pk.m3u index 9aacb5610..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,9 +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="HumMasala.pk" status="error",Hum Masala (720p) -http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.youtube.com/watch?v=rjn7zlpvzOM -#EXTINF:-1 tvg-id="HumNews.pk" status="online",Hum News (720p) +#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 @@ -48,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/pr.m3u b/streams/pr.m3u index bac9f4f12..c6d356252 100644 --- a/streams/pr.m3u +++ b/streams/pr.m3u @@ -9,7 +9,7 @@ http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Mas TV (1080p) https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="error",Noti Uno Puerto Rico (854p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Noti Uno Puerto Rico (854p) [Not 24/7] https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Wipr https://streannliveprtv.cachefly.net/prtv1/prtv1/playlist.m3u8 diff --git a/streams/ps.m3u b/streams/ps.m3u index 5c1835919..3550c3628 100644 --- a/streams/ps.m3u +++ b/streams/ps.m3u @@ -5,7 +5,7 @@ http://vstream3.hadara.ps:8081/7alafm2020/7alafm2020/playlist.m3u8 http://htvajyal.mada.ps:8888/ajyal/index.m3u8 #EXTINF:-1 tvg-id="AjyalTV.ps" status="online",Ajyal TV (720p) [Not 24/7] http://htvmada.mada.ps:8888/ajyal/index.m3u8 -#EXTINF:-1 tvg-id="AlAqsaTV.ps" status="error",Al Aqsa Channel (416p) [Not 24/7] +#EXTINF:-1 tvg-id="AlAqsaTV.ps" status="online",Al Aqsa Channel (416p) [Not 24/7] https://live-1.linuxway.info/aqsatv/live/tv/playlist.m3u8 #EXTINF:-1 tvg-id="Audeh.ps" status="online",Audeh (480p) http://htvpalsat.mada.ps:8888/audeh/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="error",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 8515c64dc..07e5c91d4 100644 --- a/streams/pt.m3u +++ b/streams/pt.m3u @@ -15,12 +15,12 @@ http://176.79.76.155:8000/play/a01x/index.m3u8 https://streamer-a01.videos.sapo.pt/live/portocanal/playlist.m3u8 #EXTINF:-1 tvg-id="PortoCanal.pt" status="online",Porto Canal (360p) [Not 24/7] https://streamer-b02.videos.sapo.pt/live/portocanal/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP1.pt" status="online",RTP1 (480p) -http://162.212.178.69:41042/bysid/608 -#EXTINF:-1 tvg-id="RTP1.pt" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="RTP1.pt" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0",RTP1 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:93.0) Gecko/20100101 Firefox/93.0 https://streaming-live.rtp.pt/liverepeater/rtpClean1HD.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="RTP2.pt" status="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="RTP1.pt" status="online",RTP1 (480p) +http://162.212.178.69:41042/bysid/608 +#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 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/ro.m3u b/streams/ro.m3u index e6214d7d8..8c44403c6 100644 --- a/streams/ro.m3u +++ b/streams/ro.m3u @@ -11,7 +11,7 @@ http://s5.alfaomega.tv:1935/alfaomega/alfaomega1.sdp/playlist.m3u8 http://s5.alfaomega.tv:1935/alfaomega/smil:alfaomegatv/playlist.m3u8 #EXTINF:-1 tvg-id="AntenaSport.ro" status="online",AntenaSport (720p) [Not 24/7] https://stream1.antenaplay.ro/dfs/farasecrete5/playlist.m3u8 -#EXTINF:-1 tvg-id="B1.ro" status="online",B1 (272p) [Not 24/7] +#EXTINF:-1 tvg-id="B1.ro" status="error",B1 (272p) [Not 24/7] https://stream.adunity.com/b1/b1.m3u8 #EXTINF:-1 tvg-id="BucovinaTV.ro" status="online",Bucovina TV (480p) http://46.4.14.12:9999/btvsvlive/playlist.m3u8 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 190be918d..fa51a2e1f 100644 --- a/streams/ru.m3u +++ b/streams/ru.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="online",1HD Music Television (404p) [Not 24/7] +#EXTINF:-1 tvg-id="1HDMusicTelevision.ru" status="timeout",1HD Music Television (404p) [Not 24/7] https://sc.id-tv.kz/1hd.m3u8 #EXTINF:-1 tvg-id="2x2.ru" status="online",2x2 (720p) [Not 24/7] https://bl.uma.media/live/317805/HLS/4614144_3,2883584_2,1153024_1/1613019214/3754dbee773afc02014172ca26d3bb79/playlist.m3u8 @@ -17,7 +17,7 @@ https://edge2-tv-ll.facecast.io/evacoder_hls_hi/CkxfR1xNUAJwTgtXTBZTAJli/index.m https://strm.yandex.ru/kal/360tv/360tv0.m3u8 #EXTINF:-1 tvg-id="360deg.ru" status="blocked",360° (720p) https://video1.in-news.ru/360/index.m3u8 -#EXTINF:-1 tvg-id="A1.ru" status="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,9 +57,9 @@ 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="online",Bollywood HD (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="BollywoodHDRussia.ru" status="timeout",Bollywood HD (1080p) [Not 24/7] https://sc.id-tv.kz/bollywood_hd.m3u8 #EXTINF:-1 tvg-id="ChannelOne.ru" status="online",Channel One https://edge1.1internet.tv/dash-live2/streams/1tv-dvr/1tvdash.mpd @@ -81,13 +81,13 @@ 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",Дорама (1080p) [Not 24/7] -https://sc.id-tv.kz/dorama_hd.m3u8 #EXTINF:-1 tvg-id="Dorama.uk" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Дорама (480p) #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="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 #EXTINF:-1 tvg-id="EuropaPlusTV.ru" status="blocked",Europa Plus TV (1080p) [Geo-blocked] @@ -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,19 +126,19 @@ https://edge2.uk.kab.tv/live/tvrus-rus-medium/playlist.m3u8 https://zabava-htlive.cdn.ngenix.net/hls/CH_KARUSEL/variant.m3u8 #EXTINF:-1 tvg-id="Kavkaz24.ru" status="blocked",Кавказ 24 (720p) [Geo-blocked] https://strm.yandex.ru/kal/kavkaz24_supres/kavkaz24_supres0.m3u8 -#EXTINF:-1 tvg-id="Khabar24.kz" status="online",Хабар 24 (576p) [Not 24/7] +#EXTINF:-1 tvg-id="Khabar24.kz" status="timeout",Хабар 24 (576p) [Not 24/7] https://sc.id-tv.kz/Khabar_24.m3u8 #EXTINF:-1 tvg-id="Khabar.kz" status="online",Хабар (576p) [Not 24/7] 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="error",Кинопремьера (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinopremyera.ru" status="timeout",Кинопремьера (1080p) [Not 24/7] https://sc.id-tv.kz/Kinopremiera_hd.m3u8 -#EXTINF:-1 tvg-id="Kinosemja.ru" status="online",Киносемья (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="Kinosemja.ru" status="timeout",Киносемья (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosemiya_hd.m3u8 #EXTINF:-1 tvg-id="Kinosvidanie.ru" status="timeout",Киносвидание (1080p) [Not 24/7] https://sc.id-tv.kz/Kinosvidanie_hd.m3u8 @@ -179,24 +179,24 @@ http://live-minidey.cdnvideo.ru/minidey/minidey.sdp/playlist.m3u8 http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/hd/playlist.m3u8 #EXTINF:-1 tvg-id="Mir24.ru" status="online",Мир 24 (1080p) http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mir24_2500/playlist.m3u8 +#EXTINF:-1 tvg-id="Mir24.ru" status="online",Мир 24 (576p) [Not 24/7] +https://sc.id-tv.kz/Mir24.m3u8 #EXTINF:-1 tvg-id="Mir24.ru" status="blocked",Мир 24 (1080p) [Not 24/7] http://188.40.68.167/russia/mir24/playlist.m3u8 -#EXTINF:-1 tvg-id="Mir24.ru" status="timeout",Мир 24 (576p) [Not 24/7] -https://sc.id-tv.kz/Mir24.m3u8 #EXTINF:-1 tvg-id="Mir.ru" status="online",Мир (1080p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv_2500/playlist.m3u8 #EXTINF:-1 tvg-id="MirPlus2.ru" status="online",Мир +2 (540p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv2_2500/playlist.m3u8 -#EXTINF:-1 tvg-id="MirPlus3.ru" status="timeout",Мir +3 (512p) [Not 24/7] +#EXTINF:-1 tvg-id="MirPlus3.ru" status="online",Мir +3 (512p) [Not 24/7] https://sc.id-tv.kz/Mir.m3u8 #EXTINF:-1 tvg-id="MirPlus4.ru" status="online",Мир +4 (540p) [Not 24/7] http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv3_2500/playlist.m3u8 #EXTINF:-1 tvg-id="MirPlus7.ru" status="online",Мир +7 (540p) http://hls.mirtv.cdnvideo.ru/mirtv-parampublish/mirtv7_2500/playlist.m3u8 +#EXTINF:-1 tvg-id="MirSeriala.ru" status="online",Мир Сериала (576p) [Not 24/7] +http://185.161.224.216/dash/Mir_seriala_SD.ism/playlist.mpd #EXTINF:-1 tvg-id="MirSeriala.ru" status="blocked",Мир сериала (576p) [Not 24/7] http://188.40.68.167/russia/mir_seriala/playlist.m3u8 -#EXTINF:-1 tvg-id="MirSeriala.ru" status="error",Мир Сериала (576p) [Not 24/7] -http://185.161.224.216/dash/Mir_seriala_SD.ism/playlist.mpd #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="online",Мисто плюс (480p) @@ -224,7 +224,7 @@ https://strm.yandex.ru/kal/muztv_supres/muztv_supres0.m3u8 #EXTINF:-1 tvg-id="MuzTV.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/s28/index.m3u8 -#EXTINF:-1 tvg-id="NanoTV.ru" status="error",Нано (540p) +#EXTINF:-1 tvg-id="NanoTV.ru" status="online",Нано (540p) http://nano.teleservice.su:8080/hls/nano.m3u8 #EXTINF:-1 tvg-id="NashaSibir.ru" status="timeout",Наша Сибирь / Кемерово (1080p) [Not 24/7] https://strm.yandex.ru/kal/sibir/sibir0.m3u8 @@ -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="timeout",Победа (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 @@ -346,7 +346,7 @@ http://ott-cdn.ucom.am/s63/index.m3u8 #EXTINF:-1 tvg-id="RTGTV.ru" status="timeout" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",RTG (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s80/index.m3u8 -#EXTINF:-1 tvg-id="RTRPlaneta.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="RTRPlaneta.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",РТР-Планета (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s15/index.m3u8 #EXTINF:-1 tvg-id="RTUK.uk" status="online",RT UK (1080p) [Geo-blocked] @@ -387,11 +387,11 @@ https://strm.yandex.ru/kal/rutv_cv/rutv_cv0.m3u8 #EXTINF:-1 tvg-id="Rybolov.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Рыболов (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s55/index.m3u8 -#EXTINF:-1 tvg-id="Ryzhiy.ru" status="blocked",Рыжий (576p) [Geo-blocked] -http://serv30.vintera.tv:8081/detskiy/ryzhiy_08/playlist.m3u8 -#EXTINF:-1 tvg-id="Ryzhiy.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="Ryzhiy.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Рыжий (480p) #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/s57/index.m3u8 +#EXTINF:-1 tvg-id="Ryzhiy.ru" status="blocked",Рыжий (576p) [Geo-blocked] +http://serv30.vintera.tv:8081/detskiy/ryzhiy_08/playlist.m3u8 #EXTINF:-1 tvg-id="RZDTV.ru" status="blocked",РЖД ТВ (360p) [Geo-blocked] http://hls.tva.cdnvideo.ru/tva/tva.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="RZDTV.ru" status="blocked",РЖД ТВ (720p) [Geo-blocked] @@ -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 @@ -500,19 +500,17 @@ https://brics.bonus-tv.ru/cdn/brics/portuguese/playlist.m3u8 #EXTINF:-1 tvg-id="TVCentr.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",ТВ Центр (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s54/index.m3u8 -#EXTINF:-1 tvg-id="TVGuberniya.ru" status="error",TV Губерния (Воронеж) (720p) -https://tvgubernia-htlive.cdn.ngenix.net/live/mp4:tv-gubernia-live/playlist.m3u8 #EXTINF:-1 tvg-id="TVK.ru" status="online",ТВК 24 (576p) http://air.tvk6.ru/tvk24/playlist.m3u8 +#EXTINF:-1 tvg-id="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 @@ -539,7 +537,7 @@ http://serv24.vintera.tv:8081/utv/Stream/playlist.m3u8 #EXTINF:-1 tvg-id="Zagorodnyy.ru" status="online" user-agent="Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148",Загородный (480p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (iPhone; CPU iPhone OS 12_2 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148 http://ott-cdn.ucom.am/s31/index.m3u8 -#EXTINF:-1 tvg-id="ZharaTV.ru" status="error",Жара (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ZharaTV.ru" status="online",Жара (576p) [Not 24/7] http://185.161.224.216/dash/JaraTv_SD.ism/playlist.mpd #EXTINF:-1 tvg-id="ZharPtitsa.ru" status="online",Жар Птица (404p) [Geo-blocked] http://streamer.rtcommufa.ru:1935/ptica/ptica1/playlist.m3u8 @@ -555,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 @@ -609,13 +607,11 @@ https://infochh.trkeurasia.ru/hlsinfoch/infochhd.m3u8 http://serv25.vintera.tv:8081/test/k16/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",Классика Кино (720p) [Geo-blocked] https://strm.yandex.ru/kal/kinoclassic/kinoclassic0.m3u8 -#EXTINF:-1 tvg-id="" status="error",Красная линия (480p) -https://kprf-htlive.cdn.ngenix.net/live/stream_high/playlist.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Крым 24 (540p) [Not 24/7] http://mr2live.1tvcrimea.ru:8080/24tvcrimea.m3u8 #EXTINF:-1 tvg-id="" status="online",Курай (576p) https://bsttv.bonus-tv.ru/cdn/kurai/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",КФУ ТВ (1080p) [Not 24/7] +#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 @@ -645,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 @@ -668,7 +664,7 @@ http://video.govoritmoskva.ru:8080/live/rufmbk-1/index.m3u8 https://video.govoritmoskva.ru/rufm/index.m3u8 #EXTINF:-1 tvg-id="" status="online",Радио Пилот (720p) [Not 24/7] https://pilotfm.ru/cam/hls/pilothd.m3u8 -#EXTINF:-1 tvg-id="" status="error",РЕН ТВ International (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",РЕН ТВ International (576p) [Not 24/7] https://sc.id-tv.kz/RenTV.m3u8 #EXTINF:-1 tvg-id="" status="timeout",Россия РТР https://a3569455801-s26881.cdn.ngenix.net/live/smil:rtrp.smil/playlist.m3u8 @@ -687,7 +683,7 @@ https://zabava-htlive.cdn.ngenix.net/hls/CH_STS/variant.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178",СТС (540p) [Geo-blocked] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (X11; Linux aarch64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.84 Safari/537.36 CrKey/1.21a.76178 https://zabava-htlive.cdn.ngenix.net/hls/CH_STSLOVE/variant.m3u8 -#EXTINF:-1 tvg-id="" status="online",СТС (576p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",СТС (576p) [Not 24/7] https://sc.id-tv.kz/STS.m3u8 #EXTINF:-1 tvg-id="" status="online",Такт/Рен ТВ (Курск) (294p) [Not 24/7] http://109.194.62.29:8080 diff --git a/streams/sa.m3u b/streams/sa.m3u index d6b3087b7..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,13 +100,13 @@ 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="RotanaKhalijia.sa" status="online",Rotana Khalijia (1080p) [Geo-blocked] -http://free.fullspeed.tv/iptv-query?streaming-ip=https://rotana.net/live +#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="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 #EXTINF:-1 tvg-id="RotanaMusic.sa" status="online",Rotana Music (1080p) @@ -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/sd.m3u b/streams/sd.m3u index 885633cff..f4c19c2fa 100644 --- a/streams/sd.m3u +++ b/streams/sd.m3u @@ -5,5 +5,5 @@ http://africatv.live.net.sa:1935/live/africatv/playlist.m3u8 http://africatv.live.net.sa:1935/live/africatv2/playlist.m3u8 #EXTINF:-1 tvg-id="AlAlamiya2.sd" status="timeout",Al Alamiya 2 http://82.212.74.98:8000/live/7815.m3u8 -#EXTINF:-1 tvg-id="SudanTV.sd" status="error",Sudan TV (720p) +#EXTINF:-1 tvg-id="SudanTV.sd" status="online",Sudan TV (720p) https://castor.streamthatvideo.co:8081/sudantv/index.m3u8 diff --git a/streams/se.m3u b/streams/se.m3u index 550ed998a..30b8a96ff 100644 --- a/streams/se.m3u +++ b/streams/se.m3u @@ -5,7 +5,7 @@ https://httpcache0-00688-cacheliveedge0.dna.qbrick.com/00688-cacheliveedge0/out/ https://edge1.socialsmart.tv/aznews/smil/playlist.m3u8 #EXTINF:-1 tvg-id="DiTV.se" status="online",Di TV (720p) https://httpcache0-03837-cachelive2.dna.ip-only.net/03837-cachelive2/smil:03837_tx4_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="DiTV.se" status="timeout",Di TV (720p) +#EXTINF:-1 tvg-id="DiTV.se" status="online",Di TV (720p) https://httpcache0-03837-cachelive2.dna.qbrick.com/03837-cachelive2/smil:03837_tx4_720p/playlist.m3u8 #EXTINF:-1 tvg-id="ExpressenTV.se" status="online",Expressen TV 1 (720p) https://httpcache0-03837-cachelive2.dna.ip-only.net/03837-cachelive2/smil:03837_tx1_720p/playlist.m3u8 diff --git a/streams/sg.m3u b/streams/sg.m3u index 9f817c398..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,13 +13,13 @@ https://d2ko4czujk9652.cloudfront.net/hls/clr4ctv_cnas/master.m3u8 https://d2e1asnsl7br7b.cloudfront.net/7782e205e72f43aeb4a48ec97f66ebbe/index.m3u8 #EXTINF:-1 tvg-id="GEM.sg" status="error",GEM (576p) http://210.210.155.37/uq2663/h/h19/index.m3u8 -#EXTINF:-1 tvg-id="Hits.sg" status="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="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 -#EXTINF:-1 tvg-id="RockExtreme.sg" status="online",Rock Extreme (576p) [Geo-blocked] +#EXTINF:-1 tvg-id="RockExtreme.sg" status="error",Rock Extreme (576p) [Geo-blocked] http://210.210.155.37/dr9445/h/h15/index.m3u8 #EXTINF:-1 tvg-id="Suria.sg" status="blocked",Suria [Geo-blocked] https://d11h6a6nhl9kj9.cloudfront.net/hls/clr4ctv_suria/master.m3u8 diff --git a/streams/si.m3u b/streams/si.m3u index 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/sk.m3u b/streams/sk.m3u index 1dbb3048b..0932e41ee 100644 --- a/streams/sk.m3u +++ b/streams/sk.m3u @@ -11,10 +11,10 @@ http://tv.geniusnet.sk:8081/localltv/pl.m3u8 https://nn.geo.joj.sk/live/hls/jojplus-540.m3u8 #EXTINF:-1 tvg-id="RajTV.sk" status="online",Raj TV (720p) [Not 24/7] https://ottst05.flexitv.sk/2827-tv-pc.m3u8 -#EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televizia OSEM (360p) -http://109.74.145.11:1935/tv8/mp4:tv8.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televízia OSEM (576p) http://109.74.145.11:1935/tv8/ngrp:tv8.stream_all/playlist.m3u8 +#EXTINF:-1 tvg-id="TeleviziaOSEM.sk" status="online",Televizia OSEM (360p) +http://109.74.145.11:1935/tv8/mp4:tv8.stream_360p/playlist.m3u8 #EXTINF:-1 tvg-id="TVDK.sk" status="online",TV DK (486p) [Not 24/7] http://80.94.54.11:1935/live/dolnykubin1/playlist.m3u8 #EXTINF:-1 tvg-id="TVLux.sk" status="online",TV Lux (1080p) [Not 24/7] 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 695e15cf3..005603b7b 100644 --- a/streams/sn.m3u +++ b/streams/sn.m3u @@ -1,19 +1,19 @@ #EXTM3U -#EXTINF:-1 tvg-id="2STV.sn" status="error",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/th.m3u b/streams/th.m3u index 1b9b864b8..659559c9a 100644 --- a/streams/th.m3u +++ b/streams/th.m3u @@ -9,13 +9,13 @@ https://tc-live1.sanook.com/live/22302_ch5.m3u8 https://bcovlive-a.akamaihd.net/2d37038b355f4ea6a6b0d46993dc285c/ap-southeast-1/5282994675001/profile_0/chunklist.m3u8 #EXTINF:-1 tvg-id="Channel8.th" status="online",Channel 8 (1080p) [Not 24/7] http://usa.login.in.th:1935/ch8/ch8/playlist.m3u8 -#EXTINF:-1 tvg-id="DLTV1.th" status="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="online",DLTV 2 (480p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv02.m3u8 #EXTINF:-1 tvg-id="DLTV3.th" status="online",DLTV 3 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv03.m3u8 -#EXTINF:-1 tvg-id="DLTV4.th" status="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="online",DLTV 5 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv05.m3u8 @@ -25,19 +25,19 @@ https://dltv-live-edge.catcdn.cloud/dltv06.m3u8 https://dltv-live-edge.catcdn.cloud/dltv07.m3u8 #EXTINF:-1 tvg-id="DLTV8.th" status="online",DLTV 8 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv08.m3u8 -#EXTINF:-1 tvg-id="DLTV9.th" status="online",DLTV 9 (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV9.th" status="timeout",DLTV 9 (1080p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv09.m3u8 #EXTINF:-1 tvg-id="DLTV10.th" status="timeout",DLTV 10 (720p) [Not 24/7] 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="online",DLTV 13 (720p) [Not 24/7] +#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="timeout",DLTV 15 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="DLTV15.th" status="online",DLTV 15 (720p) [Not 24/7] https://dltv-live-edge.catcdn.cloud/dltv15.m3u8 #EXTINF:-1 tvg-id="GolfChannelThailand.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",Golf Channel Thailand (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 @@ -81,7 +81,7 @@ https://smart-tv.livedoomovie.com:4431/02_2sporthd4_720p/chunklist.m3u8 #EXTINF:-1 tvg-id="TrueTennisHD.th" status="blocked" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36",True Tennis HD (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/96.0.3809.25 Safari/537.36 https://smart-tv.livedoomovie.com:4431/02_TennisHD_720p/chunklist.m3u8 -#EXTINF:-1 tvg-id="TVMuslimThailand.th" status="online",TV Muslim (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="TVMuslimThailand.th" status="error",TV Muslim (1080p) [Not 24/7] http://vip2.liveanywhere.asia:1935/tvmuslim/tvmuslim/playlist.m3u8 #EXTINF:-1 tvg-id="WhiteChannel.th" status="online",White Channel (1080p) http://symc-cdn.violin.co.th:1935/tndedge/whitechannel/chunklist.m3u8 diff --git a/streams/tm.m3u b/streams/tm.m3u index 625bb1a7c..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] @@ -24,6 +24,6 @@ https://alpha.tv.online.tm/hls/ch005.m3u8 #EXTINF:-1 tvg-id="TurkmenOwazy.tm" status="online",Türkmen Owazy (406p) [Not 24/7] https://alpha.tv.online.tm/legacyhls/ch005.m3u8 #EXTINF:-1 tvg-id="Yaslyk.tm" status="online",Ýaşlyk (406p) [Not 24/7] -https://alpha.tv.online.tm/legacyhls/ch002.m3u8 -#EXTINF:-1 tvg-id="Yaslyk.tm" status="online",Ýaşlyk (406p) [Not 24/7] https://alpha.tv.online.tm/hls/ch002.m3u8 +#EXTINF:-1 tvg-id="Yaslyk.tm" status="online",Ýaşlyk (406p) [Not 24/7] +https://alpha.tv.online.tm/legacyhls/ch002.m3u8 diff --git a/streams/tn.m3u b/streams/tn.m3u index 9249cf76b..bcab62bd8 100644 --- a/streams/tn.m3u +++ b/streams/tn.m3u @@ -2,7 +2,7 @@ #EXTINF:-1 tvg-id="ElHiwarElTounsi.tn" status="online" user-agent="TNAgexpl212C",El Hiwar El Tounsi (400p) [Not 24/7] #EXTVLCOPT:http-user-agent=TNAgexpl212C http://217.182.137.206/elhiwar.m3u8 -#EXTINF:-1 tvg-id="IFMTV.tn" status="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 d7a56dd9a..40c5c10cf 100644 --- a/streams/tr.m3u +++ b/streams/tr.m3u @@ -20,7 +20,7 @@ https://broadcasttr.com:446/altastv/bant1/index.m3u8 https://live.al-zahratv.com/live/playlist.m3u8 #EXTINF:-1 tvg-id="AnadoluAgency.tr" status="online",AA Live (720p) [Not 24/7] http://mtulqxgomrllive.mediatriple.net/mtulqxgomrllive/broadcast_59f9c0c785b88.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="ArasTV.tr" status="blocked",ARAS TV (576p) [Not 24/7] +#EXTINF:-1 tvg-id="ArasTV.tr" status="online",ARAS TV (576p) [Not 24/7] http://1.rtmp.org/tv217/yayin.stream/playlist.m3u8 #EXTINF:-1 tvg-id="ASTV.tr" status="online",Bursa AS TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/astv/bant1/playlist.m3u8 @@ -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] @@ -84,11 +84,11 @@ https://cdn.yayin.com.tr/TVEM/TVEM/playlist.m3u8 http://win20.yayin.com.tr/ertsahtv/ertsahtv/playlist.m3u8 #EXTINF:-1 tvg-id="ERTV.tr" status="online",Er TV (720p) [Geo-blocked] https://waw2.artiyerelmedya.net/ertv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="ErzurumWebTV.tr" status="online",Erzurum Web TV (720p) +#EXTINF:-1 tvg-id="ErzurumWebTV.tr" status="error",Erzurum Web TV (720p) https://win29.yayin.com.tr/erzurumwebtv/erzurumwebtv/playlist.m3u8 #EXTINF:-1 tvg-id="ETVManisa.tr" status="online",ETV Manisa (1080p) [Not 24/7] https://broadcasttr.com:446/manisaetv/bant1/playlist.m3u8 -#EXTINF:-1 tvg-id="FenerbahceTV.tr" status="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 @@ -117,10 +117,10 @@ https://tv.ensonhaber.com/tv/tr/haberturk/index.m3u8 #EXTINF:-1 tvg-id="HalkTV.tr" status="online" user-agent="Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36",Halk TV (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 Macintosh; Intel Mac OS X 10_14_5 AppleWebKit/537.36 KHTML, like Gecko Chrome/76.0.3809.25 Safari/537.36 https://halktv-live.ercdn.net/halktv/halktv.m3u8 -#EXTINF:-1 tvg-id="HunatTV.tr" status="online",Hunat TV (480p) [Geo-blocked] -https://waw2.artiyerelmedya.net/hunattv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="HunatTV.tr" status="online",Hunat TV (480p) [Not 24/7] https://59cba4d34b678.streamlock.net/canlitv/hunattv/playlist.m3u8 +#EXTINF:-1 tvg-id="HunatTV.tr" status="online",Hunat TV (480p) [Geo-blocked] +https://waw2.artiyerelmedya.net/hunattv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="IBBTV.tr" status="online",IBB TV (1080p) http://wowza.istweb.tv:1935/webtv/webtv_wowza1/playlist.m3u8 #EXTINF:-1 tvg-id="IBBTV.tr" status="online",IBB TV (1080p) [Not 24/7] @@ -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="error",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 @@ -332,7 +332,7 @@ https://59cba4d34b678.streamlock.net/live/vuslattv/playlist.m3u8 https://waw2.artiyerelmedya.net/vuslattv/bant1/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",360 TV (720p) [Not 24/7] https://turkmedya-live.ercdn.net/tv360/tv360.m3u8 -#EXTINF:-1 tvg-id="" status="error",Ahi TV Kirsehir (576p) +#EXTINF:-1 tvg-id="" status="online",Ahi TV Kirsehir (576p) http://yayin3.canlitv.com:1935/canlitv/ahitv/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Daawah TV http://51.15.246.58:8081/daawahtv/daawahtv2/playlist.m3u8 diff --git a/streams/tw.m3u b/streams/tw.m3u index b0a3e030a..14400fb27 100644 --- a/streams/tw.m3u +++ b/streams/tw.m3u @@ -1,15 +1,15 @@ #EXTM3U -#EXTINF:-1 tvg-id="AsiaTravel.tw" status="error",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="error",CN卡通频道 (720p) +#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="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 @@ -17,19 +17,19 @@ http://50.7.220.74:8278/daai_twn/playlist.m3u8?ct=19225&tid=MF5F4357730143577301 https://pulltv2.wanfudaluye.com/live/tv2.m3u8 #EXTINF:-1 tvg-id="DaliTV.tw" status="online",大立電視台 (720p) http://www.dalitv.com.tw:4568/live/dali/index.m3u8 +#EXTINF:-1 tvg-id="EBCFinancialNews.tw" status="online",EBC Financial News (720p) +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="EBCFinancialNews.tw" status="blocked",EBC Financial News (720p) -http://50.7.220.74:8278/ettvcaijing_twn/playlist.m3u8?ct=17874&tid=m999b5a0f7fca17599138&tsum=345085d2d6d4401fdb3da968dfee5a54 -#EXTINF:-1 tvg-id="EBCForeignMovie.tw" status="error",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="error",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="error",年代新聞台 (720p) +#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,47 +37,47 @@ 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="error",八大第1台 (720p) +#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="error",八大戏剧台 (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="error",八大综合台 (720p) +#EXTINF:-1 tvg-id="GTVEntertainment.tw" status="online",八大综合台 (720p) http://50.7.220.74:8278/badazhonghe/playlist.m3u8?ct=19225&tid=MC7C4692263546922635&tsum=ffdc7a6397b511103e0df0b92e678790 #EXTINF:-1 tvg-id="HBOTaiwan.tw" status="blocked",HBO HD Taiwan (720p) http://50.7.220.74:8278/hbohd_twn/playlist.m3u8?ct=19225&tid=ME9E5260921952609219&tsum=a904cd480db106670befb11d14149fce -#EXTINF:-1 tvg-id="HollywoodMovieChannel.tw" status="error",Hollywood (720p) +#EXTINF:-1 tvg-id="HollywoodMovieChannel.tw" status="blocked",Hollywood (720p) http://50.7.220.74:8278/hollywoodmovies_twn/playlist.m3u8?ct=19225&tid=MECE5611281156112811&tsum=ad8884ee16b04f885f24bae98fc5fb9f #EXTINF:-1 tvg-id="IndigenousTV.tw" status="online",Indigenous TV (720p) http://streamipcf.akamaized.net/live/_definst_/smil:liveabr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="JETTV.tw" status="error",JET綜合台 (720p) +#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="error",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="blocked",三立新聞 (1080p) [Geo-blocked] http://seb.sason.top/sc/sllive_fhd.m3u8 -#EXTINF:-1 tvg-id="SETNews.tw" status="error",SET News (720p) +#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="error",卫视中文台HD (720p) +#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="error",TVBS HD (720p) +#EXTINF:-1 tvg-id="TVBS.tw" status="blocked",TVBS HD (720p) http://50.7.220.74:8278/tvbs/playlist.m3u8?ct=19226&tid=MDED5111960351119603&tsum=49931e2d3885c468d56ffae2c2db9e6e #EXTINF:-1 tvg-id="TVBSAsia.tw" status="online",TVBS Asia (1080p) http://38.64.72.148/hls/modn/list/4005/playlist.m3u8 #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="error",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,7 +101,7 @@ 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 @@ -109,7 +109,7 @@ https://live.streamingfast.net/osmflivech20.m3u8 https://live.streamingfast.net/osmflivech21.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH24 劉三講古 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech24.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH27 空中聖經學院 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH27 空中聖經學院 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech27.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH28 現代詩歌 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech28.m3u8 @@ -129,7 +129,7 @@ https://live.streamingfast.net/osmflivech38.m3u8 https://live.streamingfast.net/osmflivech40.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH45 卡通 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech45.m3u8 -#EXTINF:-1 tvg-id="" status="online",GOOD TV CH47 牧者頻道 (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="timeout",GOOD TV CH47 牧者頻道 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech47.m3u8 #EXTINF:-1 tvg-id="" status="online",GOOD TV CH49 禱告頻道 (720p) [Not 24/7] https://live.streamingfast.net/osmflivech49.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 a80d51172..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,13 +11,13 @@ 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) +#EXTINF:-1 tvg-id="CNLEurope.kz" status="error",CNL Европа (360p) http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_1.m3u8 -#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p) +#EXTINF:-1 tvg-id="CNLEurope.kz" status="error",CNL Европа (360p) http://hls-live-media.cdn01.net/default/stream_10429_2.m3u8 -#EXTINF:-1 tvg-id="CNLEurope.kz" status="online",CNL Европа (360p) +#EXTINF:-1 tvg-id="CNLEurope.kz" status="error",CNL Европа (360p) http://live-mobile.cdn01.net/hls-live/202E1F/default/mobile/stream_10429_2.m3u8 #EXTINF:-1 tvg-id="DonbassOnline.ua" status="timeout",Донбас Online (1080p) [Not 24/7] http://176.110.1.30:1935/live/donbasonline/playlist.m3u8 @@ -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/ug.m3u b/streams/ug.m3u index 58abfd6bb..e01962440 100644 --- a/streams/ug.m3u +++ b/streams/ug.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="ArkTV.ug" status="timeout",Ark TV (576p) +#EXTINF:-1 tvg-id="ArkTV.ug" status="online",Ark TV (576p) https://arktelevision.org/hlslive/test/test.m3u8 #EXTINF:-1 tvg-id="" status="online",Fort TV (480p) http://fort.co-works.org:8080/hls/live.stream.m3u8 diff --git a/streams/uk.m3u b/streams/uk.m3u index b7e168f9d..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 @@ -36,6 +36,8 @@ https://vs-hls-pushb-uk-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_alba/m #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) +https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_http.mpd +#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.mpd #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_cloudfrontms_live.mpd @@ -44,8 +46,6 @@ https://vs-cmaf-pushb-ww.live.cf.md.bbci.co.uk/x=3/i=urn:bbc:pips:service:bbc_ar #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/t=3840/v=pv14/b=5070016/main.m3u8 #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) -https://vs-cmaf-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_http.mpd -#EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (720p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2.m3u8 #EXTINF:-1 tvg-id="BBCArabic.uk" status="online",BBC Arabic (540p) https://vs-hls-pushb-ww-live.akamaized.net/x=3/i=urn:bbc:pips:service:bbc_arabic_tv/pc_hd_abr_v2_akamai_hls_live.m3u8 @@ -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 @@ -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 @@ -335,9 +335,9 @@ https://livemtaasia.akamaized.net/hls/live/2039224/mta6asia/playlist.m3u8 https://livemtaasia.akamaized.net/hls/live/2039224/mtaasia2/playlist.m3u8 #EXTINF:-1 tvg-id="MTA8America.uk" status="online",MTA8 America (1080p) https://chlivemta.akamaized.net/hls/live/2016718/mta8/playlist.m3u8 -#EXTINF:-1 tvg-id="NoorTV.uk" status="error",Noor TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NoorTV.uk" status="online",Noor TV (480p) [Not 24/7] http://45.76.186.114:8080/hls/noortv.m3u8 -#EXTINF:-1 tvg-id="NoorTV.uk" status="error",Noor TV (480p) [Not 24/7] +#EXTINF:-1 tvg-id="NoorTV.uk" status="online",Noor TV (480p) [Not 24/7] https://live.smartmediahouse.tv:8443/hls/ch1.m3u8 #EXTINF:-1 tvg-id="PopMax.uk" status="online",POP Max (576p) https://live-sonybebanjo.simplestreamcdn.com/live/popmax/bitrate1.isml/live.mpd @@ -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/ @@ -424,12 +424,10 @@ https://live.ishiacloud.com/haditv.co.uk/haditv7.m3u8 http://35.189.69.44/tmp_hls/desibox/index.m3u8 #EXTINF:-1 tvg-id="" status="online",ITV 1 (1080p) http://w4.12all.tv:4000/play/itv1/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Latest TV [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Latest TV [Not 24/7] 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 4670a6eaa..4d8f380e5 100644 --- a/streams/uk_channelbox.m3u +++ b/streams/uk_channelbox.m3u @@ -83,20 +83,16 @@ http://176.227.215.109/tsstreamer/FightLDAI_SD.ts http://78.129.193.17/tsstreamer/FuelLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",Hellenic http://188.227.164.31/tsstreamer/Hellenic_SD.ts -#EXTINF:-1 tvg-id="" status="online",Heritage +#EXTINF:-1 tvg-id="" status="timeout",Heritage http://95.154.230.50/tsstreamer/HeritageLDAI_SD.ts #EXTINF:-1 tvg-id="" status="timeout",Heritage http://212.84.160.41/tsstreamer/HeritageLDAI_SD.ts #EXTINF:-1 tvg-id="" status="online",Karaoke http://82.145.63.157/tsstreamer/KaraokeLDAI_SD.ts -#EXTINF:-1 tvg-id="" status="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 ef4c1e608..3a70ae4a7 100644 --- a/streams/uk_pluto.m3u +++ b/streams/uk_pluto.m3u @@ -21,26 +21,26 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5a66795ef91fef2c70 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dc287ce3086a20009f5024c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b2e82991-0585-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5a66795ef91fef2c7031c599/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dc287ce3086a20009f5024c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVRomanceUK.uk" status="online",Pluto TV Romance (684p) https://service-stitcher.clusters.pluto.tv/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="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) diff --git a/streams/us.m3u b/streams/us.m3u index b86020fe1..dd2faa9d6 100644 --- a/streams/us.m3u +++ b/streams/us.m3u @@ -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] @@ -132,7 +132,7 @@ https://stream.al-mahdi.tv/hls/1234.m3u8 https://bcovlive-a.akamaihd.net/ebf15ff84e98490e8b00209ed77c77f5/us-east-1/6240731308001/playlist.m3u8 #EXTINF:-1 tvg-id="AMCPanregional.us" status="timeout",AMC Latin America http://209.91.213.10:8088/play/a013 -#EXTINF:-1 tvg-id="AMCPlus.us" status="timeout",AMC+ (720p) +#EXTINF:-1 tvg-id="AMCPlus.us" status="blocked",AMC+ (720p) https://bcovlive-a.akamaihd.net/bdbdca51c15243fbaca92fd54c42d45a/us-east-1/6245817279001/playlist.m3u8 #EXTINF:-1 tvg-id="AmericanHorrors.us" status="online",American Horrors (480p) http://170.178.189.66:1935/live/Stream1/playlist.m3u8 @@ -170,7 +170,7 @@ https://cdn.herringnetwork.com/80A4DFF/awee_nva/AWE_Encore.m3u8 https://dikcfc9915kp8.cloudfront.net/hls/1080p/playlist.m3u8 #EXTINF:-1 tvg-id="AXSTVNow.us" status="online",AXS TV Now (1080p) https://dikcfc9915kp8.cloudfront.net/hls/main.m3u8 -#EXTINF:-1 tvg-id="AyenehTV.us" status="online",Ayeneh TV (720p) +#EXTINF:-1 tvg-id="AyenehTV.us" status="blocked",Ayeneh TV (720p) https://2nbyjjx7y53k-hls-live.5centscdn.com/cls040318/b0d2763968fd0bdd2dc0d44ba2abf9ce.sdp/playlist.m3u8 #EXTINF:-1 tvg-id="BabyTV.uk" status="online",BabyTV (1080p) http://194.163.179.246/slovenci/djeciji/babytv.m3u8 @@ -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 @@ -292,7 +292,7 @@ http://198.16.106.62:8278/streams/d/Cn/playlist.m3u8 https://tve-live-lln.warnermediacdn.com/hls/live/2023167/tooneast/slate/VIDEO_0_3564000.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkEast.us" status="online",Cartoon Network East TVE Feed (480p) [Geo-Blocked] [Not 24/7] https://tve-live-lln.warnermediacdn.com/hls/live/2023167/tooneast/slate/VIDEO_2_1964000.m3u8 -#EXTINF:-1 tvg-id="CartoonNetworkEast.us" status="online",Cartoon Network East (720p) +#EXTINF:-1 tvg-id="CartoonNetworkEast.us" status="timeout",Cartoon Network East (720p) #EXTVLCOPT:http-referrer=http://tv247.us/ http://live.tv247.club/tv247/cn.m3u8 #EXTINF:-1 tvg-id="CartoonNetworkWest.us" status="online",Cartoon Network West TVE Feed (720p) [Geo-Blocked] @@ -317,7 +317,7 @@ https://cbsn-den.cbsnstream.cbsnews.com/out/v1/2e49baf2906244ecb01b07d9885fbe7a/ https://cbsn-dal.cbsnstream.cbsnews.com/out/v1/ffa98bbf7d2b4c038c229bd4d9122708/master.m3u8 #EXTINF:-1 tvg-id="CBSNewsLosAngeles.us" status="online",CBS News Los Angeles (720p) https://cbsn-la.cbsnstream.cbsnews.com/out/v1/57b6c4534a164accb6b1872b501e0028/master.m3u8 -#EXTINF:-1 tvg-id="CBSNewsMiami.us" status="timeout",CBS News Miami (720p) +#EXTINF:-1 tvg-id="CBSNewsMiami.us" status="online",CBS News Miami (720p) https://cbsn-mia.cbsnstream.cbsnews.com/out/v1/ac174b7938264d24ae27e56f6584bca0/master.m3u8 #EXTINF:-1 tvg-id="CBSNewsNewYork.us" status="online",CBS News New York (720p) https://www.cbsnews.com/common/video/cbsn-ny-prod.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 @@ -504,12 +504,12 @@ https://5b622f07944df.streamlock.net/csat.tv/csat.smil/playlist.m3u8 https://5d12bc59c4748.streamlock.net/redirect/csat.tv/csat.smil?type=m3u8 #EXTINF:-1 tvg-id="CSPAN.us" status="blocked",CSPAN1 (720p) http://trn03.tulix.tv/teleup-cspan/playlist.m3u8 -#EXTINF:-1 tvg-id="CTN.us" status="online",CTN (404p) -http://admin.ottdemo.rrsat.com:1935/ctntv/ctntv2/playlist.m3u8 #EXTINF:-1 tvg-id="CTN.us" status="online",CTN (360p) http://rtmp.ottdemo.rrsat.com/ctntv/ctntvmulti.smil/playlist.m3u8 #EXTINF:-1 tvg-id="CTN.us" status="online",CTN (360p) [Not 24/7] https://rrsatrtmp.tulix.tv/ctntv/ctntvmulti.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="CTN.us" status="online",CTN (404p) +http://admin.ottdemo.rrsat.com:1935/ctntv/ctntv2/playlist.m3u8 #EXTINF:-1 tvg-id="CTNCourtFeed.us" status="online",CT-N Court Feed (360p) [Not 24/7] http://video.ct-n.com/live/ctnSupreme/playlist_DVR.m3u8 #EXTINF:-1 tvg-id="CTNLifestyle.us" status="online",CTN Lifestyle (480p) @@ -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) @@ -558,10 +556,10 @@ https://d25ykpi2vxhoyc.cloudfront.net/delmar-cdn/dmtv/playlist.m3u8 https://dover-de.secure.footprint.net/egress/bhandler/doverde/streama/playlist.m3u8 #EXTINF:-1 tvg-id="DreamforceBtl.us" status="online",Dreamforce Btl https://srv.panelcast.net/dreamforcebtl/dreamforcebtl/playlist.m3u8 -#EXTINF:-1 tvg-id="DrGeneScott.us" status="online",Dr. Gene Scott (1080p) -https://wescottcc.piksel.tech/hls/live/2041478/adp/playlist.m3u8 #EXTINF:-1 tvg-id="DrGeneScott.us" status="online",Dr. Gene Scott (480p) https://wescottcc.piksel.tech/Manifest/UTB-NetworkStream.m3u8 +#EXTINF:-1 tvg-id="DrGeneScott.us" status="online",Dr. Gene Scott (1080p) +https://wescottcc.piksel.tech/hls/live/2041478/adp/playlist.m3u8 #EXTINF:-1 tvg-id="DryBarComedy.us" status="timeout",DryBar Comedy (720p) https://a.jsrdn.com/broadcast/e29bdbbbf3/+0000/c.m3u8 #EXTINF:-1 tvg-id="EarthxTV.us" status="online",EarthxTV (720p) @@ -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 @@ -659,7 +657,7 @@ http://jacksonville.cablecast.tv/live-6/live/live.m3u8 https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_east/as/live/galavision_east_hd_pc.m3u8?t1= #EXTINF:-1 tvg-id="GalavisionWest.us" status="online",Galavision West [Geo-blocked] https://unidfp-nlds159.global.ssl.fastly.net/nlds/univisionnow/galavision_west/as/live/galavision_west_hd_pc.m3u8?t1= -#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="online",Galveston County TV (720p) [Not 24/7] +#EXTINF:-1 tvg-id="GalvestonCountyTV.us" status="error",Galveston County TV (720p) [Not 24/7] https://stream.swagit.com/live-edge/galvestontx/smil:hd-16x9-1-b/playlist.m3u8 #EXTINF:-1 tvg-id="GalxyTV.us" status="online",Galxy TV (720p) https://content.uplynk.com/channel/f467430e4a8e49a59ff3183cf51092b2.m3u8 @@ -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 @@ -769,7 +767,7 @@ https://bcovlive-a.akamaihd.net/070ffdaa203f439cacbf0d45a1ddb356/us-east-1/62407 https://d2p372oxiwmcn1.cloudfront.net/hls/main.m3u8 #EXTINF:-1 tvg-id="ImpactWrestling.us" status="online",Impact Wrestling (1080p) https://d2tuwvs0ja335j.cloudfront.net/hls/1080p/playlist.m3u8 -#EXTINF:-1 tvg-id="IndTVUSA.us" status="online",Ind TV USA (720p) +#EXTINF:-1 tvg-id="IndTVUSA.us" status="timeout",Ind TV USA (720p) https://indtv.secure.footprint.net/egress/bhandler/indtv/streama/playlist.m3u8 #EXTINF:-1 tvg-id="InfoWars.us" status="online",InfoWars (720p) http://wpc.9ec1.edgecastcdn.net/249EC1/infowarshd-edgecast/hd720.m3u8 @@ -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) @@ -957,9 +953,9 @@ https://reflect-lakefront-leesburgflorida.cablecast.tv/live-5/live/live.m3u8 https://cdn3.wowza.com/5/cHYzekYzM2kvTVFH/lakehavasucity/G0643_003/playlist.m3u8 #EXTINF:-1 tvg-id="LakewoodChannel8.us" status="online",Lakewood Channel 8 (Lakewood CO) (720p) https://live8fd.lakewood.org/live-2/live/live.m3u8 -#EXTINF:-1 tvg-id="LaMegaMundial.us" status="error",La Mega Mundial (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaMegaMundial.us" status="online",La Mega Mundial (720p) [Not 24/7] http://68.235.35.243:1935/lamegamundial/lamegamundial2/playlist.m3u8 -#EXTINF:-1 tvg-id="LaMegaMundial.us" status="error",La Mega Mundial (720p) [Not 24/7] +#EXTINF:-1 tvg-id="LaMegaMundial.us" status="online",La Mega Mundial (720p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lamegamundial/lamegamundial2/playlist.m3u8 #EXTINF:-1 tvg-id="LaoThaiTVHD.us" status="online",Lao-Thai US TV (720p) https://livefta.malimarcdn.com/ftaedge00/laothaius.sdp/playlist.m3u8 @@ -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="online",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 @@ -1129,10 +1125,10 @@ https://cdn.appv.jagobd.com:444/c3VydmVyX8RpbEU9Mi8xNy8yMDE0GIDU6RgzQ6NTAgdEoaeF https://6096a9cf11ae5.streamlock.net:1943/live/missiontv/playlist.m3u8 #EXTINF:-1 tvg-id="MissionTV.us" status="online",Mission TV (720p) [Not 24/7] http://stream.missiontv.com:1935/live/missiontv_720p/playlist.m3u8 -#EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie (720p) -https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/c.m3u8 #EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie http://a.jsrdn.com/broadcast/80f6ba72c8/+0000/high/c.m3u8 +#EXTINF:-1 tvg-id="MMAJunkie.us" status="online",MMA Junkie (720p) +https://a.jsrdn.com/broadcast/80f6ba72c8/+0000/c.m3u8 #EXTINF:-1 tvg-id="MohabatTV.us" status="online",Mohabat TV (540p) http://media.mohabat.tv:1935/live_transcoder/ngrp:mohabat.stream_all/playlist.m3u8 #EXTINF:-1 tvg-id="MonarchChannel.us" status="online",Monarch Channel (720p) @@ -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 @@ -1513,10 +1509,10 @@ https://reflect-temecula.cablecast.tv/live-2/live/live.m3u8 https://cdn3.wowza.com/5/cFh0V0QwUVc4SDl2/tempe/G0355_003/chunklist.m3u8 #EXTINF:-1 tvg-id="TGJunior.us" status="online",TG Junior (1080p) https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=31 -#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (486p) -https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74 #EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (1080p) https://ov.ottera.tv/live/master.m3u8?channel=mcom_ta_us +#EXTINF:-1 tvg-id="TheArchive.us" status="online",The Archive (486p) +https://stream-us-east-1.getpublica.com/playlist.m3u8?network_id=74 #EXTINF:-1 tvg-id="TheBoatShow.us" status="online",The Boat Show (720p) https://d46c0ebf9ef94053848fdd7b1f2f6b90.mediatailor.eu-central-1.amazonaws.com/v1/master/81bfcafb76f9c947b24574657a9ce7fe14ad75c0/live-prod/14c063cc-8be5-11eb-a7de-bacfe1f83627/0/master.m3u8?country=DE&optout=0&uid=749544ec3d9a45d48c600d03cac91dfd&vendor=philips #EXTINF:-1 tvg-id="TheBurbankChannel.us" status="online",Burbank Channel (720p) @@ -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] @@ -1677,7 +1673,7 @@ https://cdnapi.kaltura.com/p/2503451/sp/250345100/playManifest/entryId/1_gb6tjml https://59a564764e2b6.streamlock.net/vallenato/Vallenato2/playlist.m3u8 #EXTINF:-1 tvg-id="VBSTV.us" status="online",VBS TV (480p) [Not 24/7] http://uni6rtmp.tulix.tv:1935/vbstv/vbsabr.smil/playlist.m3u8 -#EXTINF:-1 tvg-id="VCAT.us" status="timeout",Vallejo Community Access Television (V-CAT) (Vallejo CA) (480p) +#EXTINF:-1 tvg-id="VCAT.us" status="online",Vallejo Community Access Television (V-CAT) (Vallejo CA) (480p) https://vallejo.cablecast.tv/live-3/live/live.m3u8 #EXTINF:-1 tvg-id="VENN.us" status="online",VENN (1080p) https://d80z5qf1qyhbf.cloudfront.net/playlist.m3u8 @@ -1713,11 +1709,11 @@ https://content.uplynk.com/channel/ce3b524c342247549e996e7d3a977157.m3u8 https://content.uplynk.com/channel/29aff31fecb848ab9044369db2d61642.m3u8 #EXTINF:-1 tvg-id="WATNDT1.us" status="online",ABC 24 Memphis TN (WATN-TV) (1080p) https://livevideo01.localmemphis.com/hls/live/2011654/newscasts/live.m3u8 -#EXTINF:-1 tvg-id="WBALDT1.us" status="error",NBC Baltimore MD (WBAL-DT1) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="WBALDT1.us" status="online",NBC Baltimore MD (WBAL-DT1) (720p) [Not 24/7] 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="timeout",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 @@ -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 @@ -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) @@ -2079,7 +2077,7 @@ https://cdn3.wowza.com/5/bGZUOHp2TnhudnM2/phoenix/G1498_002/chunklist.m3u8 https://content.uplynk.com/channel/98828f7707b84dc496472d5789143df2.m3u8 #EXTINF:-1 tvg-id="" status="online",Prescott Valley TV Prescott Valley AZ https://live-h1.frontlayer.net/fl207891/live/chunks.m3u8 -#EXTINF:-1 tvg-id="" status="error",Radio Ritmo (1080p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Radio Ritmo (1080p) [Not 24/7] https://59514edd5dd8e.streamlock.net/lax/lax/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",Retro TV (720p) https://bcovlive-a.akamaihd.net/5e531be3ed6c41229b2af2d9bffba88d/us-east-1/6183977686001/playlist.m3u8 @@ -2108,11 +2106,11 @@ https://ov.ottera.tv/live/master.m3u8?channel=mcom_gv_us https://5ebe6889de541.streamlock.net/live/stream_10/playlist.m3u8 #EXTINF:-1 tvg-id="" status="blocked",TNT https://16live00.akamaized.net/TNT/index.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Toonami Aftermath East (480p) +#EXTINF:-1 tvg-id="" status="online",Toonami Aftermath East (480p) http://api.toonamiaftermath.com:3000/est/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Toonami Aftermath Movies (540p) +#EXTINF:-1 tvg-id="" status="online",Toonami Aftermath Movies (540p) http://api.toonamiaftermath.com:3000/movies/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",Toonami Aftermath Radio (480p) +#EXTINF:-1 tvg-id="" status="online",Toonami Aftermath Radio (480p) http://api.toonamiaftermath.com:3000/radio/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",TPT Now KTCA-DT5 (720p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 @@ -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 c18dd3cf2..851676a99 100644 --- a/streams/us_localbtv.m3u +++ b/streams/us_localbtv.m3u @@ -17,10 +17,10 @@ http://v-ny.theus6tv.duckdns.org/hls/7.4/playlist.m3u8 #EXTINF:-1 tvg-id="WACPDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT1 (TCT) (1080p) [Not 24/7] #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/4.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WACPDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WACP-DT2 (AceTV) (480p) +#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) @@ -29,7 +29,7 @@ http://v-pi.theus6tv.duckdns.org/hls/4.6/playlist.m3u8 #EXTINF:-1 tvg-id="WCAUDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCAU-DT1 (NBC 10) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/10.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WCAUDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCAU-DT2 (COZI TV) (432p) +#EXTINF:-1 tvg-id="WCAUDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCAU-DT2 (COZI TV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/10.2/playlist.m3u8 #EXTINF:-1 tvg-id="WCBSDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCBS-DT1 (CBS 2) (1080p) @@ -41,7 +41,7 @@ http://v-ny.theus6tv.duckdns.org/hls/2.2/playlist.m3u8 #EXTINF:-1 tvg-id="WCBSDT3.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCBS-DT3 (Dabl) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/2.3/playlist.m3u8 -#EXTINF:-1 tvg-id="WCBSDT4.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCBS-DT4 (FaveTV) +#EXTINF:-1 tvg-id="WCBSDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WCBS-DT4 (FaveTV) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/2.4/playlist.m3u8 #EXTINF:-1 tvg-id="WDPNDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WDPN-DT2 (Grit) (432p) @@ -53,7 +53,7 @@ http://v-pi.theus6tv.duckdns.org/hls/2.5/playlist.m3u8 #EXTINF:-1 tvg-id="WELLLD1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WELL-LD1 (Daystar) (1080p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/45.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WFMZDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WFMZ-DT1 (720p) +#EXTINF:-1 tvg-id="WFMZDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WFMZ-DT1 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/69.1/playlist.m3u8 #EXTINF:-1 tvg-id="WFUTDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WFUT-DT1 (Unimas Nueva York) @@ -65,13 +65,13 @@ http://v-ny.theus6tv.duckdns.org/hls/68.2/playlist.m3u8 #EXTINF:-1 tvg-id="WHYYDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WHYY-DT2 (Y2) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/12.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WJLPDT1.us" status="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-DT1 (MeTV New York) +#EXTINF:-1 tvg-id="WJLPDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT1 (MeTV New York) #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.1/playlist.m3u8 #EXTINF:-1 tvg-id="WJLPDT2.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-DT2 (Laff) #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.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WJLPDT3.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-DT3 (Grit) +#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="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) @@ -80,7 +80,7 @@ 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) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/33.5/playlist.m3u8 -#EXTINF:-1 tvg-id="WJLPDT6.us" status="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-DT6 (Heartland) +#EXTINF:-1 tvg-id="WJLPDT6.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WJLP-DT6 (Heartland) #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.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) @@ -119,7 +119,7 @@ http://v-ny.theus6tv.duckdns.org/hls/13.1/playlist.m3u8 #EXTINF:-1 tvg-id="WNETDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WNET-DT2 (PBS KIDS) (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/13.2/playlist.m3u8 -#EXTINF:-1 tvg-id="WNJSDT2.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",WNJS-DT2 (NHK WORLD) (1080p) +#EXTINF:-1 tvg-id="WNJSDT2.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",WNJS-DT2 (NHK WORLD) (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/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) @@ -134,7 +134,7 @@ 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) @@ -200,19 +200,16 @@ 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 #EXTINF:-1 tvg-id="WRNNDT4.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WRNN-DT4 (QVC) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-ny.theus6tv.duckdns.org/hls/48.4/playlist.m3u8 -#EXTINF:-1 tvg-id="WTVEDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTVE-DT1 (720p) +#EXTINF:-1 tvg-id="WTVEDT1.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTVE-DT1 (720p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/51.1/playlist.m3u8 -#EXTINF:-1 tvg-id="WTVEDT2.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTVE-DT2 (TimelessTV) (432p) +#EXTINF:-1 tvg-id="WTVEDT2.us" status="error" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTVE-DT2 (TimelessTV) (432p) #EXTVLCOPT:http-user-agent=Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36 http://v-pi.theus6tv.duckdns.org/hls/51.2/playlist.m3u8 #EXTINF:-1 tvg-id="WTXFDT1.us" status="online" user-agent="Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.131 Safari/537.36",WTXF-DT1 (FOX 29) (720p) @@ -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) diff --git a/streams/us_pluto.m3u b/streams/us_pluto.m3u index e8115381c..a45374c32 100644 --- a/streams/us_pluto.m3u +++ b/streams/us_pluto.m3u @@ -44,9 +44,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ebc8688f #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca670f6593a5d78f0e85aed/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca670f6593a5d78f0e85aed&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=174&terminate=false&userId= #EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150978589c0700095f97ae/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="BETEast.us" status="online",Pluto TV BET (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca670f6593a5d78f0e85aed/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="BETEast.us" status="online",Pluto TV BET (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150978589c0700095f97ae/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="BETHerEast.us" status="online",Pluto TV BET Her (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d51e6949ab8e2b35bdcaa9f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d51e6949ab8e2b35bdcaa9f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=175&terminate=false&userId= #EXTINF:-1 tvg-id="BETHerEast.us" status="online",Pluto TV BET Her (720p) @@ -73,10 +73,10 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e46fba0c43b0d0009 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/54ff7ba69222cb1c2624c584/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=54ff7ba69222cb1c2624c584&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=224&terminate=false&userId= #EXTINF:-1 tvg-id="BounceXL.us" status="online",Bounce XL (720p) https://siloh.pluto.tv/lilo/production/BounceXL/master.m3u8 -#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5812bfbe4ced4f7b601b12e6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=540&terminate=false&userId= +#EXTINF:-1 tvg-id="Buzzr.us" status="online",Pluto TV Buzzr (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5812bfbe4ced4f7b601b12e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/599375885ceaac3cabccbed7/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=599375885ceaac3cabccbed7&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=635&terminate=false&userId= #EXTINF:-1 tvg-id="Cats247.us" status="online",Cats 24/7 (US) (720p) [Not 24/7] @@ -93,7 +93,7 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1aeb2f https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b12146cba40007aa7e5d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CBSNewsLosAngeles.us" status="online",Pluto TV CBSN Los Angeles CA (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc481cda1d430000948a1b4/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc481cda1d430000948a1b4&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=207&terminate=false&userId= -#EXTINF:-1 tvg-id="CBSNewsMinnesota.us" status="error",Pluto TV CBSN Minnesota MN (720p) +#EXTINF:-1 tvg-id="CBSNewsMinnesota.us" status="online",Pluto TV CBSN Minnesota MN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5eb1b0bf2240d8000732a09c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CBSNewsNewYork.us" status="online",Pluto TV CBSN New York NY (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc48170e280c80009a861ab/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc48170e280c80009a861ab&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=206&terminate=false&userId= @@ -113,18 +113,18 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d8d180092e97a5e10 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d8d180092e97a5e107638d3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="CineTerror.us" status="online",Pluto TV Cine Terror (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f12111c9e6c2c00078ef3bb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5b0dada51f8004c4d855&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=106&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ClassicMoviesChannel.us" status="online",Pluto TV Classic Movies (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5b0dada51f8004c4d855/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5b0dada51f8004c4d855&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=106&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=562ea53fa9060c5a7d463e74&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=548&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicToonsTV.us" status="online",Pluto TV Classic Toons TV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/562ea53fa9060c5a7d463e74/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVComedy.us" status="online",Pluto TV Classic TV Comedy (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="ClassicTVComedy.us" status="error",Pluto TV Classic TV Comedy (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e32b297f96000768f928/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e32b297f96000768f928&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=501&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e3cccf49290007053c67/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5f15e3cccf49290007053c67&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=520&terminate=false&userId= #EXTINF:-1 tvg-id="ClassicTVDrama.us" status="online",Pluto TV Classic TV Drama (720p) @@ -154,9 +154,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d4947590ba40f75dc #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/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) @@ -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 @@ -226,10 +226,6 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ebaccf1734aaf0007 #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d883e738977e2c31096b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad9b7ffe738977e2c312133/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf5fafb5ee0007d4d0ca/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd9169d2d4000864a974/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS @@ -237,6 +233,10 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecd916 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f5141c1605ddf000748eb1b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/554158e864526b29254ff105/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="FailArmy.us" status="online",Pluto TV FailArmy (720p) +https://service-stitcher.clusters.pluto.tv/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] @@ -257,26 +257,24 @@ 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) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877ac8cb791f4eb4a140d81/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877ac8cb791f4eb4a140d81&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=601&terminate=false&userId= #EXTINF:-1 tvg-id="ForensicFiles.us" status="online",Pluto TV Forensic Files (720p) http://stitcher.pluto.tv/stitch/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?appVersion=5.2.7&deviceDNT=web&deviceId=web24163643069&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=1&serverSideAds=false&sid=web24157571521 -#EXTINF:-1 tvg-id="ForensicFiles.us" status="online",Pluto TV Forensic Files (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ForensicFiles.us" status="online",Pluto TV Forensic Files (360p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb1af6a268cae539bcedb0a&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=370&terminate=false&userId= +#EXTINF:-1 tvg-id="ForensicFiles.us" status="online",Pluto TV Forensic Files (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1af6a268cae539bcedb0a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FuelTV.us" status="online",Pluto TV Fuel TV (720p) https://siloh.pluto.tv/lilo/production/FuelTV/master.m3u8 #EXTINF:-1 tvg-id="FuelTV.us" status="online",Pluto TV Fuel TV (720p) https://siloh.pluto.tv/lilo/production/FuelTV/SP/master.m3u8 -#EXTINF:-1 tvg-id="FunnyAF.us" status="online",Pluto TV Funny AF (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/580e87ff497c73ba2f321dd3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="FunnyAF.us" status="online",Pluto TV Funny AF (684p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/580e87ff497c73ba2f321dd3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=580e87ff497c73ba2f321dd3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=450&terminate=false&userId= +#EXTINF:-1 tvg-id="FunnyAF.us" status="online",Pluto TV Funny AF (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/580e87ff497c73ba2f321dd3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="GameShowCentral.us" status="online",Pluto TV Game Show Central (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e54187aae660e00093561d6/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5e54187aae660e00093561d6&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=167&terminate=false&userId= #EXTINF:-1 tvg-id="GameShowCentral.us" status="online",Pluto TV Game Show Central (720p) @@ -300,9 +298,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1ac118d #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ecee24576bc0007a13b79/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=561c5f613286e48904fb2677&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=805&terminate=false&userId= -#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561c5f613286e48904fb2677/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="IGN.us" status="online",Pluto TV IGN (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/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="ImpactWrestling.us" status="online",Pluto TV IMPACT Wrestling (720p) [Not 24/7] @@ -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) @@ -372,30 +370,30 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e66968a7 #EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=2.7.4-9a7fc53e0c1da468e3c566c3f53e98a36ca1f97b&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=9f228953-21cb-4b82-a393-dd32d047379f&deviceLat=45.4994&deviceLon=-73.5703&deviceMake=Chrome&deviceModel=Chrome&deviceType=web&deviceVersion=76.0.3809.132&serverSideAds=true&sid=d1634607-2892-447a-b316-17a106f905fb&userId= #EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5cb626cfcaf83414128f439c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=712&terminate=false&userId= +#EXTINF:-1 tvg-id="MLS.us" status="online",Pluto TV MLS (480p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5cb626cfcaf83414128f439c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=545943f1c9f133a519bbac92&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=488&terminate=false&userId= #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ad8d44cfd87eb3a2717afc5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MST3K.us" status="online",Pluto TV MST3K (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/545943f1c9f133a519bbac92/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS02/master.m3u8 +#EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fd1a252d35decbc4080c&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=870&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fd1a252d35decbc4080c/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVBiggestPop.us" status="online",Pluto TV MTV Biggest Pop (240p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1509fb7809fd000949e39b/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS03/master.m3u8 #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d3609cd6a6c78d7672f2a81&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=868&terminate=false&userId= #EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d3609cd6a6c78d7672f2a81/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="MTVBlockParty.us" status="online",Pluto TV MTV Block Party (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150a3d73fd3f00094f722f/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="MTVDating.us" status="online",Pluto TV MTV Dating (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca6899a37b88b269472ea4b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ca6899a37b88b269472ea4b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=330&terminate=false&userId= @@ -412,11 +410,11 @@ http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ca672f515a62078d2e #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5caf325764025859afdd6c4d/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e13b6dd7ec3510009e032d0/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel -#EXTINF:-1 tvg-id="MTVPlutoTV.us" status="online",Pluto TV MTV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca672f515a62078d2ec0ad2/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="MTVSpankinNew.us" status="online",Pluto TV MTV Spankin' New (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS07/master.m3u8 #EXTINF:-1 tvg-id="MTVSpankinNew.us" status="timeout",Pluto TV MTV Spankin' New (720p) [Not 24/7] @@ -427,18 +425,18 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7274806 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) 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) [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/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] @@ -509,12 +507,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5de94dacb 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 (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/561d7d484dc7c8770484914a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAction.us" status="online",Pluto TV Action (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dbfeb961b411c00090b52b3/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Pluto Action Sports (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5be1be871843b56328bc3ef1/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5be1be871843b56328bc3ef1&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=8a1b4593-8596-4ff8-8720-2c3271ea36ca&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVActionSports.us" status="online",Pluto TV Action Sports (684p) @@ -530,13 +528,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8db96bc #EXTINF:-1 tvg-id="PlutoTVAnimalsUS.us" status="online",Pluto TV Animals+ (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ad9b6f57ef2767e1846e59f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=d548b050-1c0f-11eb-8801-b9710ba01352&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=b6f8a12a-554c-4970-82ca-4dc1f84a4016&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAnimalsUS.us" status="online",Pluto TV Animals (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767ae7b456c8cf265ce922&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9015b970-057f-11eb-aeab-0242ac110002&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVAnimalsUS.us" status="online",Pluto TV Animals (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/56b27f85ff3037045055037e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=56b27f85ff3037045055037e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=666&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAnimalsUS.us" status="online",Pluto TV Animals (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVAnimalsUS.us" status="online",Pluto TV Animals (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf8ea0d000120009bcad83/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVAnimalsUS.us" status="online",Pluto TV Animals (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d767ae7b456c8cf265ce922/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d767ae7b456c8cf265ce922&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9015b970-057f-11eb-aeab-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVAnimeAllAges.us" status="online",Pluto TV Anime All Ages (720p) http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5be4c6311843b56328bce619/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="PlutoTVAvatar.us" status="online",Pluto TV Avatar (720p) @@ -599,30 +597,30 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e843d849 https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ca1df0d50be2571e393ad31/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5b85a7582921777994caea63/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5b85a7582921777994caea63&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=91&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db048f9447d6c0009b8f29d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=0d94d79f-0582-11eb-8b9f-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (684p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b85a7582921777994caea63/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04252241007000975faac/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVDocumentaries.us" status="online",Pluto TV Documentaries (720p) https://service-stitcher.clusters.pluto.tv/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/stitch/hls/channel/5db048f9447d6c0009b8f29d/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5db048f9447d6c0009b8f29d&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=0d94d79f-0582-11eb-8b9f-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="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= +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 (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) @@ -683,8 +681,6 @@ 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) @@ -714,13 +710,13 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/60cc80732 #EXTINF:-1 tvg-id="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dbc2d1ce10f0b0009e6cf9e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5dbc2d1ce10f0b0009e6cf9e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=efbfa162-0713-11eb-9b92-0242ac110002&terminate=false&userId= #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="PlutoTVInspectorGadget.us" status="online",Pluto TV Inspector Gadget (720p) 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="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="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 (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="online",Pluto TV Lives (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5db04b360fa2560009deb3de/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVLives.us" status="online",Pluto TV Lives (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/600acaff5f2d6e000745effb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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] @@ -746,9 +742,9 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e3ddbd27091820009 #EXTINF:-1 tvg-id="PlutoTVMcLeodsDaughters.us" status="online",Pluto TV McLeod's Daughters (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18e5df6dd1d0007cf7bad/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5bb3fea0f711fd76340eebff&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=655&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVMilitary.us" status="online",Pluto TV Military (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb3fea0f711fd76340eebff/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c5c3b948002db3c3e0b262e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5c5c3b948002db3c3e0b262e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=eddfafe3-0584-11eb-82fe-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVMovies.us" status="online",Pluto TV Movies (720p) [Not 24/7] @@ -854,9 +850,9 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f4d863b9 #EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e1452156c07b50009d0230e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5e1452156c07b50009d0230e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1452156c07b50009d0230e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bd81b1053ed2c6334ea0856/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVStrongman.us" status="online",Pluto TV Strongman (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e1452156c07b50009d0230e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d1ce51dbaca4afdb7abfe5f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d1ce51dbaca4afdb7abfe5f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=abec40e3-86b9-48b6-981d-dc5eeecc6cf9&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVSurfGermany.de" status="online",Pluto TV Surf (720p) @@ -866,27 +862,27 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f15e281b0b8840007 #EXTINF:-1 tvg-id="PlutoTVSuspense.us" status="online",Pluto TV Suspense (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f15e281b0b8840007324b55/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6de52b9914200091f047a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= -#EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5f0d668b872e4400073acc68&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=9c22837c-0715-11eb-9b92-0242ac110002&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f0d668b872e4400073acc68/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVTeen.us" status="online",Pluto TV Teen (720p) +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dd6de52b9914200091f047a/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (240p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c6dc88fcd232425a6e0f06e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=76&terminate=false&userId= +#EXTINF:-1 tvg-id="PlutoTVTerror.us" status="online",Pluto TV Terror (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c6dc88fcd232425a6e0f06e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVThePriceisRight.us" status="online",Pluto TV The Price is Right (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7791b8372da90007fd45e6/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="PlutoTVTheSimpleLife.us" status="online",Pluto TV The Simple Life (720p) 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) -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) [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) @@ -915,8 +911,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bdce0465 https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5877acecb16bb1e042ee453f&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=632&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="online",Pluto TV Weddings (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5877acecb16bb1e042ee453f/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVWeddings.us" status="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="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) @@ -924,12 +918,12 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e8df4bc1 #EXTINF:-1 tvg-id="PlutoTVWipeout.us" status="online",Pluto TV Wipeout (360p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ed6828192e8b3000743ef61/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) http://pluto-live.plutotv.net/egress/chandler/pluto01/live/VIACBS01/master.m3u8 #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/6176fd25e83a5f0007a464c9/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d14fc31252d35decbc4080b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=873&terminate=false&userId= #EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d14fc31252d35decbc4080b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="PlutoTVYoMTV.us" status="online",Pluto TV Yo! MTV (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e150921e2191900097c4c23/master.m3u8?advertisingId=8f35210d-be26-5e0d-8c57-d0f910026ee7&appName=rokuchannel&appVersion=1.0&deviceDNT=1&deviceId=8f35210d-be26-5e0d-8c57-d0f910026ee7&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel #EXTINF:-1 tvg-id="PocketWatch.us" status="online",Pluto TV pocket.watch (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dae0a40e8ee0d000975e99b/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dae0a40e8ee0d000975e99b&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=993&terminate=false&userId= @@ -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) @@ -1021,17 +1015,15 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f7794a78 http://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&appVersion=unknown&deviceDNT=0&deviceId=91a6ae51-6f9d-4fbb-adb0-bdfffa44693e&deviceLat=0&deviceLon=0&deviceMake=samsung&deviceModel=samsung&deviceType=samsung-tvplus&deviceUA=samsung/SM-T720/10&deviceVersion=unknown&embedPartner=samsung-tvplus&profileFloor=&profileLimit=&samsung_app_domain=https://play.google.com/store/apps/details?id=com.samsung.android.tvplus&samsung_app_name=Mobile+TV+Plus&us_privacy=1YNY #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5aea40b35126c2157123aa64&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=376&terminate=false&userId= -#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (480p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ea71d48af1d0b0007d837f4/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=19.4358&deviceLon=-99.1441&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=VE&serverSideAds=false&sessionID=b8e5a857-714a-11eb-b532-0242ac110002&sid=b8e5a857-714a-11eb-b532-0242ac110002&userId= +#EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5aea40b35126c2157123aa64/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TheNewDetectives.us" status="online",Pluto TV The New Detectives (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e393d5c696b3b0009775c8b/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="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 @@ -1040,53 +1032,55 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5b4f5a076 #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5bb1ad55268cae539bcedb08/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="ThePetCollective.us" status="online",Pluto TV The Pet Collective (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +#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/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/v1/stitch/embed/hls/channel/5f1abf097eb06300079b30f7/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&is_lat=1&platform=web&rdid=channel&tags=ROKU_CONTENT_TAGS +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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ef3977e5d773400077de284/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TinyHouseNation.us" status="online",Pluto TV Tiny House Nation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/601a0342dcf4370007566891/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TodayAllDay.us" status="online",Pluto TV TODAY (240p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d695f7db53adf96b78e7ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=234&terminate=false&userId= #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="TodayAllDay.us" status="error",Pluto TV TODAY (240p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d695f7db53adf96b78e7ce3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d695f7db53adf96b78e7ce3&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=234&terminate=false&userId= -#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) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5dae084727c8af0009fe40a4/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=1&deviceId=5d6792bd6be2998ad0ccce30&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=ca4dc680-0715-11eb-aeab-0242ac110002&terminate=false&userId= -#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d6792bd6be2998ad0ccce30/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d0c16d686454ead733d08f8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=983&terminate=false&userId= +#EXTINF:-1 tvg-id="TotallyTurtles.us" status="online",Pluto TV Totally Turtles (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d0c16d686454ead733d08f8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d40bebc5e3d2750a2239d7e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=130&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandDrama.us" status="online",Pluto TV TV Land Drama (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d40bebc5e3d2750a2239d7e/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) [Not 24/7] -https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c2d64ffbdf11b71587184b8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=455&terminate=false&userId= #EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="TVLandSitcoms.us" status="online",Pluto TV TV Land Sitcoms (720p) [Not 24/7] +https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5c2d64ffbdf11b71587184b8/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5c2d64ffbdf11b71587184b8&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=455&terminate=false&userId= #EXTINF:-1 tvg-id="TYTNetwork.us" status="online",Pluto TV TYT Network (720p) [Not 24/7] https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5331d5fb753499095a00045a/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="UnsolvedMysteries.us" status="online",Pluto TV Unsolved Mysteries (720p) @@ -1118,15 +1112,15 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d71561df6f2e6d0b6 #EXTINF:-1 tvg-id="VH1HipHopFamily.us" status="online",Pluto TV VH1 Hip Hop Family (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d71561df6f2e6d0b6493bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) -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="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d7154fa8326b6ce4ec31f2e/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d7154fa8326b6ce4ec31f2e&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=282&terminate=false&userId= +#EXTINF:-1 tvg-id="VH1ILoveReality.us" status="online",Pluto TV VH1 I Love Reality (720p) +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 @@ -1180,16 +1174,16 @@ https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5e7b6c60fd20c50007 #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=&appName=web&appVersion=5.14.0-0f5ca04c21649b8c8aad4e56266a23b96d73b83a&app_name=web&clientDeviceType=0&clientID=6fbead95-26b1-415d-998f-1bdef62d10be&clientModelNumber=na&deviceDNT=false&deviceId=6fbead95-26b1-415d-998f-1bdef62d10be&deviceLat=48.8582&deviceLon=2.3387&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=88.0.4324.150&marketingRegion=FR&serverSideAds=false&sessionID=cc7dc550-6be3-11eb-9c02-0242ac110002&sid=cc7dc550-6be3-11eb-9c02-0242ac110002&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) +https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767790d0438aceb41d03ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS +#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5e7b6c60fd20c50007910bf5/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f8ed4dbf6bb0800071ffbcb/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime (720p) -https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5d767790d0438aceb41d03ae/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime Investigation (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ea18cd42ee5410007e349dc/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS #EXTINF:-1 tvg-id="" status="online",Pluto TV Crime TV (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5d2c571faeb3e2738ae27933/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5d2c571faeb3e2738ae27933&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=470&terminate=false&userId= -#EXTINF:-1 tvg-id="" status="error",Pluto TV Crime+ (720p) [Not 24/7] +#EXTINF:-1 tvg-id="" status="online",Pluto TV Crime+ (720p) [Not 24/7] http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ffebbeabd18520007b37709/master.m3u8?appName=web&appVersion=unknown&clientTime=0&deviceDNT=0&deviceId=2c8a9391-e98a-11eb-a932-2f3c780ff9ff&deviceMake=Chrome&deviceModel=web&deviceType=web&deviceVersion=unknown&includeExtendedEvents=false&serverSideAds=false&sid=fc31112d-4925-4f44-b50f-ddf0ca08e7c7 #EXTINF:-1 tvg-id="" status="online",Pluto TV Drama (Germany) (720p) https://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5dc190f7bfed110009d934c3/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5dc190f7bfed110009d934c3&deviceLat=51.2993&deviceLon=9.4910&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=DE&serverSideAds=false&sid=200&terminate=false&userId= @@ -1261,10 +1255,6 @@ https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5f1aadf37 http://service-stitcher.clusters.pluto.tv/stitch/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=&appName=web&appStoreUrl=&appVersion=DNT&app_name=&architecture=&buildVersion=&deviceDNT=0&deviceId=5ddf901280e3550009139c86&deviceLat=&deviceLon=&deviceMake=web&deviceModel=web&deviceType=web&deviceVersion=DNT&includeExtendedEvents=false&marketingRegion=US&serverSideAds=false&sid=475&terminate=false&userId= #EXTINF:-1 tvg-id="" status="online",Pluto TV My5 Documentaries (720p) https://service-stitcher.clusters.pluto.tv/v1/stitch/embed/hls/channel/5ddf901280e3550009139c86/master.m3u8?advertisingId=channel&appName=rokuchannel&appVersion=1.0&bmodel=bm1&channel_id=channel&content=channel&content_rating=ROKU_ADS_CONTENT_RATING&content_type=livefeed&coppa=false&deviceDNT=1&deviceId=channel&deviceMake=rokuChannel&deviceModel=web&deviceType=rokuChannel&deviceVersion=1.0&embedPartner=rokuChannel&genre=ROKU_ADS_CONTENT_GENRE&is_lat=1&platform=web&rdid=channel&studio_id=viacom&tags=ROKU_CONTENT_TAGS -#EXTINF:-1 tvg-id="" status="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 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 6cffe8fce..6b7856656 100644 --- a/streams/us_ssh101.m3u +++ b/streams/us_ssh101.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="AigaioTV.gr" status="error",Aigaio TV (360p) [Not 24/7] +#EXTINF:-1 tvg-id="AigaioTV.gr" status="online",Aigaio TV (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/aigaiotv1/index.m3u8 #EXTINF:-1 tvg-id="AVCHD.ar" status="online",AVC HD (Monte Caseros | Corrientes) (360p) [Not 24/7] @@ -14,7 +14,7 @@ https://tna5.bozztv.com/jesstv/index.m3u8 #EXTINF:-1 tvg-id="OrbitaFM.sv" status="online",Órbita FM (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/OrbitaFM/index.m3u8 -#EXTINF:-1 tvg-id="SolarTelevision.pe" status="error",Solar Televisión (Abancay) (360p) [Not 24/7] +#EXTINF:-1 tvg-id="SolarTelevision.pe" status="online",Solar Televisión (Abancay) (360p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/televisionsolar/index.m3u8 #EXTINF:-1 tvg-id="UchuTV.pe" status="online",Uchu TV (Cusco) (720p) [Not 24/7] diff --git a/streams/us_tubi.m3u b/streams/us_tubi.m3u index b53532f9f..0aaadafb9 100644 --- a/streams/us_tubi.m3u +++ b/streams/us_tubi.m3u @@ -111,5 +111,5 @@ https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTVT-Monetizer.m3u8 https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,p-WTXF-Monetizer.m3u8 #EXTINF:-1 tvg-id="WVTMDT1.us" status="online",Very Alabama (576p) https://csm-e-eb.csm.tubi.video/csm/extlive/tubiprd01,Cloudfront-WVTM.m3u8 -#EXTINF:-1 tvg-id="" status="error",CBC News Highlights (720p) +#EXTINF:-1 tvg-id="" status="online",CBC News Highlights (720p) https://csm-e-eb.csm.tubi.video/csm/live/243017997.m3u8 diff --git a/streams/us_wfmz.m3u b/streams/us_wfmz.m3u index c553746c7..1bfef072c 100644 --- a/streams/us_wfmz.m3u +++ b/streams/us_wfmz.m3u @@ -1,5 +1,5 @@ #EXTM3U -#EXTINF:-1 tvg-id="" status="error",WFMZ Dorney Park Camera +#EXTINF:-1 tvg-id="" status="online",WFMZ Dorney Park Camera https://cdn.jaybirdtv.com/wfmz/5/live/master.m3u8 #EXTINF:-1 tvg-id="" status="online",WFMZ PennST camera https://cdn.jaybirdtv.com/wfmz/6/live/master.m3u8 diff --git a/streams/us_xumo.m3u b/streams/us_xumo.m3u index 1dac232b8..d206d1977 100644 --- a/streams/us_xumo.m3u +++ b/streams/us_xumo.m3u @@ -1,7 +1,7 @@ #EXTM3U #EXTINF:-1 tvg-id="ABCNews.us" status="online",ABC News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-abcnews/CDN/master.m3u8 -#EXTINF:-1 tvg-id="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 @@ -25,7 +25,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbloomberg/CDN/playlist.m3u8 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxbonappetit/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Cheddar.us" status="online",Cheddar News (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcheddar/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ChiveTV.us" status="timeout",Chive TV (720p) +#EXTINF:-1 tvg-id="ChiveTV.us" status="online",Chive TV (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxchive/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Circle.us" status="online",Circle (1080p) https://circle-xumo.amagi.tv/playlist.m3u8 @@ -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 @@ -63,7 +63,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-foxweather-xumo/CDN/master.m3u8 https://foxweather-xumo.amagi.tv/playlist.m3u8 #EXTINF:-1 tvg-id="FunnyorDie.us" status="online",Funny or Die (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfunnyordie/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="FuseEast.us" status="timeout",Fuse East (720p) +#EXTINF:-1 tvg-id="FuseEast.us" status="online",Fuse East (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfuse/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="Glamour.us" status="online",Glamour (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxglamour/CDN/playlist.m3u8 @@ -123,13 +123,13 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxpocketwatch/CDN/playlist.m3 https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxrealnosey/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="RedboxUnsolvedMysteries.us" status="online",FilmRise Forensic Files (XUMO) (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxunsolvedmysteries/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="ReelzChannelXUMO.us" status="timeout",Reelz Channel (XUMO) (720p) +#EXTINF:-1 tvg-id="ReelzChannelXUMO.us" status="online",Reelz Channel (XUMO) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxreelzchannel/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="ShopLC.us" status="online",Shop LC (1080p) https://cdn-shop-lc-01.akamaized.net/Content/HLS_HLS/Live/channel(xumo)/index.m3u8 #EXTINF:-1 tvg-id="ShoutFactoryTV.us" status="online",Shout! Factory TV (1080p) https://shoutfactory-xumo.amagi.tv/playlist.m3u8 -#EXTINF:-1 tvg-id="ShowtimeattheApollo.us" status="timeout",Showtime at the Apollo (432p) +#EXTINF:-1 tvg-id="ShowtimeattheApollo.us" status="online",Showtime at the Apollo (432p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxshowtimeattheapollo/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="SoYummy.us" status="online",So Yummy! (1080p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxsoyummy/CDN/playlist.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 @@ -207,7 +207,7 @@ https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxweatherspy/CDN/playlist.m3u https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxwired/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="WorldPokerTour.us" status="online",World Poker Tour (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxworldpokertour/CDN/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="timeout",CBC News (720p) +#EXTINF:-1 tvg-id="" status="online",CBC News (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxcbcnews/CDN/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",FilmRise Free Movies (Redbox) (720p) https://dai2.xumo.com/amagi_hls_data_xumo1212A-redboxfilmrisefreemovies/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 96a1e1863..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="error",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,7 +35,7 @@ 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 @@ -39,7 +43,5 @@ http://190.122.96.187:8888/http/006 http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/vpitv #EXTINF:-1 tvg-id="" status="online",BitRadio https://vcp.myplaytv.com/petrotv/petrotv/playlist.m3u8 -#EXTINF:-1 tvg-id="" status="online",Esports Max [Not 24/7] -http://vcpar.myplaytv.com/esportsmax/live/playlist.m3u8 #EXTINF:-1 tvg-id="" status="online",TNO Radio https://stmv1.srvstm.com/tnovideo1/tnovideo1/playlist.m3u8 diff --git a/streams/ye.m3u b/streams/ye.m3u index ec9e84a35..078514369 100644 --- a/streams/ye.m3u +++ b/streams/ye.m3u @@ -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