diff options
author | spoob <spoob@gmx.de> | 2009-12-15 23:37:20 +0100 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-12-15 23:37:20 +0100 |
commit | de5a37e0ffc97bc5893077f935429ba32a9b8f6c (patch) | |
tree | c88ebe6af9a5221e7d249b8f5a0ae7f72ed262a2 /module/Plugin.py | |
parent | RS fixedhg (diff) | |
download | pyload-de5a37e0ffc97bc5893077f935429ba32a9b8f6c.tar.xz |
Incomplete: Rapidshare Folder
Diffstat (limited to 'module/Plugin.py')
-rw-r--r-- | module/Plugin.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/module/Plugin.py b/module/Plugin.py index f343dc62f..14a480e3b 100644 --- a/module/Plugin.py +++ b/module/Plugin.py @@ -99,8 +99,8 @@ class Plugin(): self.download_html() return self.time_plus_wait - def proceed(self, url, location, folder=""): - self.req.download(url, location, folder) + def proceed(self, url, location): + self.req.download(url, location) def set_config(self): pass |