diff options
Diffstat (limited to 'pyload/plugins/account/File4safeCom.py')
-rw-r--r-- | pyload/plugins/account/File4safeCom.py | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/pyload/plugins/account/File4safeCom.py b/pyload/plugins/account/File4safeCom.py deleted file mode 100644 index 555e9f4ea..000000000 --- a/pyload/plugins/account/File4safeCom.py +++ /dev/null @@ -1,18 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.plugins.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' |