summaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-27 01:21:11 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2015-01-27 01:21:11 +0100
commit95a72c40b34e2facb2aa693f164abd83e55b31ce (patch)
tree6bd596f562b9b1c84073e6157ab2559eb9f2114f /module
parent[ClickAndLoad] Fix create_connection in python 2.5 (diff)
downloadpyload-95a72c40b34e2facb2aa693f164abd83e55b31ce.tar.xz
[FilerNet] Fix typo
Diffstat (limited to 'module')
-rw-r--r--module/plugins/hoster/FilerNet.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/module/plugins/hoster/FilerNet.py b/module/plugins/hoster/FilerNet.py
index 53fa2bda1..c5007e945 100644
--- a/module/plugins/hoster/FilerNet.py
+++ b/module/plugins/hoster/FilerNet.py
@@ -16,7 +16,7 @@ from module.plugins.internal.SimpleHoster import SimpleHoster, create_getInfo
class FilerNet(SimpleHoster):
__name__ = "FilerNet"
__type__ = "hoster"
- __version__ = "0.15"
+ __version__ = "0.16"
__pattern__ = r'https?://(?:www\.)?filer\.net/get/\w+'
@@ -67,7 +67,6 @@ class FilerNet(SimpleHoster):
if 'location' in self.req.http.header.lower():
self.link = re.search(r'location: (\S+)', self.req.http.header, re.I).group(1)
self.correctCaptcha()
- break
else:
self.invalidCaptcha()