summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/BasePlugin.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-27 10:29:06 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-07-27 10:29:06 +0200
commit5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6 (patch)
tree046fe11e36d73e7c601d9a32ea5ab2ee1bbd9fd1 /module/plugins/hoster/BasePlugin.py
parentUpdate internal plugins (diff)
downloadpyload-5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6.tar.xz
Then update others
Diffstat (limited to 'module/plugins/hoster/BasePlugin.py')
-rw-r--r--module/plugins/hoster/BasePlugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/BasePlugin.py b/module/plugins/hoster/BasePlugin.py
index eb583b105..2e9ae4e48 100644
--- a/module/plugins/hoster/BasePlugin.py
+++ b/module/plugins/hoster/BasePlugin.py
@@ -52,7 +52,7 @@ class BasePlugin(Hoster):
for _i in xrange(5):
try:
- link = self.direct_link(self, urllib.unquote(pyfile.url))
+ link = self.direct_link(urllib.unquote(pyfile.url))
if link:
self.download(link, ref=False, disposition=True)