From 684251ed8315cb6a1131dbe590110f597d6cef43 Mon Sep 17 00:00:00 2001 From: xemles <13338602+xemles@users.noreply.github.com> Date: Sat, 6 May 2023 14:51:59 +0200 Subject: [PATCH] Solution off of #2038 --- sites/directv.com/directv.com.config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sites/directv.com/directv.com.config.js b/sites/directv.com/directv.com.config.js index 2dc71cdc..f8b805db 100644 --- a/sites/directv.com/directv.com.config.js +++ b/sites/directv.com/directv.com.config.js @@ -11,7 +11,11 @@ module.exports = { request: { cache: { ttl: 60 * 60 * 1000 // 1 hour - } + }, + headers: { + 'Accept-Language':'en-US,en;q=0.5', + 'Connection':'keep-alive', + }, }, url({ date, channel }) { const [channelId, childId] = channel.site_id.split('#')