diff options
author | spoob <spoob@gmx.de> | 2009-06-18 15:05:25 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-18 15:05:25 +0200 |
commit | b82662e8c9ac9ff0047f75a04f350dc880eb330f (patch) | |
tree | 037c5d1784a0321da92e75c3cfd3ee4f2957ea60 /Plugins/ZshareNet.py | |
parent | plugin for gigasize (diff) | |
download | pyload-b82662e8c9ac9ff0047f75a04f350dc880eb330f.tar.xz |
worked on gigasize.com Plugin
Diffstat (limited to 'Plugins/ZshareNet.py')
-rw-r--r-- | Plugins/ZshareNet.py | 1 |
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): |