mirror of
https://github.com/iptv-org/iptv
synced 2026-04-30 22:57:06 -04:00
Use HTTPS instead of HTTP m3u URLs for enhanced security and privacy
In 2023, HTTP is no longer secure and should be replaced by HTTPS whenever possible. This ensures not only safety but also privacy in all online activities. Those http URLs being replaced with https protocal, were tested that their servers support https communication properly before the replace.
This commit is contained in:
@@ -10,27 +10,27 @@ https://dev.aftermind.xyz/edge-hls/unitrust/citychannel/index.m3u8?token=8TXWzhY
|
||||
#EXTINF:-1 tvg-id="CityChannel.cy" status="online",City Channel (720p)
|
||||
https://dev.aftermind.xyz/hls/unitrust/citychannel/index.m3u8?token=8TXWzhY3h6jrzqEqu
|
||||
#EXTINF:-1 tvg-id="MyCamTVAnal.cy" status="online",MyCamTV Anal
|
||||
http://live.mycamtv.com/anal.m3u8
|
||||
https://live.mycamtv.com/anal.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVAsian.cy" status="online",MyCamTV Asian
|
||||
http://live.mycamtv.com/asian.m3u8
|
||||
https://live.mycamtv.com/asian.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVBigAss.cy" status="online",MyCamTV Big Ass
|
||||
http://live.mycamtv.com/defstream.m3u8
|
||||
https://live.mycamtv.com/defstream.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVBigTits.cy" status="online",MyCamTV Big Tits
|
||||
http://live.mycamtv.com/bigtits.m3u8
|
||||
https://live.mycamtv.com/bigtits.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVBlonde.cy" status="online",MyCamTV Blonde
|
||||
http://live.mycamtv.com/blonde.m3u8
|
||||
https://live.mycamtv.com/blonde.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVBrunette.cy" status="online",MyCamTV Brunette
|
||||
http://live.mycamtv.com/brunette.m3u8
|
||||
https://live.mycamtv.com/brunette.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVEbony.cy" status="online",MyCamTV Ebony
|
||||
http://live.mycamtv.com/medium.m3u8
|
||||
https://live.mycamtv.com/medium.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVLatina.cy" status="online",MyCamTV Latina
|
||||
http://live.mycamtv.com/latina.m3u8
|
||||
https://live.mycamtv.com/latina.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVSkinny.cy" status="online",MyCamTV Skinny
|
||||
http://live.mycamtv.com/arab.m3u8
|
||||
https://live.mycamtv.com/arab.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVSquirt.cy" status="online",MyCamTV Squirt
|
||||
http://live.mycamtv.com/squirt.m3u8
|
||||
https://live.mycamtv.com/squirt.m3u8
|
||||
#EXTINF:-1 tvg-id="MyCamTVWhite.cy" status="online",MyCamTV White
|
||||
http://live.mycamtv.com/white.m3u8
|
||||
https://live.mycamtv.com/white.m3u8
|
||||
#EXTINF:-1 tvg-id="RIK1.cy" status="online",RIK 1 (CYBC 1) [Geo-blocked]
|
||||
http://l6.cloudskep.com/rikcy/rik1/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="RIK2.cy" status="online",RIK 2 (CYBC 2) [Geo-blocked]
|
||||
@@ -52,7 +52,7 @@ https://sl2.sigmatv.com/hls/live.m3u8
|
||||
#EXTINF:-1 tvg-id="BRT1.cy" status="timeout",BRT 1 HD (576p) [Not 24/7]
|
||||
http://wms.brtk.net:1935/live/BRTHD/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="BRT1.cy" status="online",BRT 1 HD (720p) [Not 24/7]
|
||||
http://kuzeykibris.tv/m3u8/tv_brt1.m3u8
|
||||
https://kuzeykibris.tv/m3u8/tv_brt1.m3u8
|
||||
#EXTINF:-1 tvg-id="" status="online",Reload (804p)
|
||||
http://web.onair-radio.eu:1935/video/video/playlist.m3u8
|
||||
#EXTINF:-1 tvg-id="" status="online",Vouli TV (1080p)
|
||||
|
||||
Reference in New Issue
Block a user