summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/RarefileNet.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/RarefileNet.py
parent[XFSHoster] Improve NAME_PATTERN & SIZE_PATTERN (diff)
downloadpyload-f26faa7a68f645f8664874f4ff361caf8503d651.tar.xz
Update plugins after XFSHoster changes
Diffstat (limited to 'module/plugins/hoster/RarefileNet.py')
-rw-r--r--module/plugins/hoster/RarefileNet.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/module/plugins/hoster/RarefileNet.py b/module/plugins/hoster/RarefileNet.py
index 987028c8f..e847c7cf3 100644
--- a/module/plugins/hoster/RarefileNet.py
+++ b/module/plugins/hoster/RarefileNet.py
@@ -19,9 +19,6 @@ class RarefileNet(XFSHoster):
HOSTER_DOMAIN = "rarefile.net"
- NAME_PATTERN = r'<font color="red">(?P<N>.+?)<'
- SIZE_PATTERN = r'>Size : (?P<S>[\d.,]+) (?P<U>[\w^_]+)'
-
LINK_PATTERN = r'<a href="(?P<link>[^"]+)">(?P=link)</a>'