summaryrefslogtreecommitdiffstats
path: root/Plugins/ZshareNet.py
diff options
context:
space:
mode:
authorGravatar spoob <spoob@gmx.de> 2009-06-18 15:05:25 +0200
committerGravatar spoob <spoob@gmx.de> 2009-06-18 15:05:25 +0200
commitb82662e8c9ac9ff0047f75a04f350dc880eb330f (patch)
tree037c5d1784a0321da92e75c3cfd3ee4f2957ea60 /Plugins/ZshareNet.py
parentplugin for gigasize (diff)
downloadpyload-b82662e8c9ac9ff0047f75a04f350dc880eb330f.tar.xz
worked on gigasize.com Plugin
Diffstat (limited to 'Plugins/ZshareNet.py')
-rw-r--r--Plugins/ZshareNet.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Plugins/ZshareNet.py b/Plugins/ZshareNet.py
index 33667605f..e81988454 100644
--- a/Plugins/ZshareNet.py
+++ b/Plugins/ZshareNet.py
@@ -34,6 +34,7 @@ class ZshareNet(Plugin):
url = url.replace("/audio/", "/download/")
elif "/image/" in url:
url = url.replace("/image/", "/download/")
+ print url
self.html[1] = self.req.load(url, None, {"download": "1"})
def get_file_url(self):