diff --git a/sites/visionplus.id/visionplus.id.channels.xml b/sites/visionplus.id/visionplus.id.channels.xml index 98a01af9..9a02c944 100644 --- a/sites/visionplus.id/visionplus.id.channels.xml +++ b/sites/visionplus.id/visionplus.id.channels.xml @@ -1,63 +1,28 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + ABC Australia Al Jazeera English Al Quran Al Kareem Anhui TV + Animax ANTV + Arirang Arirang AXN Baby TV Bali TV Bandung TV - BeSmart - BTV + BBC Earth + BBC World News + BTV + Bloomberg + Cbeebies + Celestial Classic Movie Celestial Movies + CGTN CGTN Documentary Cinemachi Cinemachi Action @@ -65,68 +30,94 @@ Cinemachi Max Cinemachi Xtra Cinema World + Channel News Asia CNBC + Crime Investigation DAAI TV + Shanghai Dragon TV Dreamworks + DW + DW Entertainment + Euronews + EWTN Fight Sports FMN Fox News Channel + France 24 Galaxy Galaxy Premium Global Trekker GTV + History HITS Hits Movies + Hunan TV IDX Channel IMC iNews Jak TV + Jiangsu TV JTV Kids TV KIX Kompas TV + Kompas TV Life - Lifestyle & Fashion + Lifetime + Lifetime Metro TV - Miao Mi + Metro TV MNC News - MNC Sports MNC Sports 2 MNC Sports 3 + SPORTSTARS 4 + MNC Sports MNC TV MTV 90s MTV Live Music TV + Music TV Muslim TV My Cinema My Cinema Asia My Family My Kidz National Geographic + Nat Geo Wild Net. NHK World Japan NHK World Premium + Nick + Nick Jr. OK TV + One Paramount Network + RTV RCTI Reformed 21 Rock Action Rock Entertainment + RT English SEA Today Soccer Channel - SPOTV SPOTV 2 + SPOTV Tawaf TV Thrill Trans 7 Trans TV TRT World + TV5 Monde + TV9 TVMu tvN tvN Movies TV One + TV One + TVRI Vision Prime + Xing Kong TV Zee Bioskop Zoomoo diff --git a/sites/visionplus.id/visionplus.id.config.js b/sites/visionplus.id/visionplus.id.config.js index ddc68d78..6ce0aec8 100644 --- a/sites/visionplus.id/visionplus.id.config.js +++ b/sites/visionplus.id/visionplus.id.config.js @@ -24,7 +24,7 @@ module.exports = { )}&channel_ids=${channel.site_id}` }, parser({ content, channel, date }) { - let programs = [] + const programs = [] const items = parseItems(content, channel, date) items.forEach(item => { let prev = programs[programs.length - 1] @@ -64,6 +64,7 @@ module.exports = { const [, site_id] = loc.match(/channel\/(\d+)\//) || [null, null] return { + lang: 'en', site_id, name: $item('video\\:title').text().trim() }