mirror of
https://github.com/iptv-org/epg
synced 2026-05-09 10:57:03 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -114,7 +114,7 @@ module.exports = {
|
||||
const $ = cheerio.load(data)
|
||||
$('.main-container-channels-events > .container-channel-events').each((i, el) => {
|
||||
const name = $(el).find('.channel-title').text().trim()
|
||||
const channelId = name.replace(/\s\&\s/gi, ' & ')
|
||||
const channelId = name.replace(/\s&\s/gi, ' & ')
|
||||
|
||||
if (!name) return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user