mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
Merge branch 'iptv-org:master' into telenet.tv
This commit is contained in:
@@ -134,6 +134,7 @@ module.exports = {
|
||||
let name = $(el).find('center > a:eq(1)').text()
|
||||
name = name.replace(/\-\-/gi, '-')
|
||||
const url = $(el).find('center > a:eq(1)').attr('href')
|
||||
if (!url) return
|
||||
const [, number, slug] = url.match(/\/(\d+)\/(.*)\.html$/)
|
||||
|
||||
channels.push({
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user