summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileParadoxIn.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-28 16:50:29 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-09-28 16:50:29 +0200
commit390f7deca39ba14f698b3c56660eee2a5502b79a (patch)
tree9fa95eaa5b0ab439d11dba8977266294154cdd8b /module/plugins/hoster/FileParadoxIn.py
parent[DeadHoster] Improve getInfo + two hosters mark dead (diff)
downloadpyload-390f7deca39ba14f698b3c56660eee2a5502b79a.tar.xz
Cleaned-up XFileSharingPro based plugins
Diffstat (limited to 'module/plugins/hoster/FileParadoxIn.py')
-rw-r--r--module/plugins/hoster/FileParadoxIn.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/plugins/hoster/FileParadoxIn.py b/module/plugins/hoster/FileParadoxIn.py
index d6395b130..4dd5fb6be 100644
--- a/module/plugins/hoster/FileParadoxIn.py
+++ b/module/plugins/hoster/FileParadoxIn.py
@@ -10,12 +10,13 @@ class FileParadoxIn(XFileSharingPro):
__type__ = "hoster"
__version__ = "0.01"
- __pattern__ = r'https?://(?:www\.)?fileparadox\.in/\w+'
+ __pattern__ = r'https?://(?:www\.)?fileparadox\.in/\w{12}'
__description__ = """FileParadox.in hoster plugin"""
__author_name__ = "RazorWing"
__author_mail__ = "muppetuk1@hotmail.com"
+
HOSTER_NAME = "fileparadox.in"
FILE_SIZE_PATTERN = r'</font>\s*\(\s*(?P<S>[^)]+)\s*\)</font>'