mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-10 09:00:07 -04:00
Merge pull request #2457 from rchaud/feature/fix-ontvtonight
Fix ontvtonight.com
This commit is contained in:
commit
5ffe5b492a
1 changed files with 1 additions and 1 deletions
|
@ -175,5 +175,5 @@ function parseDescription($item) {
|
|||
function parseItems(content) {
|
||||
const $ = cheerio.load(content)
|
||||
|
||||
return $('#content > div > div > div.span6 > table > tbody > tr').toArray()
|
||||
return $('#content > div > div > div > table > tbody > tr').toArray()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue