# -*- coding: utf-8 -*- from module.plugins.internal.XFSPCrypter import XFSPCrypter class JunocloudMeFolder(XFSPCrypter): __name__ = "JunocloudMeFolder" __type__ = "crypter" __version__ = "0.02" __pattern__ = r'http://(?:www\.)?junocloud\.me/folders/(?P\d+/\w+)' __description__ = """Junocloud.me folder decrypter plugin""" __license__ = "GPLv3" __authors__ = [("guidobelix", "guidobelix@hotmail.it")] HOSTER_NAME = "junocloud.me"