diff --git a/.github/ISSUE_TEMPLATE/------channel-request.yml b/.github/ISSUE_TEMPLATE/------channel-request.yml index 7e383a474..0452b452d 100644 --- a/.github/ISSUE_TEMPLATE/------channel-request.yml +++ b/.github/ISSUE_TEMPLATE/------channel-request.yml @@ -1,5 +1,6 @@ -name: \U0001F4FA Channel Request +name: 📺 Channel Request description: Request to add a channel into the playlist +title: "Add: " labels: [ "channel request" ] body: diff --git a/.github/ISSUE_TEMPLATE/-----broken-stream.yml b/.github/ISSUE_TEMPLATE/-----broken-stream.yml new file mode 100644 index 000000000..a532733d8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-----broken-stream.yml @@ -0,0 +1,76 @@ +name: 🛠 Broken Stream +description: Report a broken stream +title: "Replace: " +labels: [ "broken stream" ] + +body: + - type: markdown + attributes: + value: | + Please fill out the issue template as much as you can so we could efficiently process your request + **IMPORTANT**: An issue may contain a request for only one channel, otherwise it will be closed + + Channels present in this repository come from variety of sources, some may have overbalanced load at times, temporal issues or just be far away from your location to play smoothly. + Please wait for a few hours at least before filling this form. + + - type: checkboxes + id: preliminary + attributes: + label: I have verified that + options: + - label: I use the GitHub playlist link and not a downloaded/cached version of the file + required: true + - label: My TV player has updated this playlist after 0:00 GMT and is set to update it daily + required: true + - label: I am aware that the channel source may have temporal outages. It is broken/absent from the playlist for couple of hours or days + required: true + + - type: input + id: name + attributes: + label: Channel Name + description: Full name of the channel. Please use the exact name, as in how it appears in the playlist. + placeholder: 'Fox Life Russia' + validations: + required: true + + - type: dropdown + id: reason + attributes: + label: What happened to the stream? + options: + - It is now offline (disappeared from the playlist) + - It is stuck at a single frame/the same segment + - I see visual artifacts + - It is buffering to unplayable point + validations: + required: true + + - type: input + id: playlist + attributes: + label: Playlist + description: What playlist was used to get the channel from? + placeholder: 'ex. https://iptv-org.github.io/iptv/countries/au.m3u' + validations: + required: true + + - type: input + id: link + attributes: + label: Broken Link + description: Please specify the broken link from a playlist if you can + placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' + + - type: input + id: alt + attributes: + label: Possible Replacement + description: If you know an alternate non-protected source or the way to fix current stream please let us know + placeholder: 'ex. https://lnc-kdfw-fox-aws.tubi.video/index.m3u8' + + - type: input + id: notes + attributes: + label: Notes + placeholder: 'Anything else we should know?' diff --git a/.github/ISSUE_TEMPLATE/-----bug-report.md b/.github/ISSUE_TEMPLATE/-----bug-report.md deleted file mode 100644 index cb7b32fcd..000000000 --- a/.github/ISSUE_TEMPLATE/-----bug-report.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -name: '🐞 Bug Report' -about: Report an error in this repository -title: 'Fix: xxx' -labels: bug -assignees: '' ---- - - diff --git a/.github/ISSUE_TEMPLATE/----broken-stream.md b/.github/ISSUE_TEMPLATE/----broken-stream.md deleted file mode 100644 index 3f4b0cff0..000000000 --- a/.github/ISSUE_TEMPLATE/----broken-stream.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -name: '🛠 Broken Stream' -about: Report a broken stream -title: '' -labels: broken stream -assignees: '' ---- - - - - - -**_Channel Name:_** xxx -**_Country:_** xxx -**_Broken Link (from playlist):_** xxx -**_Possible Replacement (optional):_** xxx -**_Notes (optional):_** xxx diff --git a/.github/ISSUE_TEMPLATE/----bug-report.yml b/.github/ISSUE_TEMPLATE/----bug-report.yml new file mode 100644 index 000000000..f8c013173 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----bug-report.yml @@ -0,0 +1,22 @@ +name: 🐞 Bug Report +description: Report an error in this repository +title: "Fix: " +labels: [ "bug" ] +assignees: + - freearhey + +body: + - type: markdown + attributes: + value: | + This form is **ONLY** intended for auto-update, channel sorting and other automation scripts related issues. + If you're experiencing problems viewing a channel, **this is not the right form**. Please fill a [Broken stream](https://github.com/iptv-org/iptv/issues/new?assignees=&labels=broken+stream&template=----broken-stream.yml&title=Fix%3A+) form instead. + + Please describe the error in as much detail as possible so that we can fix it quickly. + + - type: textarea + id: bug + attributes: + label: Describe your issue + validations: + required: true diff --git a/.github/ISSUE_TEMPLATE/--remove-channel.md b/.github/ISSUE_TEMPLATE/--remove-channel.md deleted file mode 100644 index 6cc3a0a2b..000000000 --- a/.github/ISSUE_TEMPLATE/--remove-channel.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -name: "\U0001F6A8 Remove Channel" -about: Request to remove a channel -title: 'Remove: xxx' -labels: DMCA -assignees: '' ---- - - - -**_Channel Name:_** xxx -**_DMCA Notice (link):_** xxx diff --git a/.github/ISSUE_TEMPLATE/--remove-channel.yml b/.github/ISSUE_TEMPLATE/--remove-channel.yml new file mode 100644 index 000000000..349595701 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/--remove-channel.yml @@ -0,0 +1,34 @@ +name: 🚨 Remove Channel +description: Request to remove a channel +title: "Remove: " +labels: [ "DMCA" ] + +body: + - type: markdown + attributes: + value: | + Please fill out the issue template as much as you can so we could efficiently process your request + + - type: input + id: name + attributes: + label: Channel Names + description: Full name of every channel to be removed + placeholder: 'Fox Life Russia' + validations: + required: true + + - type: input + id: link + attributes: + label: DMCA Notice + description: A link to your published complaint form that must be filled here https://github.com/contact/dmca + placeholder: 'https://github.com/github/dmca/blob/3ce1c9402c6b7e46dcbbea6ff866d6a44e75c72a/2021/03/2021-03-26-sky-italia.md' + validations: + required: true + + - type: input + id: notes + attributes: + label: Notes + placeholder: 'Anything else we should know?' diff --git a/channels/hn.m3u b/channels/hn.m3u index 5cc9a25bc..6e9cf783d 100644 --- a/channels/hn.m3u +++ b/channels/hn.m3u @@ -15,14 +15,20 @@ https://60417ddeaf0d9.streamlock.net/edntv/videoedntv/playlist.m3u8 https://panel.dattalive.com/8122/8122/playlist.m3u8 #EXTINF:-1 tvg-id="HCHHonduras.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="" group-title="",HCH Honduras (480p) [Offline] http://free.fullspeed.tv/iptv-query?streaming-ip=https://www.dailymotion.com/video/x81za5c8 +#EXTINF:-1 tvg-id="RadioIdeal.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="" group-title="",Radio Ideal 104.7 FM (La Esperanza) +http://lencatelevision.com:8080/hls/ltv3.m3u8 #EXTINF:-1 tvg-id="JBN.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="https://i.imgur.com/JrlArKg.png" group-title="",JBN (480p) https://emisoras.hn:8081/jbn/index.m3u8 +#EXTINF:-1 tvg-id="LencaTelevision.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="" group-title="",Lenca Television (Canal 40) +http://lencatelevision.com:8080/hls/ltv1.m3u8 #EXTINF:-1 tvg-id="LTV.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="https://i.imgur.com/dprA1P7.png" group-title="",LTV (720p) [Not 24/7] https://5e85d90130e77.streamlock.net/6022/6022/playlist.m3u8 #EXTINF:-1 tvg-id="MiVinaChannel.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="https://i.imgur.com/5620HCa.jpg" group-title="",Mi Viña Channel [Not 24/7] https://5b50404ec5e4c.streamlock.net/8056/smil:8056.smil/playlist.m3u8 #EXTINF:-1 tvg-id="QhuboTV.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="https://i.imgur.com/1MIXANL.jpg" group-title="",Q'hubo TV (410p) [Not 24/7] https://5e85d90130e77.streamlock.net/6024/6024/playlist.m3u8 +#EXTINF:-1 tvg-id="RadioImagen.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="" group-title="",Radio Imagen 105.1 FM (La Esperanza) +http://lencatelevision.com:8080/hls/ltv2.m3u8 #EXTINF:-1 tvg-id="SercanoTV.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="" group-title="",Sercano TV (720p) http://stream.grupoabchn.com:1935/SERCANOHD/SERCANOLive.smil/playlist.m3u8 #EXTINF:-1 tvg-id="Teleceiba.hn" tvg-country="HN" tvg-language="Spanish" tvg-logo="https://i.imgur.com/wIcvdMQ.jpg" group-title="",Teleceiba [Offline] diff --git a/channels/jp.m3u b/channels/jp.m3u index 67ac9cd75..47c14973d 100644 --- a/channels/jp.m3u +++ b/channels/jp.m3u @@ -76,13 +76,13 @@ https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/sycc-live/zh/playlist.m3u https://nhkwlive-ojp.akamaized.net/hls/live/2003459/nhkwlive-ojp-en/index.m3u8 #EXTINF:-1 tvg-id="NHKWorldJapan.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="https://i.imgur.com/SQISXoD.jpg" group-title="News",NHK World Japan (720p) [Not 24/7] https://b-nhkwlive-xjp.webcdn.stream.ne.jp/hls/live/2003458-b/nhkwlive-xjp-en/index.m3u8 -#EXTINF:-1 tvg-id="NHKEOsaka.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK-E Osaka (404p) +#EXTINF:-1 tvg-id="NHKEOsaka.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK E Osaka (404p) http://211.21.12.236:11935/live/gx02.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NHKETokyo.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK-E Tokyo (404p) +#EXTINF:-1 tvg-id="NHKETokyo.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK E Tokyo (404p) http://211.21.12.236:11935/live/gd02.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NHKGOsaka.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK-G Osaka (404p) +#EXTINF:-1 tvg-id="NHKGOsaka.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK G Osaka (404p) http://211.21.12.236:11935/live/gx01.stream/playlist.m3u8 -#EXTINF:-1 tvg-id="NHKGTokyo.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK-G Tokyo (404p) +#EXTINF:-1 tvg-id="NHKGTokyo.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="" group-title="",NHK G Tokyo (404p) http://211.21.12.236:11935/live/gd01.stream/playlist.m3u8 #EXTINF:-1 tvg-id="NHKHuaYuShiJie.jp" tvg-country="JP" tvg-language="Japanese" tvg-logo="http://www.tvyan.com/uploads/dianshi/nhkhuayu.jpg" group-title="",NHK华语视界 (720p) https://nhkworld.webcdn.stream.ne.jp/www11/nhkworld-tv/zh/725580/livecom_zh.m3u8 diff --git a/channels/pr.m3u b/channels/pr.m3u index 24c939454..9096f5b52 100644 --- a/channels/pr.m3u +++ b/channels/pr.m3u @@ -1,19 +1,13 @@ #EXTM3U -#EXTINF:-1 tvg-id="CANAL13.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://directtvlatam-aem65-prod.adobecqms.net/content/dam/public-sites/channels/puerto-rico/v2/pr/183.png" group-title="",CANAL 13 (720p) [Offline] -https://5983a4e15f07f.streamlock.net:8443/worocanal13pr/worocanal13pr/chunklist_w1959254102.m3u8 #EXTINF:-1 tvg-id="CDMInternational.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://i.imgur.com/KlJnXF3.jpg" group-title="",CDM International (480p) [Not 24/7] https://59825a54e4454.streamlock.net:8443/marcos536/marcos536/playlist.m3u8 #EXTINF:-1 tvg-id="CDMTV.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="" group-title="",CDM TV (480p) [Not 24/7] http://205.164.56.130:1935/marcos536/marcos536/playlist.m3u8 #EXTINF:-1 tvg-id="CTNiChristianTelevisionNetworkInternational.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="http://directostv.teleame.com/wp-content/uploads/2018/07/CTNi.png" group-title="Religious",CTNi (Christian Television Network International) (480p) [Not 24/7] -https://584097344c1f0.streamlock.net/48/_definst_/smil:48.smil/playlist.m3u8 +https://584097344c1f0.streamlock.net/48/smil:48.smil/playlist.m3u8 +#EXTINF:-1 tvg-id="MasTV.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="" group-title="",Mas TV +https://video1.getstreamhosting.com:1936/8212/8212/playlist.m3u8 #EXTINF:-1 tvg-id="NotiUnoPuertoRico.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="" group-title="",Noti Uno Puerto Rico (404p) [Not 24/7] -https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/chunklist_w782728706.m3u8 +https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 #EXTINF:-1 tvg-id="PuraPalabra.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://i1.wp.com/unored.tv/wp-content/uploads/2016/03/Pura-Palabra-TV.jpg" group-title="",Pura Palabra (720p) [Not 24/7] https://59825a54e4454.streamlock.net:8443/william233/william233/playlist.m3u8 -#EXTINF:-1 tvg-id="WoroCanal13PuertoRico.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="" group-title="",Woro Canal 13 (Puerto Rico) (720p) [Offline] -https://5983a4e15f07f.streamlock.net:8443/worocanal13pr/worocanal13pr/chunklist_w1874302818.m3u8 -#EXTINF:-1 tvg-id="WORODT.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://i0.wp.com/unored.tv/wp-content/uploads/2015/08/WORO.jpg" group-title="",WORO-DT (720p) [Offline] -https://5983a4e15f07f.streamlock.net:8443/worocanal13pr/worocanal13pr/playlist.m3u8 -#EXTINF:-1 tvg-id="WUNONotiUnoMetro.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://bloximages.newyork1.vip.townnews.com/notiuno.com/content/tncms/custom/image/1910fac6-b6a6-11e8-bedc-73fa7469f5d8.png" group-title="Local",WUNO (Noti Uno Metro) (480p) [Not 24/7] -https://59514edd5dd8e.streamlock.net/unoradio/unoradio1/playlist.m3u8 diff --git a/channels/us_ssh101.m3u b/channels/us_ssh101.m3u index e5540e228..a6f7ca0b2 100644 --- a/channels/us_ssh101.m3u +++ b/channels/us_ssh101.m3u @@ -62,3 +62,6 @@ https://tna5.bozztv.com/telemedellin/index.m3u8 #EXTINF:-1 tvg-id="UchuTV.pe" tvg-country="PE" tvg-language="Spanish" tvg-logo="" group-title="",Uchu TV (Cusco) (720p) [Not 24/7] #EXTVLCOPT:http-referrer=https://ssh101.com/ https://tna5.bozztv.com/Cusco/index.m3u8 +#EXTINF:-1 tvg-id="WORODT.pr" tvg-country="PR" tvg-language="Spanish" tvg-logo="https://i0.wp.com/unored.tv/wp-content/uploads/2015/08/WORO.jpg" group-title="",WORO-DT (720p) [Not 24/7] +#EXTVLCOPT:http-referrer=https://ssh101.com/ +https://tna5.bozztv.com/worodt/playlist.m3u8