summaryrefslogtreecommitdiffstats
path: root/pyload/plugin/account/File4SafeCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugin/account/File4SafeCom.py')
-rw-r--r--pyload/plugin/account/File4SafeCom.py18
1 files changed, 18 insertions, 0 deletions
diff --git a/pyload/plugin/account/File4SafeCom.py b/pyload/plugin/account/File4SafeCom.py
new file mode 100644
index 000000000..c48956d38
--- /dev/null
+++ b/pyload/plugin/account/File4SafeCom.py
@@ -0,0 +1,18 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugin.internal.XFSAccount import XFSAccount
+
+
+class File4SafeCom(XFSAccount):
+ __name__ = "File4SafeCom"
+ __type__ = "account"
+ __version__ = "0.05"
+
+ __description__ = """File4Safe.com account plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("stickell", "l.stickell@yahoo.it")]
+
+
+ HOSTER_DOMAIN = "file4safe.com"
+
+ LOGIN_FAIL_PATTERN = r'input_login'