From 0331df435b912d8abfc012d15fd8be9ae90ad78d Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Sun, 7 Dec 2014 16:03:18 +0100 Subject: Fix previous merge --- pyload/plugins/account/SafesharingEu.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pyload/plugins/account/SafesharingEu.py (limited to 'pyload/plugins/account/SafesharingEu.py') 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" -- cgit v1.2.3