From bf045dacae169e480f2427249d5dc88ab57186db Mon Sep 17 00:00:00 2001 From: Felix Jian Date: Sun, 19 Mar 2023 05:39:35 +0100 Subject: [PATCH] fix: ignore cookie errors. --- bin/epg-grabber.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/epg-grabber.js b/bin/epg-grabber.js index 9828bae..085a0be 100755 --- a/bin/epg-grabber.js +++ b/bin/epg-grabber.js @@ -53,7 +53,9 @@ async function main() { curl: options.curl, lang: options.lang, delay: options.delay, - request: {} + request: { + ignoreCookieErrors: true, + } }) if (options.timeout) config.request.timeout = options.timeout