Update tv2go.t-2.net
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// node ./scripts/channels.js --config=./sites/tv2go.t-2.net/tv2go.t-2.net.config.js --output=./sites/tv2go.t-2.net/tv2go.t-2.net_si.channels.xml
|
||||
// npx epg-grabber --config=sites/tv2go.t-2.net/tv2go.t-2.net.config.js --channels=sites/tv2go.t-2.net/tv2go.t-2.net_si.channels.xml --output=.gh-pages/guides/si/tv2go.t-2.net.epg.xml --days=2
|
||||
|
||||
const { parser, url, request, logo } = require('./tv2go.t-2.net.config.js')
|
||||
const { parser, url, request } = require('./tv2go.t-2.net.config.js')
|
||||
const dayjs = require('dayjs')
|
||||
const utc = require('dayjs/plugin/utc')
|
||||
const customParseFormat = require('dayjs/plugin/customParseFormat')
|
||||
@@ -11,8 +11,7 @@ dayjs.extend(utc)
|
||||
const date = dayjs.utc('2021-11-19', 'YYYY-MM-DD').startOf('d')
|
||||
const channel = {
|
||||
site_id: '1000259',
|
||||
xmltv_id: 'TVSlovenija1.si',
|
||||
logo: 'https://tv2go.t-2.net/static/media/img/channels/dark/ios/small/retina/145597.png'
|
||||
xmltv_id: 'TVSlovenija1.si'
|
||||
}
|
||||
|
||||
it('can generate valid url', () => {
|
||||
@@ -39,12 +38,6 @@ it('can generate valid request data', () => {
|
||||
})
|
||||
})
|
||||
|
||||
it('can generate valid logo url', () => {
|
||||
expect(logo({ channel })).toBe(
|
||||
'https://tv2go.t-2.net/static/media/img/channels/dark/ios/small/retina/145597.png'
|
||||
)
|
||||
})
|
||||
|
||||
it('can parse response', () => {
|
||||
const content = `{"entries":[{"channelId":1000259,"startTimestamp":"1637283000000","endTimestamp":"1637284500000","name":"Dnevnik Slovencev v Italiji","nameSingleLine":"Dnevnik Slovencev v Italiji","description":"Informativni","images":[{"url":"/static/media/img/epg/max_crop/EPG_IMG_2927405.jpg","width":1008,"height":720,"averageColor":[143,147,161]}],"show":{"id":51991133,"title":"Dnevnik Slovencev v Italiji","originalTitle":"Dnevnik Slovencev v Italiji","shortDescription":"Dnevnik Slovencev v Italiji je informativna oddaja, v kateri novinarji poročajo predvsem o dnevnih dogodkih med Slovenci v Italiji.","longDescription":"Pomembno ogledalo vsakdana, v katerem opozarjajo na težave, s katerimi se soočajo, predstavljajo pa tudi pestro kulturno, športno in družbeno življenje slovenske narodne skupnosti. V oddajo so vključene tudi novice iz matične domovine.","type":{"id":10,"name":"Show"},"productionFrom":"1609502400000","countries":[{"id":"SI","name":"Slovenija"}],"languages":[{"languageId":2,"name":"Slovenščina"}],"genres":[{"id":1000002,"name":"Informativni"}]}}]}`
|
||||
const result = parser({ content, channel }).map(p => {
|
||||
|
||||
Reference in New Issue
Block a user