diff options
author | kingzero <devnull@localhost> | 2009-06-16 17:13:21 +0200 |
---|---|---|
committer | kingzero <devnull@localhost> | 2009-06-16 17:13:21 +0200 |
commit | 9dcb55174a2759266704364aaa48f3bcda065de8 (patch) | |
tree | 1f5e2509a3655795043950cff88633784bd21d71 /Plugins | |
parent | new file list class (diff) | |
download | pyload-9dcb55174a2759266704364aaa48f3bcda065de8.tar.xz |
added captcha support for gigasize.com, see #6
Diffstat (limited to 'Plugins')
-rw-r--r-- | Plugins/StealthTo.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/StealthTo.py b/Plugins/StealthTo.py index 40d44b159..6d59f4b44 100644 --- a/Plugins/StealthTo.py +++ b/Plugins/StealthTo.py @@ -44,6 +44,5 @@ class StealthTo(Plugin): self.req.load(url + "/web", post={"authenticity_token": ats[i], "id": str(ids[i]), "link": ("download_" + str(ids[i]))}, cookies=True) new_html = self.req.load(url + "/web", post={"authenticity_token": ats[i], "id": str(ids[i]), "link": "1"}, cookies=True) temp_links.append(re.search(r"iframe src=\"(.*)\" frameborder", new_html).group(1)) - print temp_links self.links = temp_links |