diff options
Diffstat (limited to 'pyload/plugin/hoster/GooIm.py')
-rw-r--r-- | pyload/plugin/hoster/GooIm.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/plugin/hoster/GooIm.py b/pyload/plugin/hoster/GooIm.py index 0556e9804..77a2603c9 100644 --- a/pyload/plugin/hoster/GooIm.py +++ b/pyload/plugin/hoster/GooIm.py @@ -32,4 +32,5 @@ class GooIm(SimpleHoster): def handleFree(self, pyfile): self.wait(10) - self.download(pyfile.url) + self.link = pyfile.url + |