summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster
diff options
context:
space:
mode:
authorGravatar zapp-brannigan <fuerst.reinje@web.de> 2014-09-04 08:14:52 +0200
committerGravatar zapp-brannigan <fuerst.reinje@web.de> 2014-09-04 08:14:52 +0200
commitcb6eb80875965ba1ab743ab116a861c6c5739194 (patch)
tree26f4c58db6a531f729114e09f96656ecb254697a /module/plugins/hoster
parentDelete KingfilesNet.py (diff)
downloadpyload-cb6eb80875965ba1ab743ab116a861c6c5739194.tar.xz
Update UploadableCh.py
Diffstat (limited to 'module/plugins/hoster')
-rw-r--r--module/plugins/hoster/UploadableCh.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/UploadableCh.py b/module/plugins/hoster/UploadableCh.py
index a091a5c1b..05ed0247f 100644
--- a/module/plugins/hoster/UploadableCh.py
+++ b/module/plugins/hoster/UploadableCh.py
@@ -70,7 +70,7 @@ class UploadableCh(SimpleHoster):
self.download(not_so_long_url, cookies=True, post=post_data, disposition=True)
# Check the downloaded file
- check = self.checkDownload({"wait_or_reconnect": re.compile("Please wait for"), "is_html": re.compile("<html>")})
+ check = self.checkDownload({"wait_or_reconnect": re.compile("Please wait for"), "is_html": re.compile("<head>")})
if check == "wait_or_reconnect":
self.logInfo("Downloadlimit reached, please wait or reconnect")
self.setWait(60*60,True)