diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-13 18:56:02 +0100 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2011-03-13 18:56:02 +0100 |
commit | b2ac275cba8b9f46864ad07f50a1db485bcb6f43 (patch) | |
tree | b6994d3aced0a0ebe808225baf2e9cbae0fcf50e /module/network | |
parent | cnl fix (diff) | |
download | pyload-b2ac275cba8b9f46864ad07f50a1db485bcb6f43.tar.xz |
fixed gzip
Diffstat (limited to 'module/network')
-rw-r--r-- | module/network/HTTPDownload.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/network/HTTPDownload.py b/module/network/HTTPDownload.py index c43d714ef..ad6312508 100644 --- a/module/network/HTTPDownload.py +++ b/module/network/HTTPDownload.py @@ -102,7 +102,7 @@ class HTTPDownload(): fo.close() remove(init) self.info.remove() #there are probably invalid chunks - raise Exception("Downloaded content was smaller than expected") + raise Exception("Downloaded content was smaller than expected. Try to reduce download connections.") remove(fname) #remove chunk fo.close() |