summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Guidobelix <guidobelix@hotmail.it> 2014-12-05 23:14:06 +0100
committerGravatar Guidobelix <guidobelix@hotmail.it> 2014-12-05 23:14:06 +0100
commita70d4978314029f3937005e2b2590beed12a982e (patch)
treef29fa043caa73d08866b89b7aebd65d2c67f73d8
parent[FastshareCz] Cleanup (diff)
downloadpyload-a70d4978314029f3937005e2b2590beed12a982e.tar.xz
[JunocloudMe] Fixed patterns and recovered intended behaviour
Changes to be committed: modified: JunocloudMe.py
-rw-r--r--module/plugins/hoster/JunocloudMe.py5
1 files 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'<p class="request_file">http://junocloud.me/w{12}/(?P<N>.+?)</p>'
SIZE_PATTERN = r'<p class="request_filesize">Size: (?P<S>[\d.,]+) (?P<U>[\w^_]+)</p>'
OFFLINE_PATTERN = r'>No such file with this filename<'