From ed4dd7c759a48f5fa8a4411292cd12a06f662d68 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sat, 22 Nov 2014 05:31:56 +0100 Subject: [RarefileNet] Restore NAME_PATTERN and SIZE_PATTERN --- module/plugins/hoster/RarefileNet.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/module/plugins/hoster/RarefileNet.py b/module/plugins/hoster/RarefileNet.py index 8c6ec43a2..987028c8f 100644 --- a/module/plugins/hoster/RarefileNet.py +++ b/module/plugins/hoster/RarefileNet.py @@ -8,7 +8,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo class RarefileNet(XFSHoster): __name__ = "RarefileNet" __type__ = "hoster" - __version__ = "0.07" + __version__ = "0.08" __pattern__ = r'http://(?:www\.)?rarefile\.net/\w{12}' @@ -19,6 +19,9 @@ class RarefileNet(XFSHoster): HOSTER_DOMAIN = "rarefile.net" + NAME_PATTERN = r'(?P.+?)<' + SIZE_PATTERN = r'>Size : (?P[\d.,]+) (?P[\w^_]+)' + LINK_PATTERN = r'(?P=link)' -- cgit v1.2.3