diff options
author | spoob <spoob@gmx.de> | 2009-06-15 23:09:52 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-15 23:09:52 +0200 |
commit | d8b5bbe2a3b76afb06cb2af4c6cb211b79505ff0 (patch) | |
tree | cc55d6318c982af1b8a157ff3302eda3d77053c7 /Plugins/StealthTo.py | |
parent | Added Stealth.to Container Plugin (diff) | |
download | pyload-d8b5bbe2a3b76afb06cb2af4c6cb211b79505ff0.tar.xz |
fixed little bugs
Diffstat (limited to 'Plugins/StealthTo.py')
-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 |