diff options
Diffstat (limited to 'module/plugins/crypter/JunocloudMeFolder.py')
-rw-r--r-- | module/plugins/crypter/JunocloudMeFolder.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/crypter/JunocloudMeFolder.py b/module/plugins/crypter/JunocloudMeFolder.py index ff54f9ab3..1e08fc352 100644 --- a/module/plugins/crypter/JunocloudMeFolder.py +++ b/module/plugins/crypter/JunocloudMeFolder.py @@ -4,8 +4,8 @@ from module.plugins.internal.XFSPCrypter import XFSPCrypter class JunocloudMeFolder(XFSPCrypter): - __name__ = "JunocloudMeFolder" - __type__ = "crypter" + __name__ = "JunocloudMeFolder" + __type__ = "crypter" __version__ = "0.02" __pattern__ = r'http://(?:www\.)?junocloud\.me/folders/(?P<ID>\d+/\w+)' @@ -13,8 +13,8 @@ class JunocloudMeFolder(XFSPCrypter): ("subfolder_per_package", "bool", "Create a subfolder for each package", True)] __description__ = """Junocloud.me folder decrypter plugin""" - __license__ = "GPLv3" - __authors__ = [("guidobelix", "guidobelix@hotmail.it")] + __license__ = "GPLv3" + __authors__ = [("guidobelix", "guidobelix@hotmail.it")] HOSTER_NAME = "junocloud.me" |