Fixes linter errors

This commit is contained in:
freearhey 2023-10-15 14:08:23 +03:00
parent 57e508fc3b
commit 63c86a2b30
393 changed files with 28447 additions and 28443 deletions

View file

@ -1,21 +1,21 @@
module.exports = {
site: 'parse-channels.com',
url: 'https://parse-channels.com',
parser() {
return []
},
channels() {
return [
{
lang: 'en',
site_id: 140,
name: 'CNN International'
},
{
lang: 'en',
site_id: 240,
name: 'BBC World News'
}
]
}
}
module.exports = {
site: 'parse-channels.com',
url: 'https://parse-channels.com',
parser() {
return []
},
channels() {
return [
{
lang: 'en',
site_id: 140,
name: 'CNN International'
},
{
lang: 'en',
site_id: 240,
name: 'BBC World News'
}
]
}
}