From ec1c3d840da0cbacc8c38e9002de71113173a3f6 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 19 Jan 2022 15:37:29 +0300 Subject: [PATCH 1/2] Update directv.com --- sites/directv.com/directv.com.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/directv.com/directv.com.config.js b/sites/directv.com/directv.com.config.js index b8b624b8..4b1e9e95 100644 --- a/sites/directv.com/directv.com.config.js +++ b/sites/directv.com/directv.com.config.js @@ -26,6 +26,8 @@ module.exports = { title: item.title, description: parseDescription(detail), category: item.subcategoryList, + season: item.seasonNumber, + episode: item.episodeNumber, start, stop }) From a660258251c54d05a86accf402399f73247b9b37 Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Wed, 19 Jan 2022 15:37:32 +0300 Subject: [PATCH 2/2] Update directv.com.test.js --- sites/directv.com/directv.com.test.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sites/directv.com/directv.com.test.js b/sites/directv.com/directv.com.test.js index 963d41d4..b1b9d845 100644 --- a/sites/directv.com/directv.com.test.js +++ b/sites/directv.com/directv.com.test.js @@ -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'] } ])