summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/account/SafesharingEu.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:03:18 +0100
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-12-07 16:03:18 +0100
commit0331df435b912d8abfc012d15fd8be9ae90ad78d (patch)
treef4e44f5ea7da19d33235ba311ade9f1133c30a97 /pyload/plugins/account/SafesharingEu.py
parentMerge branch 'stable' into 0.4.10 (diff)
downloadpyload-0331df435b912d8abfc012d15fd8be9ae90ad78d.tar.xz
Fix previous merge
Diffstat (limited to 'pyload/plugins/account/SafesharingEu.py')
-rw-r--r--pyload/plugins/account/SafesharingEu.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/pyload/plugins/account/SafesharingEu.py b/pyload/plugins/account/SafesharingEu.py
new file mode 100644
index 000000000..bdc43bec7
--- /dev/null
+++ b/pyload/plugins/account/SafesharingEu.py
@@ -0,0 +1,16 @@
+# -*- coding: utf-8 -*-
+
+from pyload.plugins.internal.XFSAccount import XFSAccount
+
+
+class SafesharingEu(XFSAccount):
+ __name__ = "SafesharingEu"
+ __type__ = "account"
+ __version__ = "0.02"
+
+ __description__ = """Safesharing.eu account plugin"""
+ __license__ = "GPLv3"
+ __authors__ = [("guidobelix", "guidobelix@hotmail.it")]
+
+
+ HOSTER_DOMAIN = "safesharing.eu"