freearhey / epg-grabber

Node.js CLI tool for grabbing EPG from different websites
47 stars 7 forks source link

mileseconds vs milliseconds #11

Closed benbelgium closed 1 year ago

benbelgium commented 1 year ago

Hi Guys

Great software! Small remark:

Usage: epg-grabber [options] Node.js CLI tool for grabbing EPG from different sites Options: -v, --version output the version number -c, --config Path to [site].config.js file -o, --output Path to output file --channels Path to channels.xml file --lang Set default language for all programs --days Number of days for which to grab the program --delay Delay between requests (in mileseconds) --timeout Set a timeout for each request (in mileseconds) --cache-ttl Maximum time for storing each request (in milliseconds) --gzip Compress the output (default: false) --debug Enable debug mode (default: false) --curl Display request as CURL (default: false) --log Path to log file --log-level Set log level (default: "info") -h, --help display help for command

freearhey commented 1 year ago

Fixed in v0.29.8.