diff options
author | 2014-10-03 19:56:27 +0200 | |
---|---|---|
committer | 2014-10-03 19:56:27 +0200 | |
commit | cc105b7dbc363d9786594c1e884f1836eb22e999 (patch) | |
tree | a52491dc5d35c448b86b07d099a6aca62bf2ac3c /pyload/plugins/Hoster.py | |
parent | Fix previous merge commit (diff) | |
download | pyload-cc105b7dbc363d9786594c1e884f1836eb22e999.tar.xz |
New base plugins
Diffstat (limited to 'pyload/plugins/Hoster.py')
-rw-r--r-- | pyload/plugins/Hoster.py | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/pyload/plugins/Hoster.py b/pyload/plugins/Hoster.py deleted file mode 100644 index 23369deec..000000000 --- a/pyload/plugins/Hoster.py +++ /dev/null @@ -1,20 +0,0 @@ -# -*- coding: utf-8 -*- - -from pyload.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""" - __author_name__ = "mkaay" - __author_mail__ = "mkaay@mkaay.de" |