summaryrefslogtreecommitdiffstats
path: root/module/plugins/hoster/GooIm.py
diff options
context:
space:
mode:
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)