Stop passing download:true to FlareSolverr, they aren't putting it back.

This commit is contained in:
Jim Miller 2022-01-30 19:30:57 -06:00
parent 2c00752e23
commit 4cf37d449e

View file

@ -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()),