This commit is contained in:
Kovid Goyal 2022-10-18 08:09:20 +05:30
parent 57a24aa767
commit cd8308765a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -413,7 +413,7 @@ class BasicNewsRecipe(Recipe):
#: with the URL scheme of your particular website.
resolve_internal_links = False
#: Set to False if you dont want to use gzipped transfers. Note that some old servers flake out with gzip
#: Set to False if you do not want to use gzipped transfers. Note that some old servers flake out with gzip
handle_gzip = True
# See the built-in recipes for examples of these settings.