Update README.md
This commit is contained in:
parent
10998d969c
commit
544421d9ed
11
README.md
11
README.md
|
@ -1,4 +1,4 @@
|
||||||
# EPG Grabber [](https://travis-ci.com/freearhey/epg-grabber)
|
# EPG Grabber [](https://app.travis-ci.com/freearhey/epg-grabber)
|
||||||
|
|
||||||
Node.js CLI tool for grabbing EPG from different websites.
|
Node.js CLI tool for grabbing EPG from different websites.
|
||||||
|
|
||||||
|
@ -117,7 +117,7 @@ module.exports = {
|
||||||
#### example.com.channels.xml
|
#### example.com.channels.xml
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0" ?>
|
||||||
<site site="example.com">
|
<site site="example.com">
|
||||||
<channels>
|
<channels>
|
||||||
<channel site_id="cnn-23" xmltv_id="CNN.us">CNN</channel>
|
<channel site_id="cnn-23" xmltv_id="CNN.us">CNN</channel>
|
||||||
|
@ -129,7 +129,12 @@ module.exports = {
|
||||||
You can also specify the language and logo for each channel individually, like so:
|
You can also specify the language and logo for each channel individually, like so:
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<channel site_id="france-24" xmltv_id="France24.fr" lang="fr" logo="https://example.com/france24.png">France 24</channel>
|
<channel
|
||||||
|
site_id="france-24"
|
||||||
|
xmltv_id="France24.fr"
|
||||||
|
lang="fr"
|
||||||
|
logo="https://example.com/france24.png"
|
||||||
|
>France 24</channel>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contribution
|
## Contribution
|
||||||
|
|
Loading…
Reference in New Issue