Update digiturk.com.tr

This commit is contained in:
Aleksandr Statciuk
2022-02-01 04:51:04 +03:00
parent d3f50fc216
commit 6d47472b13
3 changed files with 120 additions and 130 deletions

View File

@@ -1,6 +1,6 @@
// npx epg-grabber --config=sites/digiturk.com.tr/digiturk.com.tr.config.js --channels=sites/digiturk.com.tr/digiturk.com.tr_tr.channels.xml --output=.gh-pages/guides/tr/digiturk.com.tr.epg.xml --days=2
const { parser, url, logo } = require('./digiturk.com.tr.config.js')
const { parser, url } = require('./digiturk.com.tr.config.js')
const dayjs = require('dayjs')
const utc = require('dayjs/plugin/utc')
const customParseFormat = require('dayjs/plugin/customParseFormat')
@@ -10,8 +10,7 @@ dayjs.extend(utc)
const date = dayjs.utc('2021-11-10', 'YYYY-MM-DD').startOf('d')
const channel = {
site_id: '483',
xmltv_id: 'BeInTurkiye.qa',
logo: 'http://contentlibrary.digiturk.com.tr/Channel/483/Image/72x44_beinhd.png'
xmltv_id: 'BeInTurkiye.qa'
}
const content = `{"listings":{"483":[{"ProgramId":null,"ChannelId":483,"ProgramName":"MAÇA KIZI","OrginalName":"QUEEN OF SPADES (2021)","BroadcastStart":"2021-11-10T23:25:00","BroadcastEnd":"2021-11-11T00:53:00","BroadcastDuration":5245,"PartNo":null,"HasSubtitle":false,"ProgramLanguage":null,"ScreenRatio":"4:3","IsLive":false,"Synopsis":"[QUEEN OF SPADES] DÖRT GENÇ, EFSANEYE GÖRE MAÇA KIZI OLARAK BİLİNEN BİR RUHU ÇAĞIRMAK İÇİN RİTÜEL GERÇEKLEŞTİRİRLER.BU RİTÜELİN SONUNDA KORKU DOLU ANLAR YAŞANACAKTIR.","CreatedBy":"EPG Import Service","CreatedDate":"2021-11-10T10:47:00","UpdatedBy":"EPG Import Service","LastModifyDate":"2021-11-10T10:47:00","LastIP":null,"Genre":"E8","Rating":"D6","Year":"2021","Actors":"AVA PRESTON , KAELEN OHM , JAMIE BLOCH ,","SeriesId":null,"SeasonId":null,"LongDescription":"PATRICK WHITE'IN İLK YÖNETMENLİK DENEYİMİ OLAN BU KORKU FİLMİNİN BAŞROLLERİNDE AVA PRESTON VE KAELEN OHM YER ALIYOR.","ServiceRef":"7808","ContentRef":"PV0000340386","EventId":"8432","ScreenSize":null,"AudioType":null,"BroadcastTimeStamp":1636586700,"Directors":"PATRICK WHITE ,","ProductionCountries":"CAN","MasterProductionID":"PT0000324047","EPGBroadcastID":"LYS188925910","Id":1404880537}]}}`
@@ -20,12 +19,6 @@ it('can generate valid url', () => {
expect(result).toBe('https://www.digiturk.com.tr/yayin-akisi/api/program/kanal/483/2021-11-10/0')
})
it('can get logo url', () => {
expect(logo({ channel })).toBe(
'http://contentlibrary.digiturk.com.tr/Channel/483/Image/72x44_beinhd.png'
)
})
it('can parse response', () => {
const result = parser({ date, channel, content })
expect(result).toMatchObject([