mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-24 01:58:41 +01:00
Recipe system: default to allowing gzip based transfers
This commit is contained in:
parent
73792eeae4
commit
2ec75e07cf
1 changed files with 2 additions and 3 deletions
|
|
@ -414,9 +414,8 @@ class BasicNewsRecipe(Recipe):
|
|||
#: with the URL scheme of your particular website.
|
||||
resolve_internal_links = False
|
||||
|
||||
#: Set to True if you want to use gziped transfers. Note that some old servers flake out with this
|
||||
#: so it is off by default.
|
||||
handle_gzip = False
|
||||
#: Set to False if you dont want to use gziped transfers. Note that some old servers flake out with gzip
|
||||
handle_gzip = True
|
||||
|
||||
# See the built-in recipes for examples of these settings.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue