Merge branch 'iptv-org:master' into telenet.tv

This commit is contained in:
davidclaeysquinones 2024-06-26 14:46:12 +02:00 committed by GitHub
commit a0e26763c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 382 additions and 395 deletions

View file

@ -134,6 +134,7 @@ module.exports = {
let name = $(el).find('center > a:eq(1)').text() let name = $(el).find('center > a:eq(1)').text()
name = name.replace(/\-\-/gi, '-') name = name.replace(/\-\-/gi, '-')
const url = $(el).find('center > a:eq(1)').attr('href') const url = $(el).find('center > a:eq(1)').attr('href')
if (!url) return
const [, number, slug] = url.match(/\/(\d+)\/(.*)\.html$/) const [, number, slug] = url.match(/\/(\d+)\/(.*)\.html$/)
channels.push({ channels.push({

File diff suppressed because it is too large Load diff