summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/Hoster.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 19:56:27 +0200
committerGravatar Walter Purcaro <vuolter@gmail.com> 2014-10-03 19:56:27 +0200
commitcc105b7dbc363d9786594c1e884f1836eb22e999 (patch)
treea52491dc5d35c448b86b07d099a6aca62bf2ac3c /pyload/plugins/Hoster.py
parentFix previous merge commit (diff)
downloadpyload-cc105b7dbc363d9786594c1e884f1836eb22e999.tar.xz
New base plugins
Diffstat (limited to 'pyload/plugins/Hoster.py')
-rw-r--r--pyload/plugins/Hoster.py20
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"