diff --git a/channels/pe.m3u b/channels/pe.m3u index cff8ff293..7e1292798 100644 --- a/channels/pe.m3u +++ b/channels/pe.m3u @@ -162,8 +162,10 @@ https://7.innovatestream.pe:19360/omega/omega.m3u8 https://ed1ov.live.opencaster.com/CwCfFGFdtebB/index.m3u8 #EXTINF:-1 tvg-id="OndaDigital.pe" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/3R2emx7.jpg" group-title="General",Onda Digital (720p) [Not 24/7] https://tv.ondadigital.pe:1936/ondatv2/ondatv2/playlist.m3u8 -#EXTINF:-1 tvg-id="OvacionTV.pe" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://graph.facebook.com/ovacionperu/picture?width=320&height=320" group-title="Sports",Ovación TV (Lima) (720p) [Not 24/7] +#EXTINF:-1 tvg-id="OvacionTV.pe" tvg-country="PE;UY" tvg-language="Spanish" tvg-logo="https://ovacion.pe/sites/default/files/logo-ovacion.png" group-title="Sports",Ovación TV (720p) [Not 24/7] https://5c3fb01839654.streamlock.net:1963/iptvovacion1/liveovacion1tv/playlist.m3u8 +#EXTINF:-1 tvg-id="OvacionTV.pe" tvg-country="PE;UY" tvg-language="Spanish" tvg-logo="https://ovacion.pe/sites/default/files/logo-ovacion.png" group-title="Sports",Ovacion TV (720p) [Not 24/7] +http://cdn2.ujjina.com:1935/iptvovacion1/liveovacion1tv/playlist.m3u8 #EXTINF:-1 tvg-id="PanamericanaTV.pe" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/uQhEDES.png" group-title="General",Panamericana TV (720p) [Not 24/7] http://free.fullspeed.tv/query?url=https://www.dailymotion.com/PanamericanaPTV #EXTINF:-1 tvg-id="PanamericanaTV.pe" tvg-country="PE" tvg-language="Spanish" tvg-logo="https://i.imgur.com/uQhEDES.png" group-title="General",Panamericana TV [Not 24/7] diff --git a/channels/uy.m3u b/channels/uy.m3u index 45dd59763..03a1a2096 100644 --- a/channels/uy.m3u +++ b/channels/uy.m3u @@ -3,7 +3,5 @@ https://edge3-hr.cvattv.com.ar/live/c5eds/Canal10_URU/verimatrix_rotating_FTA/Canal10_URU.m3u8 #EXTINF:-1 tvg-id="CANAL10.uy" tvg-country="UY" tvg-language="" tvg-logo="https://directostv.teleame.com/wp-content/uploads/2019/04/canal-10-uruguay-en-vivo.png" group-title="",CANAL 10 [Offline] http://edge2-ccast-sl.cvattv.com.ar/live/c5eds/Canal10_URU/verimatrix_rotating/Canal10_URU-video=1480000.m3u8 -#EXTINF:-1 tvg-id="Ovacion.uy" tvg-country="UY" tvg-language="Spanish" tvg-logo="https://ovacion.pe/sites/default/files/logo-ovacion.png" group-title="",Ovacion (720p) [Not 24/7] -http://cdn2.ujjina.com:1935/iptvovacion1/liveovacion1tv/playlist.m3u8 #EXTINF:-1 tvg-id="UCL.uy" tvg-country="UY;LATAM" tvg-language="Spanish" tvg-logo="https://uclplay.com/wp-content/uploads/2020/04/logo-horizontal-white-1.png" group-title="",UCL TV (720p) [Not 24/7] https://livedelta.cdn.antel.net.uy/out/u/url_canalu_2.m3u8 diff --git a/scripts/helpers/Channel.js b/scripts/helpers/Channel.js index 8d4a97f57..3d177ad14 100644 --- a/scripts/helpers/Channel.js +++ b/scripts/helpers/Channel.js @@ -113,6 +113,10 @@ module.exports = class Channel { this.tvg.language || '' }" tvg-logo="${this.logo || ''}"` + if (this.http['user-agent']) { + info += ` user-agent="${this.http['user-agent']}"` + } + info += ` group-title="${this.group.title || ''}",${this.name}` if (this.resolution.height) {