wip
This commit is contained in:
@@ -16,7 +16,7 @@ module.exports = {
|
||||
url: function ({ date, channel }) {
|
||||
return `https://www.tvguide.co.uk/mobile/channellisting.asp?ch=${channel.site_id}`
|
||||
},
|
||||
parser: function ({ channel, content, date, lang }) {
|
||||
parser: function ({ content, date }) {
|
||||
const programs = []
|
||||
const dom = new JSDOM(content)
|
||||
const channelListings = dom.window.document.querySelector('#channel-listings')
|
||||
|
||||
Reference in New Issue
Block a user