Replace LF endings with CRLF

This commit is contained in:
freearhey
2025-07-31 22:29:01 +03:00
parent 17e3b4ddda
commit 29aa427923
379 changed files with 29332 additions and 29332 deletions

View File

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