Fix linter issues in sites/

This commit is contained in:
freearhey
2025-01-01 12:27:22 +03:00
parent d6d20b6413
commit 5df982bb7c
129 changed files with 3316 additions and 3226 deletions

View File

@@ -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',