diff options
| author | 2009-06-18 15:16:47 +0200 | |
|---|---|---|
| committer | 2009-06-18 15:16:47 +0200 | |
| commit | a66fbfd2b39bcd98967c439060951e63e0532c0a (patch) | |
| tree | dd4b693423b4e448055a6146f81d98882477519f /Plugins/ZshareNet.py | |
| parent | worked on gigasize.com Plugin (diff) | |
| download | pyload-a66fbfd2b39bcd98967c439060951e63e0532c0a.tar.xz | |
fixed some bugs
Diffstat (limited to 'Plugins/ZshareNet.py')
| -rw-r--r-- | Plugins/ZshareNet.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/ZshareNet.py b/Plugins/ZshareNet.py index e81988454..33667605f 100644 --- a/Plugins/ZshareNet.py +++ b/Plugins/ZshareNet.py @@ -34,7 +34,6 @@ 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): |
