Update README.md
This commit is contained in:
parent
c58852ef33
commit
287bb4f71b
27
README.md
27
README.md
|
@ -114,33 +114,6 @@ module.exports = {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Also each function can be asynchronous.
|
|
||||||
|
|
||||||
```js
|
|
||||||
module.exports = {
|
|
||||||
site: 'example.com',
|
|
||||||
output: 'example.com.guide.xml',
|
|
||||||
channels: 'example.com.channels.xml',
|
|
||||||
request: {
|
|
||||||
async headers() {
|
|
||||||
return { ... }
|
|
||||||
},
|
|
||||||
async data() {
|
|
||||||
return { ... }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
async url() {
|
|
||||||
return '...'
|
|
||||||
},
|
|
||||||
async logo() {
|
|
||||||
return '...'
|
|
||||||
},
|
|
||||||
async parser() {
|
|
||||||
return [ ... ]
|
|
||||||
}
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
#### example.com.channels.xml
|
#### example.com.channels.xml
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
|
|
Loading…
Reference in New Issue