From 105680e38a63685f87aefeaad71d7d92a026b4ac Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 4 Dec 2022 15:52:14 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20=D0=B7=D0=B0=D0=B3=D0=BE=D0=BB=D0=BE=D0=B2=D0=BE=D0=BA?= =?UTF-8?q?=20'accept-encoding'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/core/FileDownloader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/core/FileDownloader.js b/server/core/FileDownloader.js index aab1c21..6fa0611 100644 --- a/server/core/FileDownloader.js +++ b/server/core/FileDownloader.js @@ -14,6 +14,7 @@ class FileDownloader { let options = { headers: { + 'accept-encoding': 'gzip, compress, deflate', 'user-agent': userAgent, timeout: 300*1000, },