mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-05-08 21:11:59 +02:00
Stop passing download:true to FlareSolverr, they aren't putting it back.
This commit is contained in:
parent
2c00752e23
commit
4cf37d449e
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ class FlareSolverr_ProxyFetcher(RequestsFetcher):
|
|||
'url':url,
|
||||
#'userAgent': 'Mozilla/5.0',
|
||||
'maxTimeout': 30000,
|
||||
'download': True,
|
||||
#'download': True,
|
||||
# download:True causes response to be base64 encoded
|
||||
# which makes images work.
|
||||
'cookies':cookiejar_to_jsonable(self.get_cookiejar()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue