summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 19:54:25 +0100
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-10-27 19:54:25 +0100
commit9562c3b747f7fe2d5e01fb43b2ac87a0ae3dccab (patch)
tree92bc28cec73c061ca0fcf552cb20262f31de6e46 /module/plugins/accounts
parentMerge pull request #2124 from GammaC0de/patch-6 (diff)
downloadpyload-9562c3b747f7fe2d5e01fb43b2ac87a0ae3dccab.tar.xz
New plugin: CloudsharesNet
Diffstat (limited to 'module/plugins/accounts')
-rw-r--r--module/plugins/accounts/CloudsharesNet.py17
1 files changed, 17 insertions, 0 deletions
diff --git a/module/plugins/accounts/CloudsharesNet.py b/module/plugins/accounts/CloudsharesNet.py
new file mode 100644
index 000000000..845fe1bc9
--- /dev/null
+++ b/module/plugins/accounts/CloudsharesNet.py
@@ -0,0 +1,17 @@
+# -*- coding: utf-8 -*-
+
+from module.plugins.internal.XFSAccount import XFSAccount
+
+
+class CloudsharesNet(XFSAccount):
+ __name__ = "CloudsharesNet"
+ __type__ = "account"
+ __version__ = "0.01"
+ __status__ = "testing"
+
+ __description__ = """Cloudshares.net account plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("Walter Purcaro", "vuolter@gmail.com")]
+
+
+ PLUGIN_DOMAIN = "cloudshares.net"