From f2fb0a1b2e17c757a71528b35e6a7aebd371c4ee Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sat, 21 Aug 2021 16:27:51 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a7c1a5..fdcd74b 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ module.exports = { site: 'example.com', // site domain name (required) output: 'example.com.guide.xml', // path to output file (default: 'guide.xml') channels: 'example.com.channels.xml', // path to channels.xml file (required) + days: 3, // number of days for which to grab the program (default: 1) request: { // request options (details: https://github.com/axios/axios#request-config)