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
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()
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