You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ Arguments:
75
75
76
76
-`-c, --config`: path to config file
77
77
-`-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`)
79
79
-`--lang`: set default language for all programs (default: `en`)
80
80
-`--days`: number of days for which to grab the program (default: `1`)
81
81
-`--delay`: delay between requests in milliseconds (default: `3000`)
@@ -94,7 +94,7 @@ Arguments:
94
94
module.exports= {
95
95
site:'example.com', // site domain name (required)
96
96
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)
98
98
lang:'fr', // default language for all programs (default: 'en')
99
99
days:3, // number of days for which to grab the program (default: 1)
100
100
delay:5000, // delay between requests (default: 3000)
0 commit comments