summaryrefslogtreecommitdiffstats
path: root/module/plugins/Crypter.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-07-29 20:08:07 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-07-29 20:08:07 +0200
commitff21df6b2ccdaf5161351ab69086d358a98c241d (patch)
treed958eeb0d78ee6eec38349ed2884bb33ae429e6f /module/plugins/Crypter.py
parentmore improvements and cleaned some imports (diff)
downloadpyload-ff21df6b2ccdaf5161351ab69086d358a98c241d.tar.xz
restart working and client information
Diffstat (limited to 'module/plugins/Crypter.py')
-rw-r--r--module/plugins/Crypter.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/module/plugins/Crypter.py b/module/plugins/Crypter.py
index 09558ad0b..e0459c714 100644
--- a/module/plugins/Crypter.py
+++ b/module/plugins/Crypter.py
@@ -27,3 +27,13 @@ class Crypter(Plugin):
__description__ = """Base crypter plugin"""
__author_name__ = ("mkaay")
__author_mail__ = ("mkaay@mkaay.de")
+
+ #----------------------------------------------------------------------
+ def createPackage(self, name, urls):
+ """ create a new package """
+ pass
+
+ def fillCurrentPackage(self, name, urls):
+ """ rename current package and fill with urls"""
+ pass
+ \ No newline at end of file