diff options
Diffstat (limited to 'module/plugins/Hoster.py')
-rw-r--r-- | module/plugins/Hoster.py | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/module/plugins/Hoster.py b/module/plugins/Hoster.py deleted file mode 100644 index be05aaf32..000000000 --- a/module/plugins/Hoster.py +++ /dev/null @@ -1,19 +0,0 @@ -# -*- coding: utf-8 -*- - -from module.plugins.Plugin import Plugin - - -def getInfo(self): - #result = [ .. (name, size, status, url) .. ] - return - - -class Hoster(Plugin): - __name__ = "Hoster" - __type__ = "hoster" - __version__ = "0.1" - - __pattern__ = None - - __description__ = """Base hoster plugin""" - __authors__ = [("mkaay", "mkaay@mkaay.de")] |