summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-28 01:38:03 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-28 01:38:03 +0100
commitb8ad0c72e6b7b309806be3ea55111b42f733dc9b (patch)
treebcc212fcb62eecc1997e2f9c30785a554287fdeb /module/plugins/crypter
parentMerge pull request #981 from Gummibaer/patch-2 (diff)
downloadpyload-b8ad0c72e6b7b309806be3ea55111b42f733dc9b.tar.xz
[LinkCryptWs] Tiny code cosmetic
Diffstat (limited to 'module/plugins/crypter')
-rw-r--r--module/plugins/crypter/LinkCryptWs.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/module/plugins/crypter/LinkCryptWs.py b/module/plugins/crypter/LinkCryptWs.py
index a2afce4dc..996a92c7b 100644
--- a/module/plugins/crypter/LinkCryptWs.py
+++ b/module/plugins/crypter/LinkCryptWs.py
@@ -115,9 +115,10 @@ class LinkCryptWs(Crypter):
def isKeyCaptchaProtected(self):
- if(re.search(r'<br />If the folder does not open after klick on <b>Enter Folder</ b>', self.html, re.I)):
+ if re.search(r'>If the folder does not open after klick on <', self.html, re.I):
return True
- return False
+ else:
+ return False
def unlockPasswordProtection(self):