mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Replace LF endings with CRLF
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user