You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Special:Export from a web browser on a fast site, I notice I can
download at over 30 Mb/s on my 10 Mb/s connection. I assume it's due to gzip
compression, but I'm not sure the script itself uses it (we definitely must).
Original issue reported on code.google.com by [email protected] on 17 Feb 2014 at 2:35
This looks rather handy: https://derrickpetzold.com/p/python-gzip-http/
However, it's supported by default in Requests...
http://docs.python-requests.org/en/latest/community/faq/#encoded-data
Original issue reported on code.google.com by
[email protected]
on 17 Feb 2014 at 2:35The text was updated successfully, but these errors were encountered: