From 51e279d9414a2e69133bbd5c51ac228e758f3cd9 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Tue, 7 Oct 2014 20:15:39 +0200 Subject: Fix previous merging --- pyload/plugins/account/LomafileCom.py | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 pyload/plugins/account/LomafileCom.py (limited to 'pyload/plugins/account/LomafileCom.py') diff --git a/pyload/plugins/account/LomafileCom.py b/pyload/plugins/account/LomafileCom.py new file mode 100644 index 000000000..b1faf3bf6 --- /dev/null +++ b/pyload/plugins/account/LomafileCom.py @@ -0,0 +1,15 @@ +# -*- coding: utf-8 -*- + +from pyload.plugins.internal.XFSPAccount import XFSPAccount + + +class LomafileCom(XFSPAccount): + __name__ = "LomafileCom" + __type__ = "account" + __version__ = "0.01" + + __description__ = """Lomafile.com account plugin""" + __authors__ = [("guidobelix", "guidobelix@hotmail.it")] + + + HOSTER_URL = "http://www.lomafile.com/" -- cgit v1.2.3