summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FilejokerNet.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/hoster/FilejokerNet.py')
-rw-r--r--module/plugins/hoster/FilejokerNet.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/FilejokerNet.py b/module/plugins/hoster/FilejokerNet.py
index 2d851c59f..e58ecfabf 100644
--- a/module/plugins/hoster/FilejokerNet.py
+++ b/module/plugins/hoster/FilejokerNet.py
@@ -8,7 +8,7 @@ from module.plugins.internal.XFSHoster import XFSHoster
class FilejokerNet(XFSHoster):
__name__ = "FilejokerNet"
__type__ = "hoster"
- __version__ = "0.01"
+ __version__ = "0.02"
__status__ = "testing"
__pattern__ = r'https?://(?:www\.)?filejoker\.net/\w{12}'
@@ -27,6 +27,7 @@ class FilejokerNet(XFSHoster):
WAIT_PATTERN = r'Please [Ww]ait (?:<span id="count" class="alert-success">)?([\w ]+?)(?:</span> seconds</p>| until the next download)'
RECAPTCHA_PATTERN = r'<div id="recaptcha_image" class="pic"></div>'
+ ERROR_PATTERN = r'Wrong Captcha'
INFO_PATTERN = r'<div class="name-size">(?P<N>.+?) <small>\((?P<S>[\d.,]+) (?P<U>[\w^_]+)\)</small></div>'
SIZE_REPLACEMENTS = [('Kb','KB'), ('Mb','MB'), ('Gb','GB')]