mirror of
https://github.com/iptv-org/epg
synced 2026-04-25 20:17:01 -04:00
Fix linter issues in sites/
This commit is contained in:
@@ -62,7 +62,7 @@ module.exports = {
|
||||
$('.channelList-listItemsLink').each((i, el) => {
|
||||
const name = $(el).attr('title')
|
||||
const url = $(el).attr('href')
|
||||
const [, site_id] = url.match(/\/programme\-(.*)\.html$/i)
|
||||
const [, site_id] = url.match(/\/programme-(.*)\.html$/i)
|
||||
|
||||
channels.push({
|
||||
lang: 'fr',
|
||||
|
||||
Reference in New Issue
Block a user