diff options
author | zapp-brannigan <fuerst.reinje@web.de> | 2014-07-28 17:47:37 +0200 |
---|---|---|
committer | Reiner Seyferth <reiner@debian> | 2014-08-31 13:53:04 +0200 |
commit | c7e11410952064fb5437c6c60c27f972ccde0aed (patch) | |
tree | 35d6c6299a72b294c51cbcd35d6b7d8ca60612ed /module | |
parent | Update UploadableCh.py (diff) | |
download | pyload-c7e11410952064fb5437c6c60c27f972ccde0aed.tar.xz |
Update UploadableCh.py
Diffstat (limited to 'module')
-rw-r--r-- | module/plugins/hoster/UploadableCh.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UploadableCh.py b/module/plugins/hoster/UploadableCh.py index 421cda41e..1dbf9af55 100644 --- a/module/plugins/hoster/UploadableCh.py +++ b/module/plugins/hoster/UploadableCh.py @@ -61,7 +61,7 @@ class UploadableCh(SimpleHoster): # Get ready for downloading post_data = {"downloadLink": "show"} - self.load(not_so_long_url, cookies=True, post=post_data, disposition=True) + self.load(not_so_long_url, cookies=True, post=post_data, decode=True) time.sleep(3) # Download the file |