diff options
| author | 2022-02-10 22:50:56 -0500 | |
|---|---|---|
| committer | 2022-02-10 22:50:56 -0500 | |
| commit | 99bc014c924c755f10a4a930b1a83efabd84fde1 (patch) | |
| tree | 596bbab18416b66adf87011a0a6e439468f68778 /gallery_dl/extractor/kemonoparty.py | |
| parent | 8a812de1450d5d53fc1cd9a59f6c3f08452fc5b1 (diff) | |
New upstream version 1.20.4.upstream/1.20.4
Diffstat (limited to 'gallery_dl/extractor/kemonoparty.py')
| -rw-r--r-- | gallery_dl/extractor/kemonoparty.py | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gallery_dl/extractor/kemonoparty.py b/gallery_dl/extractor/kemonoparty.py index beb992c..e8fcd1a 100644 --- a/gallery_dl/extractor/kemonoparty.py +++ b/gallery_dl/extractor/kemonoparty.py @@ -45,11 +45,8 @@ class KemonopartyExtractor(Extractor): comments = self.config("comments") username = dms = None - # prevent files from coomer.party to be sent with gzip compression - if "coomer" in self.root: - headers = {"Accept-Encoding": "identity"} - else: - headers = None + # prevent files to be sent with gzip compression + headers = {"Accept-Encoding": "identity"} if self.config("metadata"): username = text.unescape(text.extract( |
