Adds option to change the delay between requests

This commit is contained in:
freearhey 2023-10-19 20:22:02 +03:00
parent 5478aa2b24
commit b1bcc08591
3 changed files with 8 additions and 0 deletions

View file

@ -57,6 +57,7 @@ Options:
-o, --output <path> Path to output file (default: "guide.xml")
-l, --lang <code> Filter channels by language (ISO 639-2 code)
-t, --timeout <milliseconds> Override the default timeout for each request
-d, --delay <milliseconds> Override the default delay between request
--days <days> Override the number of days for which the program will be loaded
(defaults to the value from the site config)
--maxConnections <number> Limit on the number of concurrent requests (default: 1)