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