mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 09:30:06 -04:00
Update programme-tv.net.config.js
This commit is contained in:
parent
02b96fb409
commit
212491174c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module.exports = {
|
|||
parser: function ({ content, date }) {
|
||||
const programs = []
|
||||
const dom = new JSDOM(content)
|
||||
const broadcastCards = dom.window.document.querySelectorAll('.singleBroadcastCard')
|
||||
const broadcastCards = dom.window.document.querySelectorAll('.mainBroadcastCard')
|
||||
broadcastCards.forEach(card => {
|
||||
const hour = (
|
||||
card.getElementsByClassName('mainBroadcastCard-startingHour')[0] || { textContent: '' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue