mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -05:00
Fix linter issues in sites/
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = {
|
||||
$('ul.channelList a').each((i, el) => {
|
||||
const name = $(el).text()
|
||||
const url = $(el).attr('href')
|
||||
const [, site_id] = url.match(/^\/program\-tv\/(.*)$/i)
|
||||
const [, site_id] = url.match(/^\/program-tv\/(.*)$/i)
|
||||
|
||||
channels.push({
|
||||
lang: 'pl',
|
||||
|
||||
Reference in New Issue
Block a user