summaryrefslogtreecommitdiffstats
path: root/module/plugins/crypter/JunocloudMeFolder.py
diff options
context:
space:
mode:
Diffstat (limited to 'module/plugins/crypter/JunocloudMeFolder.py')
-rw-r--r--module/plugins/crypter/JunocloudMeFolder.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/crypter/JunocloudMeFolder.py b/module/plugins/crypter/JunocloudMeFolder.py
index 1e08fc352..509f1f7ec 100644
--- a/module/plugins/crypter/JunocloudMeFolder.py
+++ b/module/plugins/crypter/JunocloudMeFolder.py
@@ -1,12 +1,12 @@
# -*- coding: utf-8 -*-
-from module.plugins.internal.XFSPCrypter import XFSPCrypter
+from module.plugins.internal.XFSCrypter import XFSCrypter
-class JunocloudMeFolder(XFSPCrypter):
+class JunocloudMeFolder(XFSCrypter):
__name__ = "JunocloudMeFolder"
__type__ = "crypter"
- __version__ = "0.02"
+ __version__ = "0.03"
__pattern__ = r'http://(?:www\.)?junocloud\.me/folders/(?P<ID>\d+/\w+)'
__config__ = [("use_subfolder", "bool", "Save package to subfolder", True),
@@ -17,4 +17,4 @@ class JunocloudMeFolder(XFSPCrypter):
__authors__ = [("guidobelix", "guidobelix@hotmail.it")]
- HOSTER_NAME = "junocloud.me"
+ HOSTER_DOMAIN = "junocloud.me"