Merge pull request #419 from iptv-org/update-directv-com

Update directv.com.config.js
This commit is contained in:
Aleksandr Statciuk
2022-01-19 22:19:25 +03:00
committed by GitHub
2 changed files with 4 additions and 0 deletions

View File

@@ -26,6 +26,8 @@ module.exports = {
title: item.title,
description: parseDescription(detail),
category: item.subcategoryList,
season: item.seasonNumber,
episode: item.episodeNumber,
start,
stop
})

View File

@@ -58,6 +58,8 @@ it('can parse response', done => {
title: 'Home Sweet Home',
description:
'The Baltzers, a surfing Mormon family, and the Silversteins, an artistic Black and Latino family with Jewish heritage, discover that the struggle of living outside their comfort zones sparks rewarding moments.',
season: 1,
episode: 3,
category: ['Series', 'Reality']
}
])