Recipe system: default to allowing gzip based transfers

This commit is contained in:
Kovid Goyal 2021-08-01 10:21:48 +05:30
parent 73792eeae4
commit 2ec75e07cf
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -414,9 +414,8 @@ class BasicNewsRecipe(Recipe):
#: with the URL scheme of your particular website. #: with the URL scheme of your particular website.
resolve_internal_links = False resolve_internal_links = False
#: Set to True if you want to use gziped transfers. Note that some old servers flake out with this #: Set to False if you dont want to use gziped transfers. Note that some old servers flake out with gzip
#: so it is off by default. handle_gzip = True
handle_gzip = False
# See the built-in recipes for examples of these settings. # See the built-in recipes for examples of these settings.