# -*- coding: utf-8 -*- from module.plugins.internal.XFSHoster import XFSHoster, create_getInfo class SecureUploadEu(XFSHoster): __name__ = "SecureUploadEu" __type__ = "hoster" __version__ = "0.09" __status__ = "testing" __pattern__ = r'https?://(?:www\.)?secureupload\.eu/\w{12}' __config__ = [("activated", "bool", "Activated", True)] __description__ = """SecureUpload.eu hoster plugin""" __license__ = "GPLv3" __authors__ = [("z00nx", "z00nx0@gmail.com")] PLUGIN_DOMAIN = "secureupload.eu" INFO_PATTERN = r'

Downloading (?P[^<]+) \((?P[^<]+)\)

' getInfo = create_getInfo(SecureUploadEu)