diff options
author | spoob <spoob@gmx.de> | 2009-06-15 17:10:57 +0200 |
---|---|---|
committer | spoob <spoob@gmx.de> | 2009-06-15 17:10:57 +0200 |
commit | 79ae10ccb2e62d1e19491e74c510b64b1cd29359 (patch) | |
tree | 2d45e439c2d43962c0e4a2441a55670711633622 /Plugins/RSLayerCom.py | |
parent | gui will now start core if core isnt runnig (still buggy) (diff) | |
download | pyload-79ae10ccb2e62d1e19491e74c510b64b1cd29359.tar.xz |
Added Stealth.to Container Plugin
Diffstat (limited to 'Plugins/RSLayerCom.py')
-rw-r--r-- | Plugins/RSLayerCom.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/RSLayerCom.py b/Plugins/RSLayerCom.py index 38cebaf45..e470c1748 100644 --- a/Plugins/RSLayerCom.py +++ b/Plugins/RSLayerCom.py @@ -32,7 +32,6 @@ class RSLayerCom(Plugin): self.html = self.req.load(url) temp_links = [] link_ids = re.findall(r"onclick=\"getFile\(\'([0-9]{7}-.{8})\'\);changeBackgroundColor", self.html) - print link_ids for id in link_ids: new_link = unescape(re.search(r"name=\"file\" src=\"(.*)\"></frame>", self.req.load("http://rs-layer.com/link-" + id + ".html")).group(1)) print new_link |