From afb5e3371a9b43dff97131440affcc2c68ec5593 Mon Sep 17 00:00:00 2001 From: mkaay Date: Sat, 7 Aug 2010 17:40:43 +0200 Subject: file info prefetching (RapidshareCom UploadedTo), download folder fix, SerienjunkiesOrg fix --- module/plugins/Hoster.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'module/plugins/Hoster.py') diff --git a/module/plugins/Hoster.py b/module/plugins/Hoster.py index 16c018a99..d4157f1f8 100644 --- a/module/plugins/Hoster.py +++ b/module/plugins/Hoster.py @@ -27,4 +27,7 @@ class Hoster(Plugin): __description__ = """Base hoster plugin""" __author_name__ = ("mkaay") __author_mail__ = ("mkaay@mkaay.de") + + def getInfo(self): + return -- cgit v1.2.3