From 4e7d45f6929649643db7394f2d2c9555839ed14e Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:01:33 +0300
Subject: [PATCH 1/8] Fix linter issues
---
sites/rikstv.no/readme.md | 42 +++----
sites/rikstv.no/rikstv.no.channels.xml | 166 ++++++++++++-------------
sites/rikstv.no/rikstv.no.config.js | 148 +++++++++++-----------
sites/rikstv.no/rikstv.no.test.js | 138 ++++++++++----------
4 files changed, 252 insertions(+), 242 deletions(-)
diff --git a/sites/rikstv.no/readme.md b/sites/rikstv.no/readme.md
index 31eb0b38..463a3282 100644
--- a/sites/rikstv.no/readme.md
+++ b/sites/rikstv.no/readme.md
@@ -1,21 +1,21 @@
-# rikstv.no
-
-https://play.rikstv.no/tv-guide
-
-### Download the guide
-
-```sh
-npm run grab --- --site=rikstv.no
-```
-
-### Update channel list
-
-```sh
-npm run channels:parse --- --config=./sites/rikstv.no/rikstv.no.config.js --output=./sites/rikstv.no/rikstv.no.channels.xml
-```
-
-### Test
-
-```sh
-npm test --- rikstv.no
-```
+# rikstv.no
+
+https://play.rikstv.no/tv-guide
+
+### Download the guide
+
+```sh
+npm run grab --- --site=rikstv.no
+```
+
+### Update channel list
+
+```sh
+npm run channels:parse --- --config=./sites/rikstv.no/rikstv.no.config.js --output=./sites/rikstv.no/rikstv.no.channels.xml
+```
+
+### Test
+
+```sh
+npm test --- rikstv.no
+```
diff --git a/sites/rikstv.no/rikstv.no.channels.xml b/sites/rikstv.no/rikstv.no.channels.xml
index 96aebc97..8e9e46c9 100644
--- a/sites/rikstv.no/rikstv.no.channels.xml
+++ b/sites/rikstv.no/rikstv.no.channels.xml
@@ -1,83 +1,83 @@
-
-
- BBC News
- Discovery
- TLC
- Disney Channel
- Eurosport 1
- FEM
- Frikanalen
- REX
- National Geographic
- NRK Super/3
- NRK1
- NRK1 Tegnspråk
- NRK2
- SVT1
- TV 2 Livsstil
- TV 2 Direkte
- TV 2 Nyheter
- TV 2 Zebra
- TV3
- TVNorge
- TV3+
- Visjon Norge
- VOX
- Animal Planet
- BBC Nordic
- TV6
- History Channel
- Eurosport Norge
- Nick Jr.
- Nickelodeon
- TV 2 Danmark
- DR2
- DR1
- SVT2
- TV4
- CNN
- Discovery Science
- Investigation Discovery
- Norway Live
- V Sport +
- V Sport 1
- V Sport 2
- V Sport 3
- Hits
- Stars
- SF-kanalen
- TV 2 Sport 1
- TV 2 Sport 2
- Sky News
- CNBC
- Deutsche Welle
- France 24
- NRK1 Sørlandet
- NRK1 Nordland
- NRK1 Midtnytt
- NRK1 Vestfold og Telemark
- NRK1 Vestlandsrevyen
- NRK1 Nordnytt
- NRK1 Innlandet
- MTV00s
- TV Nord
- Travel Channel
- Food Network
- Euronews
- Auto Motor og Sport TV
- Rikstoto Direkte
- TV Øst
- NRK1 Rogaland
- NRK1 Møre og Romsdal
- NRK1 Lydtekst
- NRK2 Lydtekst
- NRK3 Super Lydtekst
- Heim TV
- V sport golf
- NRK1 Underteksting
- NRK2 Underteksting
- Naturkanal1
- V Film Action
- V Film Premiere
- V Series
-
+
+
+ BBC News
+ Discovery
+ TLC
+ Disney Channel
+ Eurosport 1
+ FEM
+ Frikanalen
+ REX
+ National Geographic
+ NRK Super/3
+ NRK1
+ NRK1 Tegnspråk
+ NRK2
+ SVT1
+ TV 2 Livsstil
+ TV 2 Direkte
+ TV 2 Nyheter
+ TV 2 Zebra
+ TV3
+ TVNorge
+ TV3+
+ Visjon Norge
+ VOX
+ Animal Planet
+ BBC Nordic
+ TV6
+ History Channel
+ Eurosport Norge
+ Nick Jr.
+ Nickelodeon
+ TV 2 Danmark
+ DR2
+ DR1
+ SVT2
+ TV4
+ CNN
+ Discovery Science
+ Investigation Discovery
+ Norway Live
+ V Sport +
+ V Sport 1
+ V Sport 2
+ V Sport 3
+ Hits
+ Stars
+ SF-kanalen
+ TV 2 Sport 1
+ TV 2 Sport 2
+ Sky News
+ CNBC
+ Deutsche Welle
+ France 24
+ NRK1 Sørlandet
+ NRK1 Nordland
+ NRK1 Midtnytt
+ NRK1 Vestfold og Telemark
+ NRK1 Vestlandsrevyen
+ NRK1 Nordnytt
+ NRK1 Innlandet
+ MTV00s
+ TV Nord
+ Travel Channel
+ Food Network
+ Euronews
+ Auto Motor og Sport TV
+ Rikstoto Direkte
+ TV Øst
+ NRK1 Rogaland
+ NRK1 Møre og Romsdal
+ NRK1 Lydtekst
+ NRK2 Lydtekst
+ NRK3 Super Lydtekst
+ Heim TV
+ V sport golf
+ NRK1 Underteksting
+ NRK2 Underteksting
+ Naturkanal1
+ V Film Action
+ V Film Premiere
+ V Series
+
diff --git a/sites/rikstv.no/rikstv.no.config.js b/sites/rikstv.no/rikstv.no.config.js
index 29c64be7..b897473b 100644
--- a/sites/rikstv.no/rikstv.no.config.js
+++ b/sites/rikstv.no/rikstv.no.config.js
@@ -1,72 +1,76 @@
-const dayjs = require('dayjs')
-const utc = require('dayjs/plugin/utc')
-const axios = require('axios')
-
-dayjs.extend(utc)
-
-module.exports = {
- site: 'rikstv.no',
- days: 3,
- request: {
- cache: {
- ttl: 60 * 60 * 1000 // 1 hour
- }
- },
- url({ channel, date }) {
- return `https://play.rikstv.no/api/content-search/1/channel/${channel.site_id}/epg/${date.format('YYYY-MM-DD')}`
- },
- parser: function ({ content }) {
- let data
- try {
- data = JSON.parse(content)
- } catch (error) {
- console.error('Error parsing JSON:', error)
- return []
- }
-
- const programs = []
-
- if (data && Array.isArray(data)) {
- data.forEach(item => {
- if (!item) return
- //const start = dayjs.utc(item.broadcastedTime)
- //const stop = dayjs.utc(item.broadcastedTimeEnd)
-
- programs.push({
- title: item.seriesName,
- sub_title: item.name,
- description: item.description || item.synopsis,
- season: item.season || null,
- episode: item.episode || null,
- category: item.genres,
- actors: item.actors,
- directors: item.director || item.directors,
- icon: item.imagePackUri,
- start: item.broadcastedTime,
- stop: item.broadcastedTimeEnd
- })
- })
- }
-
- return programs
- },
- async channels() {
- try {
- const response = await axios.get('https://play.rikstv.no/api/content-search/1/channel?includePrograms=false')
- if (!response.data || !Array.isArray(response.data)) {
- console.error('Error: No channels data found')
- return []
- }
- return response.data.map(item => {
- return {
- lang: 'no',
- site_id: item.channelId,
- name: item.serviceName
- }
- })
- } catch (error) {
- console.error('Error fetching channels:', error)
- return []
- }
- }
-}
+const dayjs = require('dayjs')
+const utc = require('dayjs/plugin/utc')
+const axios = require('axios')
+
+dayjs.extend(utc)
+
+module.exports = {
+ site: 'rikstv.no',
+ days: 3,
+ request: {
+ cache: {
+ ttl: 60 * 60 * 1000 // 1 hour
+ }
+ },
+ url({ channel, date }) {
+ return `https://play.rikstv.no/api/content-search/1/channel/${
+ channel.site_id
+ }/epg/${date.format('YYYY-MM-DD')}`
+ },
+ parser: function ({ content }) {
+ let data
+ try {
+ data = JSON.parse(content)
+ } catch (error) {
+ console.error('Error parsing JSON:', error)
+ return []
+ }
+
+ const programs = []
+
+ if (data && Array.isArray(data)) {
+ data.forEach(item => {
+ if (!item) return
+ //const start = dayjs.utc(item.broadcastedTime)
+ //const stop = dayjs.utc(item.broadcastedTimeEnd)
+
+ programs.push({
+ title: item.seriesName,
+ sub_title: item.name,
+ description: item.description || item.synopsis,
+ season: item.season || null,
+ episode: item.episode || null,
+ category: item.genres,
+ actors: item.actors,
+ directors: item.director || item.directors,
+ icon: item.imagePackUri,
+ start: item.broadcastedTime,
+ stop: item.broadcastedTimeEnd
+ })
+ })
+ }
+
+ return programs
+ },
+ async channels() {
+ try {
+ const response = await axios.get(
+ 'https://play.rikstv.no/api/content-search/1/channel?includePrograms=false'
+ )
+ if (!response.data || !Array.isArray(response.data)) {
+ console.error('Error: No channels data found')
+ return []
+ }
+ return response.data.map(item => {
+ return {
+ lang: 'no',
+ site_id: item.channelId,
+ name: item.serviceName
+ }
+ })
+ } catch (error) {
+ console.error('Error fetching channels:', error)
+ return []
+ }
+ }
+}
diff --git a/sites/rikstv.no/rikstv.no.test.js b/sites/rikstv.no/rikstv.no.test.js
index b37143e2..ce0f0959 100644
--- a/sites/rikstv.no/rikstv.no.test.js
+++ b/sites/rikstv.no/rikstv.no.test.js
@@ -1,66 +1,72 @@
-const { parser, url } = require('./rikstv.no.config.js')
-const dayjs = require('dayjs')
-const utc = require('dayjs/plugin/utc')
-const customParseFormat = require('dayjs/plugin/customParseFormat')
-
-dayjs.extend(customParseFormat)
-dayjs.extend(utc)
-
-const date = dayjs.utc('2025-01-14', 'YYYY-MM-DD').startOf('d')
-const channel = {
- site_id: '47',
- xmltv_id: 'NRK1.no'
-}
-
-describe('rikstv.no Module Tests', () => {
- it('can generate valid url', () => {
- expect(url({ date, channel })).toBe(`https://play.rikstv.no/api/content-search/1/channel/${channel.site_id}/epg/${date.format('YYYY-MM-DD')}`)
- })
-
- it('can parse response', () => {
- const content = JSON.stringify([
- {
- seriesName: 'Vakre og ville Oman',
- name: 'Vakre og ville Oman',
- description: 'Oman er eit arabisk skattkammer av unike habitat og variert dyreliv. Rev, kvalhai, reptil og skjelpadder er blant skapningane du finn her.',
- season: 1,
- episode: 1,
- genres: ['Dokumentar', 'Fakta', 'Natur'],
- actors: ['Gergana Muskalla'],
- director: 'Stefania Muller',
- imagePackUri: 'https://imageservice.rikstv.no/hash/EC206C374F42287C0BDF850A7D3CB4D3.jpg',
- broadcastedTime: '2025-01-13T23:00:00Z',
- broadcastedTimeEnd: '2025-01-13T23:55:00Z'
- }
- ])
-
- const result = parser({ content }).map(p => {
- p.start = dayjs(p.start).toISOString()
- p.stop = dayjs(p.stop).toISOString()
- return p
- })
-
- expect(result).toMatchObject([
- {
- title: 'Vakre og ville Oman',
- sub_title: 'Vakre og ville Oman',
- description: 'Oman er eit arabisk skattkammer av unike habitat og variert dyreliv. Rev, kvalhai, reptil og skjelpadder er blant skapningane du finn her.',
- season: 1,
- episode: 1,
- category: ['Dokumentar', 'Fakta', 'Natur'],
- actors: ['Gergana Muskalla'],
- directors: 'Stefania Muller',
- icon: 'https://imageservice.rikstv.no/hash/EC206C374F42287C0BDF850A7D3CB4D3.jpg',
- start: '2025-01-13T23:00:00.000Z',
- stop: '2025-01-13T23:55:00.000Z'
- }
- ])
- })
-
- it('can handle empty guide', () => {
- const result = parser({
- content: '[]'
- })
- expect(result).toMatchObject([])
- })
-})
+const { parser, url } = require('./rikstv.no.config.js')
+const dayjs = require('dayjs')
+const utc = require('dayjs/plugin/utc')
+const customParseFormat = require('dayjs/plugin/customParseFormat')
+
+dayjs.extend(customParseFormat)
+dayjs.extend(utc)
+
+const date = dayjs.utc('2025-01-14', 'YYYY-MM-DD').startOf('d')
+const channel = {
+ site_id: '47',
+ xmltv_id: 'NRK1.no'
+}
+
+describe('rikstv.no Module Tests', () => {
+ it('can generate valid url', () => {
+ expect(url({ date, channel })).toBe(
+ `https://play.rikstv.no/api/content-search/1/channel/${channel.site_id}/epg/${date.format(
+ 'YYYY-MM-DD'
+ )}`
+ )
+ })
+
+ it('can parse response', () => {
+ const content = JSON.stringify([
+ {
+ seriesName: 'Vakre og ville Oman',
+ name: 'Vakre og ville Oman',
+ description:
+ 'Oman er eit arabisk skattkammer av unike habitat og variert dyreliv. Rev, kvalhai, reptil og skjelpadder er blant skapningane du finn her.',
+ season: 1,
+ episode: 1,
+ genres: ['Dokumentar', 'Fakta', 'Natur'],
+ actors: ['Gergana Muskalla'],
+ director: 'Stefania Muller',
+ imagePackUri: 'https://imageservice.rikstv.no/hash/EC206C374F42287C0BDF850A7D3CB4D3.jpg',
+ broadcastedTime: '2025-01-13T23:00:00Z',
+ broadcastedTimeEnd: '2025-01-13T23:55:00Z'
+ }
+ ])
+
+ const result = parser({ content }).map(p => {
+ p.start = dayjs(p.start).toISOString()
+ p.stop = dayjs(p.stop).toISOString()
+ return p
+ })
+
+ expect(result).toMatchObject([
+ {
+ title: 'Vakre og ville Oman',
+ sub_title: 'Vakre og ville Oman',
+ description:
+ 'Oman er eit arabisk skattkammer av unike habitat og variert dyreliv. Rev, kvalhai, reptil og skjelpadder er blant skapningane du finn her.',
+ season: 1,
+ episode: 1,
+ category: ['Dokumentar', 'Fakta', 'Natur'],
+ actors: ['Gergana Muskalla'],
+ directors: 'Stefania Muller',
+ icon: 'https://imageservice.rikstv.no/hash/EC206C374F42287C0BDF850A7D3CB4D3.jpg',
+ start: '2025-01-13T23:00:00.000Z',
+ stop: '2025-01-13T23:55:00.000Z'
+ }
+ ])
+ })
+
+ it('can handle empty guide', () => {
+ const result = parser({
+ content: '[]'
+ })
+ expect(result).toMatchObject([])
+ })
+})
From 50c418e8ad20764a67749d5b245ae7799baea2bf Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:01:47 +0300
Subject: [PATCH 2/8] Create content.json
---
sites/xem.kplus.vn/__data__/content.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 sites/xem.kplus.vn/__data__/content.json
diff --git a/sites/xem.kplus.vn/__data__/content.json b/sites/xem.kplus.vn/__data__/content.json
new file mode 100644
index 00000000..bf510e50
--- /dev/null
+++ b/sites/xem.kplus.vn/__data__/content.json
@@ -0,0 +1 @@
+{"nextAsset":null,"assets":[{"type":"EPG","id":"MkQEn-iAZgmTeRNfqc5s5i6Ec4a9_D693gz2BAr6","title":"Masha and the Bear S1, Ep25","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660496_f18c224a-80bc-488f-97fd-bf395be2a3fd.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660496_f18c224a-80bc-488f-97fd-bf395be2a3fd.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-17T23:56:00Z","end":"2025-01-18T00:03:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:08:00Z","end":"2025-01-20T23:56:00Z"}],"params":{"start":"2025-01-17T23:56:00Z","end":"2025-01-18T00:03:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"4VQVk2mcjzc58AN4USWOrD0tTQWc7DdCi-xwicTU","title":"Masha and the Bear S1, Ep01","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21__2660472_0a13b965-0b37-4552-99d5-a5998ca20156.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21__2660472_0a13b965-0b37-4552-99d5-a5998ca20156.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:03:00Z","end":"2025-01-18T00:10:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:15:00Z","end":"2025-01-21T00:03:00Z"}],"params":{"start":"2025-01-18T00:03:00Z","end":"2025-01-18T00:10:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"nq9q7WLroeXZLL48RjkXX9jF68AZrETC3-MxmSXr","title":"Masha and the Bear S1, Ep05","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660476_1da3fdba-9ddd-4344-87ff-ce106934b69e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660476_1da3fdba-9ddd-4344-87ff-ce106934b69e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:10:00Z","end":"2025-01-18T00:18:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:23:00Z","end":"2025-01-21T00:10:00Z"}],"params":{"start":"2025-01-18T00:10:00Z","end":"2025-01-18T00:18:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"PLPCnqSp21l6CMvrzrDLUIR_fq41HdXRmBO2RIe7","title":"Masha and the Bear S1, Ep07","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660478_7647e83a-69b6-4a17-9e5f-6e597bb671e7.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660478_7647e83a-69b6-4a17-9e5f-6e597bb671e7.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:18:00Z","end":"2025-01-18T00:25:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:30:00Z","end":"2025-01-21T00:18:00Z"}],"params":{"start":"2025-01-18T00:18:00Z","end":"2025-01-18T00:25:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"28M7s_FT7JRyxFj5bi7iI2sdhK2OPUiRqGsmMlHo","title":"Masha and the Bear S1, Ep09","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660480_e37b213a-5b58-4cac-80c7-4f8c25e7cff3.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660480_e37b213a-5b58-4cac-80c7-4f8c25e7cff3.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:25:00Z","end":"2025-01-18T00:32:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:37:00Z","end":"2025-01-21T00:25:00Z"}],"params":{"start":"2025-01-18T00:25:00Z","end":"2025-01-18T00:32:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"Ohi349ckhXxC9LxMgqu3kgzdPsh8ydBXGiKGKILP","title":"Zig & Sharko S3, Ep57","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679538_3b86298a-4740-4acc-b4b8-3da44aad2fbe.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679538_3b86298a-4740-4acc-b4b8-3da44aad2fbe.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:32:00Z","end":"2025-01-18T00:40:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:45:00Z","end":"2025-01-21T00:32:00Z"}],"params":{"start":"2025-01-18T00:32:00Z","end":"2025-01-18T00:40:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"dvu6yQvPzIbarjZwzKoMBAK9WUirt4J1L_hxB3U6","title":"Zig & Sharko S3, Ep58","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679539_4ea8b580-530c-439e-ab77-383e72a25a9d.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679539_4ea8b580-530c-439e-ab77-383e72a25a9d.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:40:00Z","end":"2025-01-18T00:47:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:52:00Z","end":"2025-01-21T00:40:00Z"}],"params":{"start":"2025-01-18T00:40:00Z","end":"2025-01-18T00:47:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"debL5o2gpV2e0Fc2EZ1YIpW07U2ewmcDkpD9SBW8","title":"Zig & Sharko S3, Ep59","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679540_e93a1c41-3e6b-4c5f-b498-d0eb3a6da365.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679540_e93a1c41-3e6b-4c5f-b498-d0eb3a6da365.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:47:00Z","end":"2025-01-18T00:54:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:59:00Z","end":"2025-01-21T00:47:00Z"}],"params":{"start":"2025-01-18T00:47:00Z","end":"2025-01-18T00:54:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"Ud1OoJOQ6SJQJgyF_eBvwcnd4qQWi8sBX1TQDaRt","title":"Zig & Sharko S3, Ep60","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679541_d01b15d2-8784-4eb2-8145-56321488cc91.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679541_d01b15d2-8784-4eb2-8145-56321488cc91.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T00:54:00Z","end":"2025-01-18T01:03:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:08:00Z","end":"2025-01-21T00:54:00Z"}],"params":{"start":"2025-01-18T00:54:00Z","end":"2025-01-18T01:03:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"l4x_x2DCdG8wbSlH-wEGJpQb0V0FhbRk8E4jYa_n","title":"Taffy S2, Ep47","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692410_470be923-1c63-416a-aba7-83f9b73f98d4.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692410_470be923-1c63-416a-aba7-83f9b73f98d4.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:03:00Z","end":"2025-01-18T01:10:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:15:00Z","end":"2025-01-21T01:03:00Z"}],"params":{"start":"2025-01-18T01:03:00Z","end":"2025-01-18T01:10:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"NqNApaE6ibJMFUnMr-Xv4TaTcbymlGukEylsW2P5","title":"Taffy S2, Ep48","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692411_6d7ce76f-0729-4ff7-8a4b-1aa602f78ed8.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692411_6d7ce76f-0729-4ff7-8a4b-1aa602f78ed8.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:10:00Z","end":"2025-01-18T01:17:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:22:00Z","end":"2025-01-21T01:10:00Z"}],"params":{"start":"2025-01-18T01:10:00Z","end":"2025-01-18T01:17:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"OWGhbDmYpl-bVK9tgdFmxWQDpdTmKpmlIFmFS1fS","title":"Taffy S2, Ep49","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692412_200032dc-8d16-47f0-acf3-53210e2d166a.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692412_200032dc-8d16-47f0-acf3-53210e2d166a.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:17:00Z","end":"2025-01-18T01:24:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:29:00Z","end":"2025-01-21T01:17:00Z"}],"params":{"start":"2025-01-18T01:17:00Z","end":"2025-01-18T01:24:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"ULZsOG18rACyuiJpPenxHsBlq6tyuhdWl2tQXjj7","title":"Taffy S2, Ep50","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692413_0204cea5-6c2b-4a97-948a-5b26c0fc6f28.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692413_0204cea5-6c2b-4a97-948a-5b26c0fc6f28.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:24:00Z","end":"2025-01-18T01:31:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:36:00Z","end":"2025-01-21T01:24:00Z"}],"params":{"start":"2025-01-18T01:24:00Z","end":"2025-01-18T01:31:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"W286cCAVRhJ5roLnbgZcq5iL-ZDu8AOQHarcUioN","title":"Taffy S2, Ep36","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692399_4fa42deb-87bc-4fa9-bc7b-7096d211eea5.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692399_4fa42deb-87bc-4fa9-bc7b-7096d211eea5.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:31:00Z","end":"2025-01-18T01:38:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:43:00Z","end":"2025-01-21T01:31:00Z"}],"params":{"start":"2025-01-18T01:31:00Z","end":"2025-01-18T01:38:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"2X2vlpAInQL7srSCr5ImYDJhMqSlfk7IfX5KdH2z","title":"Taffy S2, Ep37","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692400_600f3416-e02e-4316-800c-518c57c6f5f2.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692400_600f3416-e02e-4316-800c-518c57c6f5f2.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:38:00Z","end":"2025-01-18T01:44:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:49:00Z","end":"2025-01-21T01:38:00Z"}],"params":{"start":"2025-01-18T01:38:00Z","end":"2025-01-18T01:44:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"1FMD1tNF_N6c1KJz23NelgYD9wc5ouCLntgnHS5L","title":"Taffy S2, Ep38","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692401_a5170ec1-156a-43eb-bcc4-916e18f431d8.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692401_a5170ec1-156a-43eb-bcc4-916e18f431d8.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:44:00Z","end":"2025-01-18T01:51:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:56:00Z","end":"2025-01-21T01:44:00Z"}],"params":{"start":"2025-01-18T01:44:00Z","end":"2025-01-18T01:51:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"WCWnwfXw7PRcEpG8wE4hCcYpy17IgaqeAxW5MER5","title":"Taffy S2, Ep39","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692402_c5219390-5780-4cbd-98a6-791ab2d812b7.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692402_c5219390-5780-4cbd-98a6-791ab2d812b7.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T01:51:00Z","end":"2025-01-18T02:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T02:05:00Z","end":"2025-01-21T01:51:00Z"}],"params":{"start":"2025-01-18T01:51:00Z","end":"2025-01-18T02:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"O1R25sx1ujYHtaFfiVjaOU28uN12Qz-otTxF-lbG","title":"Space dogs: Tropical adventure","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/MOV_ANI_23__2698580_52fadd4a-53b0-4818-8091-8a330fdb7056.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/MOV_ANI_23__2698580_52fadd4a-53b0-4818-8091-8a330fdb7056.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T02:00:00Z","end":"2025-01-18T03:22:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T03:27:00Z","end":"2025-01-21T02:00:00Z"}],"params":{"start":"2025-01-18T02:00:00Z","end":"2025-01-18T03:22:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"b4qPkfKIv8XNB0uz69UjHBY0lyyM0wwKZvs4qiXl","title":"Hát cùng bé: Bạn sẽ không gục ngã (UglyDolls OST)","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_11/SHC_MUS_22__2684597_de2de175-2b19-4692-947b-da4643f77386.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_11/SHC_MUS_22__2684597_de2de175-2b19-4692-947b-da4643f77386.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T03:22:00Z","end":"2025-01-18T03:27:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T03:32:00Z","end":"2025-01-21T03:22:00Z"}],"params":{"start":"2025-01-18T03:22:00Z","end":"2025-01-18T03:27:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"LF-e0XGHDHiMmEEBDq8Gpym30pNIKw3R_V6ElfnQ","title":"Hát cùng bé: Thomas and Friends - I Am Sure Feeling Lucky","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_11/SHC_MUS_23__2706101_bf749f17-54db-4ce5-bab8-7559b75e1865.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_11/SHC_MUS_23__2706101_bf749f17-54db-4ce5-bab8-7559b75e1865.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T03:27:00Z","end":"2025-01-18T03:32:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T03:37:00Z","end":"2025-01-21T03:27:00Z"}],"params":{"start":"2025-01-18T03:27:00Z","end":"2025-01-18T03:32:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"I4TQbBWp-eXjaBhHLNmnsVWrxaR7aemOSKAqXCM9","title":"LEGO Ninjago: Masters of Spinjitzu: Tournament of Elements, Ep09","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_12/KID_CAR_22_2686660_0231ebde-8ba0-4692-b782-059716d39955.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_12/KID_CAR_22_2686660_0231ebde-8ba0-4692-b782-059716d39955.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T03:32:00Z","end":"2025-01-18T04:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:05:00Z","end":"2025-01-21T03:32:00Z"}],"params":{"start":"2025-01-18T03:32:00Z","end":"2025-01-18T04:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"DSlL_Yvj9R4Yl2q0zl0o3cKyoLUvCm5x0fUi8S3L","title":"Oggy and the Cockroaches – S4, Ep24","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673229_f32983c9-0253-4265-ab17-f4c17ba3ea0c.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673229_f32983c9-0253-4265-ab17-f4c17ba3ea0c.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:00:00Z","end":"2025-01-18T04:07:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:12:00Z","end":"2025-01-21T04:00:00Z"}],"params":{"start":"2025-01-18T04:00:00Z","end":"2025-01-18T04:07:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"WLh_loLkVtlCPir-P8RR28UTr0HkVvnXFntaNFSb","title":"Oggy and the Cockroaches – S4, Ep25","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673230_96ee24fd-0f00-4944-ad59-5dbeb33abad5.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673230_96ee24fd-0f00-4944-ad59-5dbeb33abad5.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:07:00Z","end":"2025-01-18T04:14:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:19:00Z","end":"2025-01-21T04:07:00Z"}],"params":{"start":"2025-01-18T04:07:00Z","end":"2025-01-18T04:14:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"lxCANZcxcrKeVxsPMar8fpjafrtwpxXJ-i1c4hTI","title":"Oggy and the Cockroaches – S4, Ep26","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673231_46e19b4c-6133-4a01-9dd8-d0439750915d.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673231_46e19b4c-6133-4a01-9dd8-d0439750915d.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:14:00Z","end":"2025-01-18T04:21:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:26:00Z","end":"2025-01-21T04:14:00Z"}],"params":{"start":"2025-01-18T04:14:00Z","end":"2025-01-18T04:21:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"tOEeBA9t5FEP6QZaI_gOjV6DIl0HOSf3rIsoT0Ow","title":"Oggy and the Cockroaches – S4, Ep27","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673232_c0932a88-b19e-440d-b337-659388fcc03f.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673232_c0932a88-b19e-440d-b337-659388fcc03f.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:21:00Z","end":"2025-01-18T04:28:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:33:00Z","end":"2025-01-21T04:21:00Z"}],"params":{"start":"2025-01-18T04:21:00Z","end":"2025-01-18T04:28:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"-RfugeMJd62gzBFHGtOUeloUx_qyDhySC4X0sStM","title":"Oggy and the Cockroaches – S4, Ep28","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673233_df53fb8b-ae59-47fb-89be-71ffe17cf00d.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673233_df53fb8b-ae59-47fb-89be-71ffe17cf00d.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:28:00Z","end":"2025-01-18T04:35:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:40:00Z","end":"2025-01-21T04:28:00Z"}],"params":{"start":"2025-01-18T04:28:00Z","end":"2025-01-18T04:35:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"7cGkIKaWHmPjPG_SN6_PEeRC5mfx6CEyEchbi7NT","title":"Oggy and the Cockroaches – S4, Ep29","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673234_885a6a66-4ae3-4463-bdd4-ec046ebbce6b.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673234_885a6a66-4ae3-4463-bdd4-ec046ebbce6b.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:35:00Z","end":"2025-01-18T04:42:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:47:00Z","end":"2025-01-21T04:35:00Z"}],"params":{"start":"2025-01-18T04:35:00Z","end":"2025-01-18T04:42:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"ylOoF6WCI8caKEi2QXCeUfj7WtIQdkXpg_Jvpq1_","title":"Oggy and the Cockroaches – S4, Ep30","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673235_e6e3f57d-b77c-4069-9a9e-2390d9f0aba3.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673235_e6e3f57d-b77c-4069-9a9e-2390d9f0aba3.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:42:00Z","end":"2025-01-18T04:49:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:54:00Z","end":"2025-01-21T04:42:00Z"}],"params":{"start":"2025-01-18T04:42:00Z","end":"2025-01-18T04:49:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"dYtba8M5aQhB8U66k_dLs2Q1Jl8jC4ET1DYZicfb","title":"Oggy and the Cockroaches – S4, Ep31","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673236_eafaf7fb-2e75-4434-9327-97635d6ad7e5.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673236_eafaf7fb-2e75-4434-9327-97635d6ad7e5.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:49:00Z","end":"2025-01-18T04:56:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T05:01:00Z","end":"2025-01-21T04:49:00Z"}],"params":{"start":"2025-01-18T04:49:00Z","end":"2025-01-18T04:56:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"wJrdeh0EEceBDlm-AwFG9CmZRV7OxQNcqRdpzTQe","title":"Oggy and the Cockroaches – S4, Ep32","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673237_33208a6f-79b2-496b-b5b3-a7c59efcbf25.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673237_33208a6f-79b2-496b-b5b3-a7c59efcbf25.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T04:56:00Z","end":"2025-01-18T05:05:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T05:10:00Z","end":"2025-01-21T04:56:00Z"}],"params":{"start":"2025-01-18T04:56:00Z","end":"2025-01-18T05:05:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"1-B6sxk0pRbRkyRjv3tc62Vnogh_t7C9p2MIMVRu","title":"Doraemon S12, Ep12","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712141_087c71b3-49b4-4ae3-95a8-7f42b86823a9.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712141_087c71b3-49b4-4ae3-95a8-7f42b86823a9.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T05:05:00Z","end":"2025-01-18T05:30:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T05:35:00Z","end":"2025-01-21T05:05:00Z"}],"params":{"start":"2025-01-18T05:05:00Z","end":"2025-01-18T05:30:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"U83ofkiTkv6I6VL2aBeTyj5zArXXtBsOWnUh1wkl","title":"Doraemon S12, Ep13","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712142_183cd069-c737-4356-9178-9dd80bd59261.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712142_183cd069-c737-4356-9178-9dd80bd59261.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T05:30:00Z","end":"2025-01-18T06:01:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:06:00Z","end":"2025-01-21T05:30:00Z"}],"params":{"start":"2025-01-18T05:30:00Z","end":"2025-01-18T06:01:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"35obKreMeNDYRJsbPJjXmEPgKxykY4nz-cfq7SZv","title":"Masha and the Bear S1, Ep17","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660488_4f204e1e-2b54-4cf6-b44b-d724ba0315d7.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660488_4f204e1e-2b54-4cf6-b44b-d724ba0315d7.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:01:00Z","end":"2025-01-18T06:09:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:14:00Z","end":"2025-01-21T06:01:00Z"}],"params":{"start":"2025-01-18T06:01:00Z","end":"2025-01-18T06:09:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"-xXfotmx0R1lB5j6WYbTYijkbHlUnTX4GoJ0LaED","title":"Masha and the Bear S1, Ep19","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660490_baeb863d-2d1c-490c-bbb9-a97c3327d726.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660490_baeb863d-2d1c-490c-bbb9-a97c3327d726.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:09:00Z","end":"2025-01-18T06:16:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:21:00Z","end":"2025-01-21T06:09:00Z"}],"params":{"start":"2025-01-18T06:09:00Z","end":"2025-01-18T06:16:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"U2nvPuYQugH3Ou3YozwtGiLIy9rQOgh035TLbPI-","title":"Masha and the Bear S1, Ep23","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660494_b8fd7151-9cfe-4780-82c9-0b5d59e4a8d5.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660494_b8fd7151-9cfe-4780-82c9-0b5d59e4a8d5.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:16:00Z","end":"2025-01-18T06:23:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:28:00Z","end":"2025-01-21T06:16:00Z"}],"params":{"start":"2025-01-18T06:16:00Z","end":"2025-01-18T06:23:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"7s_RVFfvIVWBgbvArOh-u_z7asEtu7-8L1hym6PZ","title":"Masha and the Bear S1, Ep25","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660496_f18c224a-80bc-488f-97fd-bf395be2a3fd.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660496_f18c224a-80bc-488f-97fd-bf395be2a3fd.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:23:00Z","end":"2025-01-18T06:31:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:36:00Z","end":"2025-01-21T06:23:00Z"}],"params":{"start":"2025-01-18T06:23:00Z","end":"2025-01-18T06:31:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"hVU80X1c0XnMsThkcpYeuxnZT_51belyarsdzDUm","title":"Masha and the Bear S1, Ep01","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21__2660472_0a13b965-0b37-4552-99d5-a5998ca20156.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21__2660472_0a13b965-0b37-4552-99d5-a5998ca20156.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:31:00Z","end":"2025-01-18T06:38:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:43:00Z","end":"2025-01-21T06:31:00Z"}],"params":{"start":"2025-01-18T06:31:00Z","end":"2025-01-18T06:38:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"EV3hzHK8cPeEY0OhhXaJZtdIBU22EOfnPlKWT7KK","title":"Masha and the Bear S1, Ep05","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660476_1da3fdba-9ddd-4344-87ff-ce106934b69e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660476_1da3fdba-9ddd-4344-87ff-ce106934b69e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:38:00Z","end":"2025-01-18T06:45:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:50:00Z","end":"2025-01-21T06:38:00Z"}],"params":{"start":"2025-01-18T06:38:00Z","end":"2025-01-18T06:45:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"UuJpUJ81LiTnNwtD6TxPEdFlR8bBAASZzP3ydCa0","title":"Masha and the Bear S1, Ep07","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660478_7647e83a-69b6-4a17-9e5f-6e597bb671e7.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660478_7647e83a-69b6-4a17-9e5f-6e597bb671e7.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:45:00Z","end":"2025-01-18T06:52:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:57:00Z","end":"2025-01-21T06:45:00Z"}],"params":{"start":"2025-01-18T06:45:00Z","end":"2025-01-18T06:52:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"-Qmv43U4qhSAvJhU8VJhJKf-_uxeQZKP4WMJ1MOl","title":"Masha and the Bear S1, Ep09","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660480_e37b213a-5b58-4cac-80c7-4f8c25e7cff3.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660480_e37b213a-5b58-4cac-80c7-4f8c25e7cff3.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T06:52:00Z","end":"2025-01-18T07:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:05:00Z","end":"2025-01-21T06:52:00Z"}],"params":{"start":"2025-01-18T06:52:00Z","end":"2025-01-18T07:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"F-2b3FsWGcrcSs45K9v5uFWdQNwGj13h4g3Qjrp1","title":"I'll get you, Ep11","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698659_142bd0b4-06bf-4a80-a1b3-605346d7f546.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698659_142bd0b4-06bf-4a80-a1b3-605346d7f546.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:00:00Z","end":"2025-01-18T07:07:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:12:00Z","end":"2025-01-21T07:00:00Z"}],"params":{"start":"2025-01-18T07:00:00Z","end":"2025-01-18T07:07:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"9SHzd97t2Dwd89rRBgwK3uOR0ykTPgHHrZgXolBN","title":"I'll get you, Ep12","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698660_137398e9-5fb1-45a2-9412-99e5f29a3b4a.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698660_137398e9-5fb1-45a2-9412-99e5f29a3b4a.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:07:00Z","end":"2025-01-18T07:13:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:18:00Z","end":"2025-01-21T07:07:00Z"}],"params":{"start":"2025-01-18T07:07:00Z","end":"2025-01-18T07:13:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"dwuOA0X-U6KvYDfvpzJa53ggFcZtoiPUggY4tvQP","title":"I'll get you, Ep13","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698661_beb8f2cd-4684-47dd-8db5-5f64064cc397.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698661_beb8f2cd-4684-47dd-8db5-5f64064cc397.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:13:00Z","end":"2025-01-18T07:20:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:25:00Z","end":"2025-01-21T07:13:00Z"}],"params":{"start":"2025-01-18T07:13:00Z","end":"2025-01-18T07:20:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"kEXyHquJdeX74jRrjtXW8wcyk0KS9Bk4QbyKpJlf","title":"I'll get you, Ep14","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698662_847fa696-eb67-49f9-9a74-fc207fd2f5de.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698662_847fa696-eb67-49f9-9a74-fc207fd2f5de.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:20:00Z","end":"2025-01-18T07:26:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:31:00Z","end":"2025-01-21T07:20:00Z"}],"params":{"start":"2025-01-18T07:20:00Z","end":"2025-01-18T07:26:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"syPwwTDVBxlt1VL8lTQFz-znP-8DdrpkSQw3rsPM","title":"I'll get you, Ep15","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698663_d7f3f831-7407-49fe-a72a-8c850850e2b1.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698663_d7f3f831-7407-49fe-a72a-8c850850e2b1.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:26:00Z","end":"2025-01-18T07:32:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:37:00Z","end":"2025-01-21T07:26:00Z"}],"params":{"start":"2025-01-18T07:26:00Z","end":"2025-01-18T07:32:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"ZPlQeU0dGLQPbVSNPM34ajP-Tb2EC_otgr30IhZz","title":"I'll get you, Ep16","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698664_85ed658c-20b7-4278-9c35-cccade1f7b07.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698664_85ed658c-20b7-4278-9c35-cccade1f7b07.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:32:00Z","end":"2025-01-18T07:39:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:44:00Z","end":"2025-01-21T07:32:00Z"}],"params":{"start":"2025-01-18T07:32:00Z","end":"2025-01-18T07:39:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"5rsE1_gMBhEL4xNtIQY3kQBVRvfrn4TfhWQH-2MF","title":"I'll get you, Ep17","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698665_4e539373-6f1b-4157-9769-a7b0c7ad8b80.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698665_4e539373-6f1b-4157-9769-a7b0c7ad8b80.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:39:00Z","end":"2025-01-18T07:45:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:50:00Z","end":"2025-01-21T07:39:00Z"}],"params":{"start":"2025-01-18T07:39:00Z","end":"2025-01-18T07:45:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"tLhNin-aPtbrD5Lxubear-iAtBPxpVljIBPpcX11","title":"I'll get you, Ep18","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698666_672ee151-b731-4100-bfe7-f76f37d69eb9.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698666_672ee151-b731-4100-bfe7-f76f37d69eb9.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:45:00Z","end":"2025-01-18T07:51:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:56:00Z","end":"2025-01-21T07:45:00Z"}],"params":{"start":"2025-01-18T07:45:00Z","end":"2025-01-18T07:51:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"A_ZKMI9xpqcSihgVgVmBjMCZsRLMmK1iMIsxZWPb","title":"I'll get you, Ep19","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698667_c0055ab0-e736-4de2-a885-380666ac3049.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_06/KID_PRE_23_2698667_c0055ab0-e736-4de2-a885-380666ac3049.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T07:51:00Z","end":"2025-01-18T08:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T08:05:00Z","end":"2025-01-21T07:51:00Z"}],"params":{"start":"2025-01-18T07:51:00Z","end":"2025-01-18T08:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"njH3NfZvsDwk9bvFpCsk5ntG3NceN5cEx8uuXuf2","title":"Chickenhare and the Hamster of Darkness","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/MOV_ANI_22__2682965_16f300f8-6544-4ec9-8dd7-f5dd71a2880e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/MOV_ANI_22__2682965_16f300f8-6544-4ec9-8dd7-f5dd71a2880e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T08:00:00Z","end":"2025-01-18T09:33:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:38:00Z","end":"2025-01-21T08:00:00Z"}],"params":{"start":"2025-01-18T08:00:00Z","end":"2025-01-18T09:33:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"hzMV65z-V5LsQhO7HQdNG_pGOkVP7LJk9NGdJL_a","title":"Oggy and the Cockroaches – S4, Ep29","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673234_885a6a66-4ae3-4463-bdd4-ec046ebbce6b.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673234_885a6a66-4ae3-4463-bdd4-ec046ebbce6b.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:33:00Z","end":"2025-01-18T09:40:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:45:00Z","end":"2025-01-21T09:33:00Z"}],"params":{"start":"2025-01-18T09:33:00Z","end":"2025-01-18T09:40:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"FJCkqvS7SdbqkGFSoN5LXQHoKW-2PKPkOZ08bv2V","title":"Oggy and the Cockroaches – S4, Ep30","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673235_e6e3f57d-b77c-4069-9a9e-2390d9f0aba3.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673235_e6e3f57d-b77c-4069-9a9e-2390d9f0aba3.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:40:00Z","end":"2025-01-18T09:47:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:52:00Z","end":"2025-01-21T09:40:00Z"}],"params":{"start":"2025-01-18T09:40:00Z","end":"2025-01-18T09:47:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"WS4wT0X6x5Ojjad_zr8SaaJkj-C5rdnrUXGuS0qP","title":"Oggy and the Cockroaches – S4, Ep31","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673236_eafaf7fb-2e75-4434-9327-97635d6ad7e5.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673236_eafaf7fb-2e75-4434-9327-97635d6ad7e5.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:47:00Z","end":"2025-01-18T09:54:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:59:00Z","end":"2025-01-21T09:47:00Z"}],"params":{"start":"2025-01-18T09:47:00Z","end":"2025-01-18T09:54:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"PojZKbhFgGMf_UL-GcpC3p-EDF_jAeiJ9WVhOzOz","title":"Oggy and the Cockroaches – S4, Ep32","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673237_33208a6f-79b2-496b-b5b3-a7c59efcbf25.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2673237_33208a6f-79b2-496b-b5b3-a7c59efcbf25.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T09:54:00Z","end":"2025-01-18T10:03:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:08:00Z","end":"2025-01-21T09:54:00Z"}],"params":{"start":"2025-01-18T09:54:00Z","end":"2025-01-18T10:03:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"T7HEhBpugMcW6wAQ9BdCMAbYV34P_uqzWKrLfnnM","title":"Taffy S2, Ep51","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692414_57f4a0ae-3c5a-463d-b715-c296b2a9bb97.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692414_57f4a0ae-3c5a-463d-b715-c296b2a9bb97.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:03:00Z","end":"2025-01-18T10:10:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:15:00Z","end":"2025-01-21T10:03:00Z"}],"params":{"start":"2025-01-18T10:03:00Z","end":"2025-01-18T10:10:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"05Z9U7p-1dVZlg5yAqL_WQpYm7vp3LBnImP9omZ5","title":"Taffy S2, Ep52","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692415_d724921d-d213-49ff-bfe2-39b137a0bbf4.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692415_d724921d-d213-49ff-bfe2-39b137a0bbf4.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:10:00Z","end":"2025-01-18T10:16:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:21:00Z","end":"2025-01-21T10:10:00Z"}],"params":{"start":"2025-01-18T10:10:00Z","end":"2025-01-18T10:16:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"9Gyc7gffwdovAXWWXk-jfgpUqaO8iqn0HlaBoLGJ","title":"Taffy S2, Ep53","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692416_0e7554a9-bf96-4409-98d2-e8f4dbfb908f.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692416_0e7554a9-bf96-4409-98d2-e8f4dbfb908f.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:16:00Z","end":"2025-01-18T10:23:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:28:00Z","end":"2025-01-21T10:16:00Z"}],"params":{"start":"2025-01-18T10:16:00Z","end":"2025-01-18T10:23:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"j_91XPPnirLaQoBFm-IF3cls_RlIsAUcdGCYSDcV","title":"Taffy S2, Ep54","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692417_34b951cc-8570-4b52-bc4c-18b620570f86.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692417_34b951cc-8570-4b52-bc4c-18b620570f86.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:23:00Z","end":"2025-01-18T10:30:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:35:00Z","end":"2025-01-21T10:23:00Z"}],"params":{"start":"2025-01-18T10:23:00Z","end":"2025-01-18T10:30:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"249SUV_9Lxc-gk7cag81H_9Nd2g8SP5cO-SSS6z2","title":"Taffy S2, Ep14","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692377_9cd35d97-e084-40c6-b6e4-1a9fdcb14570.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692377_9cd35d97-e084-40c6-b6e4-1a9fdcb14570.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:30:00Z","end":"2025-01-18T10:37:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:42:00Z","end":"2025-01-21T10:30:00Z"}],"params":{"start":"2025-01-18T10:30:00Z","end":"2025-01-18T10:37:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"myfqUVFK-9rNIcWhfgutF5mU-2yvqSxklTcH4wa9","title":"Taffy S2, Ep15","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692378_6fc61fbb-8f93-4e31-8f8a-e74e7c0c61a0.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692378_6fc61fbb-8f93-4e31-8f8a-e74e7c0c61a0.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:37:00Z","end":"2025-01-18T10:44:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:49:00Z","end":"2025-01-21T10:37:00Z"}],"params":{"start":"2025-01-18T10:37:00Z","end":"2025-01-18T10:44:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"d9UxD1b6-708MczAXCXYniFK7ekjC15CB-AFuzMm","title":"Taffy S2, Ep16","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692379_6c787726-dfe1-446d-a0f9-e538f87b64b9.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692379_6c787726-dfe1-446d-a0f9-e538f87b64b9.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:44:00Z","end":"2025-01-18T10:51:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:56:00Z","end":"2025-01-21T10:44:00Z"}],"params":{"start":"2025-01-18T10:44:00Z","end":"2025-01-18T10:51:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"C2fkUDIT9goTFEJgNaP_t-OjwUvTlCDjujhCfvWy","title":"Taffy S2, Ep17","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692380_04e1bb24-31d4-4d8d-894a-f46a4d5163b5.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_03/KID_PRE_2692380_04e1bb24-31d4-4d8d-894a-f46a4d5163b5.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T10:51:00Z","end":"2025-01-18T11:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:05:00Z","end":"2025-01-21T10:51:00Z"}],"params":{"start":"2025-01-18T10:51:00Z","end":"2025-01-18T11:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"o1z7LOufN3PCvDrmYvIUcIsHwlPVmf7pzQCbqOnT","title":"Masha and the Bear S1, Ep09","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660480_e37b213a-5b58-4cac-80c7-4f8c25e7cff3.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660480_e37b213a-5b58-4cac-80c7-4f8c25e7cff3.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:00:00Z","end":"2025-01-18T11:07:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:12:00Z","end":"2025-01-21T11:00:00Z"}],"params":{"start":"2025-01-18T11:00:00Z","end":"2025-01-18T11:07:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"bMUTpyyvosFHYJ3N1qr7ga3Rh2D73ZY54mGP5P1w","title":"Masha and the Bear S1, Ep08","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660479_9fa1e76e-381b-49b7-9cd2-14b1ad593e10.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660479_9fa1e76e-381b-49b7-9cd2-14b1ad593e10.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:07:00Z","end":"2025-01-18T11:15:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:20:00Z","end":"2025-01-21T11:07:00Z"}],"params":{"start":"2025-01-18T11:07:00Z","end":"2025-01-18T11:15:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"pO0ZPmepuVL2KV_wsCdHHbyat0duxAy4XSz6yORB","title":"Masha and the Bear S1, Ep07","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660478_7647e83a-69b6-4a17-9e5f-6e597bb671e7.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660478_7647e83a-69b6-4a17-9e5f-6e597bb671e7.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:15:00Z","end":"2025-01-18T11:22:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:27:00Z","end":"2025-01-21T11:15:00Z"}],"params":{"start":"2025-01-18T11:15:00Z","end":"2025-01-18T11:22:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"1ps-j6PpC1bvzScai5DlrlhSAyhoTMkKVjH2DkYA","title":"Masha and the Bear S1, Ep06","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660477_905215a4-2e5f-4fb9-8a4c-61382de0c982.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660477_905215a4-2e5f-4fb9-8a4c-61382de0c982.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:22:00Z","end":"2025-01-18T11:29:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:34:00Z","end":"2025-01-21T11:22:00Z"}],"params":{"start":"2025-01-18T11:22:00Z","end":"2025-01-18T11:29:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"NouHI-PW_J7ZGYz1t9Wrp8ghvE3gnWEBRjQhqy37","title":"Masha and the Bear S1, Ep05","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660476_1da3fdba-9ddd-4344-87ff-ce106934b69e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660476_1da3fdba-9ddd-4344-87ff-ce106934b69e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:29:00Z","end":"2025-01-18T11:36:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:41:00Z","end":"2025-01-21T11:29:00Z"}],"params":{"start":"2025-01-18T11:29:00Z","end":"2025-01-18T11:36:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"FW-WABOTPk2zimGeKoVKUN0MbiD7e9WqrLiZH31d","title":"Masha and the Bear S1, Ep04","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660475_db2a08f9-8746-495e-929e-2f545adf1f9d.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660475_db2a08f9-8746-495e-929e-2f545adf1f9d.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:36:00Z","end":"2025-01-18T11:43:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:48:00Z","end":"2025-01-21T11:36:00Z"}],"params":{"start":"2025-01-18T11:36:00Z","end":"2025-01-18T11:43:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"-vVbyz_P3cuebfGm6HxntpIjKwS2KsUgG_UxtqGq","title":"Masha and the Bear S1, Ep02","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660473_02866db1-5db2-468a-b33e-79bc3ec36828.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660473_02866db1-5db2-468a-b33e-79bc3ec36828.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:43:00Z","end":"2025-01-18T11:50:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:55:00Z","end":"2025-01-21T11:43:00Z"}],"params":{"start":"2025-01-18T11:43:00Z","end":"2025-01-18T11:50:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"Jvs12anc728_Vk_v_SftTyH-JptrQ46CwB3VpMQb","title":"Masha and the Bear S1, Ep01","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21__2660472_0a13b965-0b37-4552-99d5-a5998ca20156.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21__2660472_0a13b965-0b37-4552-99d5-a5998ca20156.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:50:00Z","end":"2025-01-18T11:57:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T12:02:00Z","end":"2025-01-21T11:50:00Z"}],"params":{"start":"2025-01-18T11:50:00Z","end":"2025-01-18T11:57:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"WLFNvcz1ATVOsCEprAtBM2rQYEA5fMsMyfQ8rQX-","title":"Masha and the Bear S1, Ep26","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660497_fd601d9d-fef4-4945-9d51-6ce4f091790a.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21_2660497_fd601d9d-fef4-4945-9d51-6ce4f091790a.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T11:57:00Z","end":"2025-01-18T12:05:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T12:10:00Z","end":"2025-01-21T11:57:00Z"}],"params":{"start":"2025-01-18T11:57:00Z","end":"2025-01-18T12:05:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"iO1wY77B6IojJ8lEflNN-mj50Za4H6nrDDq9vCNK","title":"Doraemon S12, Ep12","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712141_087c71b3-49b4-4ae3-95a8-7f42b86823a9.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712141_087c71b3-49b4-4ae3-95a8-7f42b86823a9.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T12:05:00Z","end":"2025-01-18T12:30:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T12:35:00Z","end":"2025-01-21T12:05:00Z"}],"params":{"start":"2025-01-18T12:05:00Z","end":"2025-01-18T12:30:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"DodJb4dlxbx5Dn-TH371Ttaf1M539fxla6DSevuG","title":"Doraemon S12, Ep13","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712142_183cd069-c737-4356-9178-9dd80bd59261.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712142_183cd069-c737-4356-9178-9dd80bd59261.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T12:30:00Z","end":"2025-01-18T12:54:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T12:59:00Z","end":"2025-01-21T12:30:00Z"}],"params":{"start":"2025-01-18T12:30:00Z","end":"2025-01-18T12:54:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"dhkUpin-KWbBFIuzi9RZenZp73wfCQuG0NSY8MEK","title":"Hát cùng bé: Bạn sẽ không gục ngã (UglyDolls OST)","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_11/SHC_MUS_22__2684597_de2de175-2b19-4692-947b-da4643f77386.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_11/SHC_MUS_22__2684597_de2de175-2b19-4692-947b-da4643f77386.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T12:54:00Z","end":"2025-01-18T13:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T13:05:00Z","end":"2025-01-21T12:54:00Z"}],"params":{"start":"2025-01-18T12:54:00Z","end":"2025-01-18T13:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"quVh8AvLTdReoU5DIqEr_gNdq2Ow-aZ5zyGKLHAJ","title":"Around the world in 80 days","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_12/MOV_ANI_23__2709986_44529313-6636-48d8-a17c-fdbe380e3647.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_12/MOV_ANI_23__2709986_44529313-6636-48d8-a17c-fdbe380e3647.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T13:00:00Z","end":"2025-01-18T14:31:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:36:00Z","end":"2025-01-21T13:00:00Z"}],"params":{"start":"2025-01-18T13:00:00Z","end":"2025-01-18T14:31:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"1FyQXb8CErZUzHsLb6v4CEc1CxIz4o7vOdeNiCal","title":"Zig & Sharko S3, Ep63","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679544_fa81540b-1da2-4d16-8d9e-78a5c934357b.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679544_fa81540b-1da2-4d16-8d9e-78a5c934357b.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:31:00Z","end":"2025-01-18T14:38:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:43:00Z","end":"2025-01-21T14:31:00Z"}],"params":{"start":"2025-01-18T14:31:00Z","end":"2025-01-18T14:38:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"RpR2X87BSsfzX7-RcYrDH8-mRt3LpVczMPsHtclC","title":"Zig & Sharko S3, Ep64","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679545_1eeb4ffa-1b12-44f1-8504-6d19797f638e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679545_1eeb4ffa-1b12-44f1-8504-6d19797f638e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:38:00Z","end":"2025-01-18T14:46:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:51:00Z","end":"2025-01-21T14:38:00Z"}],"params":{"start":"2025-01-18T14:38:00Z","end":"2025-01-18T14:46:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"Oa5T4bTDdnxD39PEMENvN3eXdyCM36AzxElow8PB","title":"Zig & Sharko S3, Ep65","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679546_821d53be-1f88-4aa2-b215-b75bfb8f3beb.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679546_821d53be-1f88-4aa2-b215-b75bfb8f3beb.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:46:00Z","end":"2025-01-18T14:53:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:58:00Z","end":"2025-01-21T14:46:00Z"}],"params":{"start":"2025-01-18T14:46:00Z","end":"2025-01-18T14:53:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"8S4-CzWRhzN6TiebJ6bBszi7e0uh2iRTubD0Y9TC","title":"Zig & Sharko S3, Ep66","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679547_f184d764-dd9f-408d-bef5-aa52916324f4.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679547_f184d764-dd9f-408d-bef5-aa52916324f4.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T14:53:00Z","end":"2025-01-18T15:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:05:00Z","end":"2025-01-21T14:53:00Z"}],"params":{"start":"2025-01-18T14:53:00Z","end":"2025-01-18T15:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"i7seZAJFhCFzNKi662LgnrccFt3YujUE-24yonVf","title":"Zig & Sharko S3, Ep67","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679548_98d1e001-3fee-493d-92ae-be5aacf4207b.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679548_98d1e001-3fee-493d-92ae-be5aacf4207b.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:00:00Z","end":"2025-01-18T15:08:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:13:00Z","end":"2025-01-21T15:00:00Z"}],"params":{"start":"2025-01-18T15:00:00Z","end":"2025-01-18T15:08:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"McimcRGophlWlJwkhUZh6Ig4mC3Z4YX3WhAMOgLG","title":"Zig & Sharko S3, Ep68","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679549_5c39d6ce-51a4-44ab-aa36-948ccfa57d0a.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679549_5c39d6ce-51a4-44ab-aa36-948ccfa57d0a.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:08:00Z","end":"2025-01-18T15:15:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:20:00Z","end":"2025-01-21T15:08:00Z"}],"params":{"start":"2025-01-18T15:08:00Z","end":"2025-01-18T15:15:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"LWAoAIalcsv6VZmcU9jcYbIHWhYlrQdzSxDc6rpB","title":"Zig & Sharko S3, Ep69","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679550_ef27fa87-b030-44e8-b7de-422511d47070.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679550_ef27fa87-b030-44e8-b7de-422511d47070.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:15:00Z","end":"2025-01-18T15:23:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:28:00Z","end":"2025-01-21T15:15:00Z"}],"params":{"start":"2025-01-18T15:15:00Z","end":"2025-01-18T15:23:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"NwnbkCdSKP3Wz4tKXGVpy4JetzxSFSzPFJUdJB3P","title":"Zig & Sharko S3, Ep70","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679551_4c8c81e9-3441-42e9-9ebe-a73b78675e74.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_10/KID_CAR_22_2679551_4c8c81e9-3441-42e9-9ebe-a73b78675e74.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:23:00Z","end":"2025-01-18T15:31:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:36:00Z","end":"2025-01-21T15:23:00Z"}],"params":{"start":"2025-01-18T15:23:00Z","end":"2025-01-18T15:31:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"XKRRYunyytpRtengghY6C-ffWSBkaeWYytXMuBlp","title":"Doraemon S12, Ep49","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712178_e05f80cb-feaf-4af8-a021-2574d7a2cc36.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2024_02/KID_CAR_2712178_e05f80cb-feaf-4af8-a021-2574d7a2cc36.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T15:31:00Z","end":"2025-01-18T16:00:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T16:05:00Z","end":"2025-01-21T15:31:00Z"}],"params":{"start":"2025-01-18T15:31:00Z","end":"2025-01-18T16:00:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"E5wJWIgkPFyl5u9t5119BmqLpVEYr-MANpyESadJ","title":"KID SHOW: PAPER SPINDLE + WHALES","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2013_03/KID_EDU_HNCP__VN_33613_09c71f3c-18b3-4f11-a9d3-da787ee64c9e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2013_03/KID_EDU_HNCP__VN_33613_09c71f3c-18b3-4f11-a9d3-da787ee64c9e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T16:00:00Z","end":"2025-01-18T16:35:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T16:40:00Z","end":"2025-01-21T16:00:00Z"}],"params":{"start":"2025-01-18T16:00:00Z","end":"2025-01-18T16:35:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"WXncfwtu7q5kzwHt9twcVeypi0_VSQlEEnWRWYpU","title":"Talking Tom & Friends S3, Ep 01","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_08/KID_CAR_23__2700693_b78f7448-ff96-4f6a-b1e7-4fcfcb3dff22.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_08/KID_CAR_23__2700693_b78f7448-ff96-4f6a-b1e7-4fcfcb3dff22.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T16:35:00Z","end":"2025-01-18T16:46:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T16:51:00Z","end":"2025-01-21T16:35:00Z"}],"params":{"start":"2025-01-18T16:35:00Z","end":"2025-01-18T16:46:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"Ymn3G_D4vQozhTXacJaESVyX69QWQ7YTHUf7MV-0","title":"Talking Tom & Friends S3, Ep 02","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_08/KID_CAR_23_2700694_59ca3d6a-46ca-4df6-848a-a14633ed7bb9.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_08/KID_CAR_23_2700694_59ca3d6a-46ca-4df6-848a-a14633ed7bb9.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T16:46:00Z","end":"2025-01-18T16:56:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T17:01:00Z","end":"2025-01-21T16:46:00Z"}],"params":{"start":"2025-01-18T16:46:00Z","end":"2025-01-18T16:56:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"XWc_qLi5-ZsrTWtz-3PmJrhiQPIycLjRRoQCPM2T","title":"Talking Tom & Friends S3, Ep 03","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_08/KID_CAR_23_2700695_5f15a6d7-d6a1-4269-a262-44c030bcd945.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2023_08/KID_CAR_23_2700695_5f15a6d7-d6a1-4269-a262-44c030bcd945.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T16:56:00Z","end":"2025-01-18T17:08:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T17:13:00Z","end":"2025-01-21T16:56:00Z"}],"params":{"start":"2025-01-18T16:56:00Z","end":"2025-01-18T17:08:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"JNwuJvyFsKfJuQj-QOnGp5gQsL42mr7E5eo7TK54","title":"KID SHOW: FIREBALL PICTURE - MOON PICTURE","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_19958_4488a4d0-5ac5-4cf2-9dc3-64d8a43d1c97.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_19958_4488a4d0-5ac5-4cf2-9dc3-64d8a43d1c97.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T17:08:00Z","end":"2025-01-18T17:32:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T17:37:00Z","end":"2025-01-21T17:08:00Z"}],"params":{"start":"2025-01-18T17:08:00Z","end":"2025-01-18T17:32:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"Bx2x_O6gqc2e8vrz-sBNOvIsAD2WaRldf1nyTinH","title":"KID SHOW: BUG SHAPE BOOKMARK - WOODEATER PAPERWEIGHT","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_20200_9d92b5d2-02da-49ac-969e-4b20aad8ccec.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_20200_9d92b5d2-02da-49ac-969e-4b20aad8ccec.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T17:32:00Z","end":"2025-01-18T17:59:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T18:04:00Z","end":"2025-01-21T17:32:00Z"}],"params":{"start":"2025-01-18T17:32:00Z","end":"2025-01-18T17:59:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"OguE5u1g1bpeo5Ggc58jFkxdq9HZhylHRBPVi_md","title":"Wild Kratts, Ep01","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22__2674232_7c05d824-e464-4c30-9c17-b951cff0c85e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22__2674232_7c05d824-e464-4c30-9c17-b951cff0c85e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T17:59:00Z","end":"2025-01-18T18:20:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T18:25:00Z","end":"2025-01-21T17:59:00Z"}],"params":{"start":"2025-01-18T17:59:00Z","end":"2025-01-18T18:20:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"aYU4haUZAJk7yPpqDsfrfp2pnyPwN1HKhHPZAvc_","title":"Wild Kratts, Ep02","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674233_7b73e34b-6d37-42a8-85f5-d3614785d1f0.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674233_7b73e34b-6d37-42a8-85f5-d3614785d1f0.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T18:20:00Z","end":"2025-01-18T18:42:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T18:47:00Z","end":"2025-01-21T18:20:00Z"}],"params":{"start":"2025-01-18T18:20:00Z","end":"2025-01-18T18:42:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"eBEyBqLJoqiY9SJ0LLWNQBFoAtHbL4394Gu1QHly","title":"Wild Kratts, Ep03","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674234_37bff607-fc62-4605-8a16-8354372361af.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674234_37bff607-fc62-4605-8a16-8354372361af.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T18:42:00Z","end":"2025-01-18T19:04:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T19:09:00Z","end":"2025-01-21T18:42:00Z"}],"params":{"start":"2025-01-18T18:42:00Z","end":"2025-01-18T19:04:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"YT5slC9gH5gqt9MxLmc2IF9IrwtvXbmB1jz3Jhf5","title":"KID SHOW: PAPER SPINDLE + WHALES","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2013_03/KID_EDU_HNCP__VN_33613_09c71f3c-18b3-4f11-a9d3-da787ee64c9e.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2013_03/KID_EDU_HNCP__VN_33613_09c71f3c-18b3-4f11-a9d3-da787ee64c9e.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T19:04:00Z","end":"2025-01-18T19:40:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T19:45:00Z","end":"2025-01-21T19:04:00Z"}],"params":{"start":"2025-01-18T19:04:00Z","end":"2025-01-18T19:40:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"ybcTvilT7HBvdzZOr7K906FJdhyM3yegXplHrM0Y","title":"Daniel Tiger’s neighbourhood, Ep01","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22__2674229_38bb66c2-3917-4c13-9c83-d5e2e7fd62ff.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22__2674229_38bb66c2-3917-4c13-9c83-d5e2e7fd62ff.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T19:40:00Z","end":"2025-01-18T19:51:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T19:56:00Z","end":"2025-01-21T19:40:00Z"}],"params":{"start":"2025-01-18T19:40:00Z","end":"2025-01-18T19:51:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"GDmjH-QCVNmpGUPLh1XMjTHnLomn5jh3-xkvQPrT","title":"Daniel Tiger’s neighbourhood, Ep02","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674230_b69dbc80-038e-4a40-ab91-ae3f1fcd3ef3.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674230_b69dbc80-038e-4a40-ab91-ae3f1fcd3ef3.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T19:51:00Z","end":"2025-01-18T20:01:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:06:00Z","end":"2025-01-21T19:51:00Z"}],"params":{"start":"2025-01-18T19:51:00Z","end":"2025-01-18T20:01:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"ybzx2QsEEEj3e6iiRTqfi0nbt5HXQD2lvdEl9NI2","title":"Daniel Tiger’s neighbourhood, Ep03","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674231_45b2cca3-499b-45d1-84b4-fede7bfc3d0c.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674231_45b2cca3-499b-45d1-84b4-fede7bfc3d0c.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:01:00Z","end":"2025-01-18T20:12:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:17:00Z","end":"2025-01-21T20:01:00Z"}],"params":{"start":"2025-01-18T20:01:00Z","end":"2025-01-18T20:12:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"78dSTREAvtD25Ex2YAmHKKshVhgq3M5WSatuW5MQ","title":"Daniel Tiger’s neighbourhood, Ep04","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674290_b3ecc44b-7e9e-4bd1-a6fa-73b0d2756ae2.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674290_b3ecc44b-7e9e-4bd1-a6fa-73b0d2756ae2.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:12:00Z","end":"2025-01-18T20:23:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:28:00Z","end":"2025-01-21T20:12:00Z"}],"params":{"start":"2025-01-18T20:12:00Z","end":"2025-01-18T20:23:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"304LFh8UiAgvYkQfdLuaNR9BAVQpz0DLmiPchm3y","title":"Daniel Tiger’s neighbourhood, Ep05","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674291_0caa5c45-aebe-4f8e-909c-c11e5e326a08.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2022_05/KID_CAR_22_2674291_0caa5c45-aebe-4f8e-909c-c11e5e326a08.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:23:00Z","end":"2025-01-18T20:35:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:40:00Z","end":"2025-01-21T20:23:00Z"}],"params":{"start":"2025-01-18T20:23:00Z","end":"2025-01-18T20:35:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"-hzOCMeW88I6FM2pXoGlz-gS9WiDp8f2N51HJW2v","title":"KID SHOW: FIREBALL PICTURE - MOON PICTURE","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_19958_4488a4d0-5ac5-4cf2-9dc3-64d8a43d1c97.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_19958_4488a4d0-5ac5-4cf2-9dc3-64d8a43d1c97.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:35:00Z","end":"2025-01-18T20:59:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T21:04:00Z","end":"2025-01-21T20:35:00Z"}],"params":{"start":"2025-01-18T20:35:00Z","end":"2025-01-18T20:59:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}},{"type":"EPG","id":"to3xkgCXPVeb2C5s-DUeYIhStOvIgIGTfAxAkChO","title":"KID SHOW: BUG SHAPE BOOKMARK - WOODEATER PAPERWEIGHT","images":[{"type":"po","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_20200_9d92b5d2-02da-49ac-969e-4b20aad8ccec.jpg&orientation=portrait"},{"type":"la","size":"au","url":"https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_20200_9d92b5d2-02da-49ac-969e-4b20aad8ccec.jpg&orientation=landscape"}],"deals":[{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T20:59:00Z","end":"2025-01-18T21:28:00Z"},{"offers":["1","2","21","22","25","26","27","28","30"],"start":"2025-01-18T21:33:00Z","end":"2025-01-21T20:59:00Z"}],"params":{"start":"2025-01-18T20:59:00Z","end":"2025-01-18T21:28:00Z","channelId":"F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN","restart":true,"replay":true,"age":0,"genres":[{"title":"Children"}],"formats":[{"title":"Children"}],"qualities":["HD"]}}],"showNextBroadcast":true}
\ No newline at end of file
From 655c930fecaa32b23060e332a13697158c35f393 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:02:01 +0300
Subject: [PATCH 3/8] Create no_content.json
---
sites/xem.kplus.vn/__data__/no_content.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 sites/xem.kplus.vn/__data__/no_content.json
diff --git a/sites/xem.kplus.vn/__data__/no_content.json b/sites/xem.kplus.vn/__data__/no_content.json
new file mode 100644
index 00000000..31087389
--- /dev/null
+++ b/sites/xem.kplus.vn/__data__/no_content.json
@@ -0,0 +1 @@
+{"Message":"Invalid query"}
\ No newline at end of file
From 50bcaaa8471dabc873669d3ceeec7f2e28745374 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:02:14 +0300
Subject: [PATCH 4/8] Create session.json
---
sites/xem.kplus.vn/__data__/session.json | 1 +
1 file changed, 1 insertion(+)
create mode 100644 sites/xem.kplus.vn/__data__/session.json
diff --git a/sites/xem.kplus.vn/__data__/session.json b/sites/xem.kplus.vn/__data__/session.json
new file mode 100644
index 00000000..8dff2d06
--- /dev/null
+++ b/sites/xem.kplus.vn/__data__/session.json
@@ -0,0 +1 @@
+{"language":"en_US","userName":"y1Kq52eeNaO-Kq_q1zct6w","userLogin":"y1Kq52eeNaO-Kq_q1zct6w@vstv.solocoo.tv","params":{"FPData.FPIsAliveUrl":"https:\/\/fp.kplus.vn\/api\/fp\/isalivesg","User.Status":"sg.ui.sso.user.status.anonymous","FPData.FPKey":"uZnqUXcx96ZpSOry9oxAFJp83MK4GHgEVre6nCsGDM0=","FPData.FPKeyGenDate":1486305098,"FPData.FPTimeInterval":120},"demo":true,"countryCode":"VN","communityName":"VSTV","brandName":"K+","consent":false,"ssoToken":"eyJrZXkiOiJ2c3R2IiwiYWxnIjoiZGlyIiwiZW5jIjoiQTEyOENCQy1IUzI1NiJ9..4iiGNAPVdVI3F6pi_XrTMA.VL3zg6XsqkNGPpbSzCUp-mrNj0iGRUJFrka_yaQlQOncczgVCaZErKPRRg0lJmvcOcI7no_odo8vK5t-qb-Ad3lNo0PamQ8tyMB61exMG7I4DMI1obN4H13pe2s5G4V5SYuLWzRaiMfJ_mg-6D-F7089TVFvG8Ic2g5btAbHadxh8xlCsngHLKjVggxZ9QN7pf1pLbffcr3-B6Kty9qXHHK2abl5Mr4e7C5pT0smAoMnk4Zbi5rdHgrM9377voeA3rDmEAeKlNxgGrKDYxZPrKqUSVD3jZrFfvLS90ymDyUz05UdtEuNTbLoroFUstEDabYXEnBqa8CDif3db7pQOm1vRGu273rx3I3Q6NrvDRc7y5MMgwqkZfkAB1R1EEBCo9YKh1z3yzGWIjK2zqhp2L60JM9xQbxWyUrOkJunPBRcjc5zvlBGc3uzVxjmr9DXNrRru62eowsKzW4GVncSirUG2-Wp8T_4-lgCdB4cF64.tH0F17MobUCKVlAPjNkpCA","userId":"c29e8d02-b3e2-79ef-1cfd-efbc55f5de82","token":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0di5zb2xvY29vLmF1dGgiOnsicyI6Inc0MDhhMGViMC1kNTBmLTExZWYtYWZmYS1hZjk3NzViODM4YWQiLCJ1IjoiQW8yZXd1S3o3M2tjX2UtOFZmWGVnZyIsImwiOiJlbl9VUyIsImQiOiJQQyIsImRtIjoiQ2hyb21lIiwib20iOiJPIiwiYyI6ImJ6bXZPVEFOM05qdzZadjYtYnZveThwbnMwNHBtbTdxeG9QOUVwaVNQVzAiLCJzdCI6ImZ1bGwiLCJnIjoiZXlKaWNpSTZJblp6ZEhZaUxDSjFjQ0k2SW1Od2FTSXNJbkIwSWpwbVlXeHpaU3dpWkdVaU9pSmljbUZ1WkUxaGNIQnBibWNpTENKa1lpSTZabUZzYzJWOSIsImYiOjYsImIiOiJ2c3R2In0sIm5iZiI6MTczNzE0NTk1NCwiZXhwIjoxNzM3MTYzNzg0LCJpYXQiOjE3MzcxNDU5NTQsImF1ZCI6ImNwaSJ9.25av5gdR38FW0SmnzNiE4EV1D4Gozox2Wgvoh7QKZaM"}
\ No newline at end of file
From e84967722aacdb89936a084e60a1f8de77e98639 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:02:35 +0300
Subject: [PATCH 5/8] Create xem.kplus.vn.test.js
---
sites/xem.kplus.vn/xem.kplus.vn.test.js | 77 +++++++++++++++++++++++++
1 file changed, 77 insertions(+)
create mode 100644 sites/xem.kplus.vn/xem.kplus.vn.test.js
diff --git a/sites/xem.kplus.vn/xem.kplus.vn.test.js b/sites/xem.kplus.vn/xem.kplus.vn.test.js
new file mode 100644
index 00000000..d5bd2bfd
--- /dev/null
+++ b/sites/xem.kplus.vn/xem.kplus.vn.test.js
@@ -0,0 +1,77 @@
+const { parser, url, request } = require('./xem.kplus.vn.config.js')
+const axios = require('axios')
+const fs = require('fs')
+const path = require('path')
+const dayjs = require('dayjs')
+const utc = require('dayjs/plugin/utc')
+const customParseFormat = require('dayjs/plugin/customParseFormat')
+dayjs.extend(customParseFormat)
+dayjs.extend(utc)
+
+jest.mock('axios')
+
+axios.post.mockImplementation(url => {
+ if (url === 'https://tvapi-sgn.solocoo.tv/v1/session') {
+ return Promise.resolve({
+ data: JSON.parse(fs.readFileSync(path.resolve(__dirname, '__data__/session.json')))
+ })
+ } else {
+ return Promise.resolve({
+ data: {}
+ })
+ }
+})
+
+const date = dayjs.utc('2025-01-18', 'YYYY-MM-DD').startOf('d')
+const channel = {
+ site_id: 'F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN',
+ xmltv_id: 'KPlusKids.vn'
+}
+
+it('can generate valid url', () => {
+ expect(url({ channel, date })).toBe(
+ 'https://tvapi-sgn.solocoo.tv/v1/assets?query=schedule,forrelated,F31WvdXdwYNOInUaTeIC-ixsLQVsrSNgUczDSFCN&from=2025-01-18T00:00:00Z&limit=1000'
+ )
+})
+
+it('can generate valid request headers', async () => {
+ expect(await request.headers()).toMatchObject({
+ authorization:
+ 'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0di5zb2xvY29vLmF1dGgiOnsicyI6Inc0MDhhMGViMC1kNTBmLTExZWYtYWZmYS1hZjk3NzViODM4YWQiLCJ1IjoiQW8yZXd1S3o3M2tjX2UtOFZmWGVnZyIsImwiOiJlbl9VUyIsImQiOiJQQyIsImRtIjoiQ2hyb21lIiwib20iOiJPIiwiYyI6ImJ6bXZPVEFOM05qdzZadjYtYnZveThwbnMwNHBtbTdxeG9QOUVwaVNQVzAiLCJzdCI6ImZ1bGwiLCJnIjoiZXlKaWNpSTZJblp6ZEhZaUxDSjFjQ0k2SW1Od2FTSXNJbkIwSWpwbVlXeHpaU3dpWkdVaU9pSmljbUZ1WkUxaGNIQnBibWNpTENKa1lpSTZabUZzYzJWOSIsImYiOjYsImIiOiJ2c3R2In0sIm5iZiI6MTczNzE0NTk1NCwiZXhwIjoxNzM3MTYzNzg0LCJpYXQiOjE3MzcxNDU5NTQsImF1ZCI6ImNwaSJ9.25av5gdR38FW0SmnzNiE4EV1D4Gozox2Wgvoh7QKZaM'
+ })
+})
+
+it('can parse response', () => {
+ const content = fs.readFileSync(path.resolve(__dirname, '__data__/content.json'))
+ let results = parser({ content, date }).map(p => {
+ p.start = p.start.toJSON()
+ p.stop = p.stop.toJSON()
+ return p
+ })
+
+ expect(results.length).toBe(100)
+ expect(results[0]).toMatchObject({
+ start: '2025-01-18T00:03:00.000Z',
+ stop: '2025-01-18T00:10:00.000Z',
+ title: 'Masha and the Bear S1, Ep01',
+ categories: ['Children'],
+ images: [
+ 'https://img.kplus.vn/images?filename=Media/HDVN/2021_11/KID_CAR_21__2660472_0a13b965-0b37-4552-99d5-a5998ca20156.jpg&orientation=landscape&w=460&h=260'
+ ]
+ })
+ expect(results[99]).toMatchObject({
+ start: '2025-01-18T20:59:00.000Z',
+ stop: '2025-01-18T21:28:00.000Z',
+ title: 'KID SHOW: BUG SHAPE BOOKMARK - WOODEATER PAPERWEIGHT',
+ categories: ['Children'],
+ images: [
+ 'https://img.kplus.vn/images?filename=Media/HDVN/2012_02/KID_EDU_HNCP__VN_20200_9d92b5d2-02da-49ac-969e-4b20aad8ccec.jpg&orientation=landscape&w=460&h=260'
+ ]
+ })
+})
+
+it('can handle empty guide', () => {
+ const content = fs.readFileSync(path.resolve(__dirname, '__data__/no_content.json'))
+ const result = parser({ content, channel, date })
+ expect(result).toMatchObject([])
+})
From f518547f8dc3ae0accd5fee19fef8b146b970d82 Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:02:48 +0300
Subject: [PATCH 6/8] Create xem.kplus.vn.config.js
---
sites/xem.kplus.vn/xem.kplus.vn.config.js | 144 ++++++++++++++++++++++
1 file changed, 144 insertions(+)
create mode 100644 sites/xem.kplus.vn/xem.kplus.vn.config.js
diff --git a/sites/xem.kplus.vn/xem.kplus.vn.config.js b/sites/xem.kplus.vn/xem.kplus.vn.config.js
new file mode 100644
index 00000000..aae7cf4c
--- /dev/null
+++ b/sites/xem.kplus.vn/xem.kplus.vn.config.js
@@ -0,0 +1,144 @@
+const dayjs = require('dayjs')
+const axios = require('axios')
+const utc = require('dayjs/plugin/utc')
+const timezone = require('dayjs/plugin/timezone')
+const customParseFormat = require('dayjs/plugin/customParseFormat')
+const doFetch = require('@ntlab/sfetch')
+
+dayjs.extend(utc)
+dayjs.extend(timezone)
+dayjs.extend(customParseFormat)
+
+let session
+
+module.exports = {
+ site: 'xem.kplus.vn',
+ days: 2,
+ url({ channel, date }) {
+ return `https://tvapi-sgn.solocoo.tv/v1/assets?query=schedule,forrelated,${
+ channel.site_id
+ }&from=${date.format('YYYY-MM-DDTHH:mm:ss[Z]')}&limit=1000`
+ },
+ request: {
+ async headers() {
+ if (!session) {
+ session = await loadSessionDetails()
+ if (!session || !session.token) return null
+ }
+
+ return {
+ authorization: `Bearer ${session.token}`
+ }
+ }
+ },
+ parser: function ({ content, date }) {
+ let programs = []
+ const items = parseItems(content, date)
+ items.forEach(item => {
+ programs.push({
+ title: item.title,
+ categories: parseCategories(item),
+ images: parseImages(item),
+ start: parseStart(item),
+ stop: parseStop(item)
+ })
+ })
+
+ return programs
+ },
+ async channels() {
+ const session = await loadSessionDetails()
+ if (!session || !session.token) throw new Error('The session token is missing')
+
+ const groups = [
+ 'Channels_Kplus',
+ 'Channels_VTV',
+ 'Channels_VTVcab',
+ 'Channels_Kênh Quốc Tế',
+ 'Channels_SCTV',
+ 'Channels_HTV-HTVC',
+ 'Channels_THVL',
+ 'Channels_Kênh Thiết Yếu',
+ 'Channels_Kênh Địa Phương'
+ ]
+
+ const queue = groups.map(group => ({
+ url: `https://tvapi-sgn.solocoo.tv/v1/assets?query=nav,${group}&limit=100`,
+ params: {
+ headers: {
+ authorization: `Bearer ${session.token}`
+ }
+ }
+ }))
+
+ let channels = []
+ await doFetch(queue, (url, data) => {
+ data.assets.forEach(channel => {
+ channels.push({
+ lang: 'vi',
+ name: channel.params.internalTitle.replace('Channels_', ''),
+ site_id: channel.params.params.id
+ })
+ })
+ })
+
+ return channels
+ }
+}
+
+function parseCategories(item) {
+ return Array.isArray(item?.params?.genres) ? item.params.genres.map(i => i.title) : []
+}
+
+function parseImages(item) {
+ return Array.isArray(item?.images)
+ ? item.images
+ .filter(i => i.url.indexOf('orientation=landscape') > 0)
+ .map(i => `${i.url}&w=460&h=260`)
+ : []
+}
+
+function parseStart(item) {
+ return item?.params?.start ? dayjs.utc(item.params.start, 'YYYY-MM-DDTHH:mm:ss[Z]') : null
+}
+
+function parseStop(item) {
+ return item?.params?.end ? dayjs.utc(item.params.end, 'YYYY-MM-DDTHH:mm:ss[Z]') : null
+}
+
+function parseItems(content, date) {
+ try {
+ const data = JSON.parse(content)
+ if (!data || !Array.isArray(data.assets)) return []
+
+ return data.assets.filter(
+ p => p?.params?.start && date.isSame(dayjs.utc(p.params.start, 'YYYY-MM-DDTHH:mm:ss[Z]'), 'd')
+ )
+ } catch (err) {
+ console.log(err)
+ return []
+ }
+}
+
+function loadSessionDetails() {
+ return axios
+ .post('https://tvapi-sgn.solocoo.tv/v1/session', {
+ ssoToken:
+ 'eyJhbGciOiJkaXIiLCJrZXkiOiJ2c3R2IiwiZW5jIjoiQTEyOENCQy1IUzI1NiJ9..6jMKWv5bSqODWOWLmeERqw._WcKmMW2ij3yPJkhFllQHgXOkW7powvzT-5p6G4_jjYa8vzJybmHu_1CwIEb_s2hVOyaNDi6M-NVLNY9CaNU3aSC-ojZ4UoQ7QLRTFWP-2uY-mL5IgJtL7Xknus5blHJbR8B-xaOODXIJh8PneZORmPHa5EHhs1vOmqpGb1COZwqlw_WFbGT9EsFq6W8fsYH3O5cUqec608Uad-wK59OQIJyofZJwrb6VTthmwwIDxX6Dn-kyYssfdXvPF_BXu5A-e2MFOsdzvMjENdq0FHCk-b9OojzENR6S-JEtSTrZHrgSfHsqb1DwVbtuaetFlV-A3-gxyqqHH7QIvkRM38StNMAp_q8TUauhluwKK3nuXbgogiQ9d9Kc9s7WGoBPOVHsZ4w6wJ9fDBIyhApOJUAdEINi7dLpe1pTBBk6ZA504PVyQ0d6DtdhJhkbT6I88wwxz2U6sF5tInZBcdyZzCa1KKHWQuonTJ4IPcILGQFuzo.lhVv2QaTOaxTS9F4Ht2L3A',
+ osVersion: 'Windows 10',
+ deviceModel: 'Chrome',
+ deviceType: 'PC',
+ deviceSerial: 'w408a0eb0-d50f-11ef-affa-af9775b838ad',
+ deviceOem: 'Chrome',
+ devicePrettyName: 'Chrome 128.0.0.0',
+ appVersion: '12.1',
+ language: 'en_US',
+ brand: 'vstv',
+ memberId: '0',
+ featureLevel: 6,
+ provisionData:
+ 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpYXQiOjE3MzcxNDU4MjYsImljIjp0cnVlLCJ1cCI6ImNwaSIsImJyIjoidnN0diIsImRzIjoidzQwOGEwZWIwLWQ1MGYtMTFlZi1hZmZhLWFmOTc3NWI4MzhhZCIsImRlIjoiYnJhbmRNYXBwaW5nIn0.Ou6yh5qXtlK4NhyWHciVszARr98PLL1TkaXKpqQtub8'
+ })
+ .then(r => r.data)
+ .catch(console.log)
+}
From c338fdb0f42e56d781212d8ea6af20fe9f58905b Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:03:10 +0300
Subject: [PATCH 7/8] Create xem.kplus.vn.channels.xml
---
sites/xem.kplus.vn/xem.kplus.vn.channels.xml | 85 ++++++++++++++++++++
1 file changed, 85 insertions(+)
create mode 100644 sites/xem.kplus.vn/xem.kplus.vn.channels.xml
diff --git a/sites/xem.kplus.vn/xem.kplus.vn.channels.xml b/sites/xem.kplus.vn/xem.kplus.vn.channels.xml
new file mode 100644
index 00000000..b8a21f15
--- /dev/null
+++ b/sites/xem.kplus.vn/xem.kplus.vn.channels.xml
@@ -0,0 +1,85 @@
+
+
+ HAU GIANG
+ Quoc Phong
+ BINH PHUOC 1
+ On Football
+ VTV2
+ HTV9
+ HA TINH
+ VTV9
+ VTV4
+ VINH PHUC
+ NHK WORLD
+ THANH HOA
+ ON SPORTS+
+ vstv.channels&vod.nav.sctv14.logo
+ Cinemax
+ ON ECHANNEL
+ SON LA
+ VTV5
+ BINH THUAN
+ DA NANG1
+ KBS World
+ QUANG NAM
+ VTV8
+ VTV3
+ THAI NGUYEN1
+ NGHE AN
+ DAK LAK
+ VUNG TAU
+ HTV2
+ TV5MONDE
+ FRANCE24 ENGLISH
+ QTV1
+ ON V FAMILY
+ On Sports
+ HUE
+ SCTV9
+ THVL4
+ ON Vie Dramas
+ QTV3
+ THVL2
+ ON VieGiaiTri
+ LAO CAI
+ FRANCE24 FRENCH
+ DONG NAI2
+ TAY NINH
+ HAI PHONG
+ ON SPORTS NEWS
+ LAM DONG
+ HTVC Thuần Việt
+ DONG NAI1
+ ON BIBI
+ SCTV PTH
+ KHANH HOA
+ HTV7
+ DW
+ BAC NINH
+ BAC LIEU
+ BINH THUAN -BTV6
+ THVL1
+ BINH DINH
+ THVL3
+ ON MUSIC
+ HBO
+ VTVCanTho
+ HA NOI1
+ ANTV
+ ON PHIMVIET
+ HTV3
+ ON INFOTV
+ ON GOLF
+ VTV1
+ LONG AN
+ ON STYLE
+ HTV TT
+ HA GIANG
+ VTV7
+ ON O2TV
+ K+SPORT1
+ K+SPORT2
+ K+CINE
+ K+ACTION
+ K+KIDS
+
From f04a9bce17006b36c411692d498fdfdf181fa00b Mon Sep 17 00:00:00 2001
From: freearhey <7253922+freearhey@users.noreply.github.com>
Date: Sat, 18 Jan 2025 01:03:24 +0300
Subject: [PATCH 8/8] Create readme.md
---
sites/xem.kplus.vn/readme.md | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
create mode 100644 sites/xem.kplus.vn/readme.md
diff --git a/sites/xem.kplus.vn/readme.md b/sites/xem.kplus.vn/readme.md
new file mode 100644
index 00000000..df8d9eaf
--- /dev/null
+++ b/sites/xem.kplus.vn/readme.md
@@ -0,0 +1,21 @@
+# xem.kplus.vn
+
+https://xem.kplus.vn/
+
+### Download the guide
+
+```sh
+npm run grab --- --site=xem.kplus.vn
+```
+
+### Update channel list
+
+```sh
+npm run channels:parse --- --config=./sites/xem.kplus.vn/xem.kplus.vn.config.js --output=./sites/xem.kplus.vn/xem.kplus.vn.channels.xml
+```
+
+### Test
+
+```sh
+npm test --- xem.kplus.vn
+```