summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/GooIm.py
diff options
context:
space:
mode:
authorGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-10 14:36:59 +0200
committerGravatar Walter Purcaro <vuolter@users.noreply.github.com> 2015-04-10 14:36:59 +0200
commit1e6846b3c435b0d71be83670d09bd019a84823ec (patch)
treee7a93e2a5583e50a1a6a8bff4ac1b84e4a230782 /module/plugins/hoster/GooIm.py
parent[SimpleHoster] Fix https://github.com/pyload/pyload/issues/1341 (diff)
downloadpyload-1e6846b3c435b0d71be83670d09bd019a84823ec.tar.xz
Spare code cosmetics
Diffstat (limited to 'module/plugins/hoster/GooIm.py')
-rw-r--r--module/plugins/hoster/GooIm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/plugins/hoster/GooIm.py b/module/plugins/hoster/GooIm.py
index c6d8ce83d..4b27e6cc8 100644
--- a/module/plugins/hoster/GooIm.py
+++ b/module/plugins/hoster/GooIm.py
@@ -32,7 +32,7 @@ class GooIm(SimpleHoster):
def handleFree(self, pyfile):
self.wait(10)
- self.download(pyfile.url)
+ self.link = pyfile.url
getInfo = create_getInfo(GooIm)