diff options
author | 2015-07-27 10:29:06 +0200 | |
---|---|---|
committer | 2015-07-27 10:29:06 +0200 | |
commit | 5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6 (patch) | |
tree | 046fe11e36d73e7c601d9a32ea5ab2ee1bbd9fd1 /module/plugins/hoster/BasePlugin.py | |
parent | Update internal plugins (diff) | |
download | pyload-5ceb174cb7eb6a3cf706a1ed861ddd778069d7b6.tar.xz |
Then update others
Diffstat (limited to 'module/plugins/hoster/BasePlugin.py')
-rw-r--r-- | module/plugins/hoster/BasePlugin.py | 2 |
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) |