summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/FileParadoxIn.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 23:49:18 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-17 23:49:18 +0100
commitf26faa7a68f645f8664874f4ff361caf8503d651 (patch)
tree64316a82d887949cca724a6d2c685babb6361e73 /module/plugins/hoster/FileParadoxIn.py
parent[XFSHoster] Improve NAME_PATTERN & SIZE_PATTERN (diff)
downloadpyload-f26faa7a68f645f8664874f4ff361caf8503d651.tar.xz
Update plugins after XFSHoster changes
Diffstat (limited to 'module/plugins/hoster/FileParadoxIn.py')
-rw-r--r--module/plugins/hoster/FileParadoxIn.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/module/plugins/hoster/FileParadoxIn.py b/module/plugins/hoster/FileParadoxIn.py
index 7ed0e9b7a..0b5b57e22 100644
--- a/module/plugins/hoster/FileParadoxIn.py
+++ b/module/plugins/hoster/FileParadoxIn.py
@@ -19,7 +19,5 @@ class FileParadoxIn(XFSHoster):
HOSTER_DOMAIN = "fileparadox.in"
- SIZE_PATTERN = r'</font>\s*\(\s*(?P<S>[^)]+)\s*\)</font>'
-
getInfo = create_getInfo(FileParadoxIn)