# -*- coding: utf-8 -*- from pyload.plugin.internal.XFSAccount import XFSAccount class File4safeCom(XFSAccount): __name = "File4safeCom" __type = "account" __version = "0.04" __description = """File4safe.com account plugin""" __license = "GPLv3" __authors = [("stickell", "l.stickell@yahoo.it")] HOSTER_DOMAIN = "file4safe.com" LOGIN_FAIL_PATTERN = r'input_login'