From e4077960822e24f3041e16e7e818c105e372152d Mon Sep 17 00:00:00 2001 From: RaNaN Date: Fri, 14 Oct 2011 18:10:40 +0200 Subject: first version of new extract plugin --- module/plugins/Hoster.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'module/plugins/Hoster.py') diff --git a/module/plugins/Hoster.py b/module/plugins/Hoster.py index 0f2abdcf9..814a70949 100644 --- a/module/plugins/Hoster.py +++ b/module/plugins/Hoster.py @@ -19,6 +19,10 @@ from module.plugins.Plugin import Plugin +def getInfo(self): + #result = [ .. (name, size, status, url) .. ] + return + class Hoster(Plugin): __name__ = "Hoster" __version__ = "0.1" @@ -27,8 +31,3 @@ class Hoster(Plugin): __description__ = """Base hoster plugin""" __author_name__ = ("mkaay") __author_mail__ = ("mkaay@mkaay.de") - - def getInfo(self): - #result = [ .. (name, size, status, url) .. ] - return - -- cgit v1.2.3