From 158af284441a2c0261f32398e6b30edfc05165a8 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Thu, 22 Oct 2015 02:46:41 +0200 Subject: New account: OpenloadCo --- module/plugins/accounts/OpenloadCo.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 module/plugins/accounts/OpenloadCo.py (limited to 'module/plugins/accounts') diff --git a/module/plugins/accounts/OpenloadCo.py b/module/plugins/accounts/OpenloadCo.py new file mode 100644 index 000000000..0eb1cd050 --- /dev/null +++ b/module/plugins/accounts/OpenloadCo.py @@ -0,0 +1,17 @@ +# -*- coding: utf-8 -*- + +from module.plugins.internal.XFSAccount import XFSAccount + + +class OpenloadCo(XFSAccount): + __name__ = "OpenloadCo" + __type__ = "account" + __version__ = "0.01" + __status__ = "testing" + + __description__ = """Openload.co account plugin""" + __license__ = "GPLv3" + __authors__ = [("Walter Purcaro", "vuolter@gmail.com")] + + + PLUGIN_DOMAIN = "openload.co" -- cgit v1.2.3