summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/ShareFilesCo.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 21:49:40 +0100
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-03-05 21:49:40 +0100
commit510e54f34aaf2ec736ffe1f1d592ca4307287b1e (patch)
treede039b288f8c2da2a1825c7ee7982eaf5d1a8274 /module/plugins/accounts/ShareFilesCo.py
parentclosed #27 (diff)
parentNew account plugin for ShareFilesCo (diff)
downloadpyload-510e54f34aaf2ec736ffe1f1d592ca4307287b1e.tar.xz
Merge pull request #30 from stickell/stable
New hoster: ShareFilesCo
Diffstat (limited to 'module/plugins/accounts/ShareFilesCo.py')
-rw-r--r--module/plugins/accounts/ShareFilesCo.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/module/plugins/accounts/ShareFilesCo.py b/module/plugins/accounts/ShareFilesCo.py
new file mode 100644
index 000000000..0d8ea6635
--- /dev/null
+++ b/module/plugins/accounts/ShareFilesCo.py
@@ -0,0 +1,12 @@
+# -*- coding: utf-8 -*-
+from module.plugins.internal.XFSPAccount import XFSPAccount
+
+class ShareFilesCo(XFSPAccount):
+ __name__ = "ShareFilesCo"
+ __version__ = "0.01"
+ __type__ = "account"
+ __description__ = """ShareFilesCo account plugin"""
+ __author_name__ = ("stickell")
+ __author_mail__ = ("l.stickell@yahoo.it")
+
+ MAIN_PAGE = "http://sharefiles.co/"