summaryrefslogtreecommitdiffstats
path: root/module/plugins/accounts/StreamcloudEu.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-07 13:32:40 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-07 13:32:40 +0200
commitb9445297f5ce02f4ecbec775c5eb1710493ab823 (patch)
tree34b24523ce7d0a85a6e2ab4f6d1bee325e580b28 /module/plugins/accounts/StreamcloudEu.py
parentCode cosmetics on some account plugins (diff)
downloadpyload-b9445297f5ce02f4ecbec775c5eb1710493ab823.tar.xz
Bunch of account plugins XFSPAccount based
Diffstat (limited to 'module/plugins/accounts/StreamcloudEu.py')
-rw-r--r--module/plugins/accounts/StreamcloudEu.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/module/plugins/accounts/StreamcloudEu.py b/module/plugins/accounts/StreamcloudEu.py
new file mode 100644
index 000000000..b50669afe
--- /dev/null
+++ b/module/plugins/accounts/StreamcloudEu.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from module.plugins.internal.XFSPAccount import XFSPAccount
+
+
+class StreamcloudEu(XFSPAccount):
+ __name__ = "StreamcloudEu"
+ __type__ = "account"
+ __version__ = "0.01"
+
+ __description__ = """Streamcloud.eu account plugin"""
+ __author_name__ = "Walter Purcaro"
+ __author_mail__ = "vuolter@gmail.com"
+
+
+ HOSTER_URL = "http://www.streamcloud.eu/"