Skip to content

Commit 3649f98

Browse files
committed
Update README.md
1 parent e442448 commit 3649f98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Arguments:
7575

7676
- `-c, --config`: path to config file
7777
- `-o, --output`: path to output file or path template (example: `guides/{site}.{lang}.xml`; default: `guide.xml`)
78-
- `--channels`: path to list of channels
78+
- `--channels`: path to list of channels; you can also use wildcard to specify the path to multiple files at once (example: `example.com_*.channels.xml`)
7979
- `--lang`: set default language for all programs (default: `en`)
8080
- `--days`: number of days for which to grab the program (default: `1`)
8181
- `--delay`: delay between requests in milliseconds (default: `3000`)
@@ -94,7 +94,7 @@ Arguments:
9494
module.exports = {
9595
site: 'example.com', // site domain name (required)
9696
output: 'example.com.guide.xml', // path to output file or path template (example: 'guides/{site}.{lang}.xml'; default: 'guide.xml')
97-
channels: 'example.com.channels.xml', // path to channels.xml file (required)
97+
channels: 'example.com.channels.xml', // path to list of channels; you can also use an array to specify the path to multiple files at once (example: ['channels1.xml', 'channels2.xml']; required)
9898
lang: 'fr', // default language for all programs (default: 'en')
9999
days: 3, // number of days for which to grab the program (default: 1)
100100
delay: 5000, // delay between requests (default: 3000)

0 commit comments

Comments
 (0)