From a70d4978314029f3937005e2b2590beed12a982e Mon Sep 17 00:00:00 2001 From: Guidobelix Date: Fri, 5 Dec 2014 23:14:06 +0100 Subject: [JunocloudMe] Fixed patterns and recovered intended behaviour Changes to be committed: modified: JunocloudMe.py --- module/plugins/hoster/JunocloudMe.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/module/plugins/hoster/JunocloudMe.py b/module/plugins/hoster/JunocloudMe.py index 168ad22da..ffea77315 100644 --- a/module/plugins/hoster/JunocloudMe.py +++ b/module/plugins/hoster/JunocloudMe.py @@ -6,7 +6,7 @@ from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo class JunocloudMe(XFSHoster): __name__ = "JunocloudMe" __type__ = "hoster" - __version__ = "0.04" + __version__ = "0.05" __pattern__ = r'http://(?:\w+\.)?junocloud\.me/\w{12}' @@ -17,9 +17,8 @@ class JunocloudMe(XFSHoster): HOSTER_DOMAIN = "junocloud.me" - URL_REPLACEMENTS = [(r'//www\.', "//dl3.")] + URL_REPLACEMENTS = [(r'//(www\.)?junocloud', "//dl3.junocloud")] - NAME_PATTERN = r'

http://junocloud.me/w{12}/(?P.+?)

' SIZE_PATTERN = r'

Size: (?P[\d.,]+) (?P[\w^_]+)

' OFFLINE_PATTERN = r'>No such file with this filename<' -- cgit v1.2.3