From b03d3c3fb87a7d95489bd35391287488bfdc4011 Mon Sep 17 00:00:00 2001
From: Nitzo
Date: Sun, 28 Feb 2016 22:44:22 +0200
Subject: [FilejokerNet] Update
---
module/plugins/hoster/FilejokerNet.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
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 (?:)?([\w ]+?)(?: seconds
| until the next download)'
RECAPTCHA_PATTERN = r''
+ ERROR_PATTERN = r'Wrong Captcha'
INFO_PATTERN = r'(?P.+?) \((?P[\d.,]+) (?P[\w^_]+)\)
'
SIZE_REPLACEMENTS = [('Kb','KB'), ('Mb','MB'), ('Gb','GB')]
--
cgit v1.2.3