summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar mkaay <mkaay@mkaay.de> 2009-11-16 18:40:28 +0100
committerGravatar mkaay <mkaay@mkaay.de> 2009-11-16 18:40:28 +0100
commitec73cb69f724da8594acad320e0ff1cf9543d131 (patch)
tree465d900a147a139bdb44ac80bdedd8cbf399c757
parentindentation fix, 2nd try -.- (diff)
downloadpyload-ec73cb69f724da8594acad320e0ff1cf9543d131.tar.xz
indentation fix, 3nd try..
-rw-r--r--module/plugins/RelinkUs.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/module/plugins/RelinkUs.py b/module/plugins/RelinkUs.py
index 1700beb2b..786733558 100644
--- a/module/plugins/RelinkUs.py
+++ b/module/plugins/RelinkUs.py
@@ -50,10 +50,10 @@ class RelinkUs(Plugin):
new_link = self.req.lastEffectiveURL
if re.match(r"http://(www\.)?relink.us/",new_link):
- # Find iframe
- new_link = re.search("src=['\"]([^'\"]*)['\"](.*)></iframe>", framereq).group(1)
- # Wait some secs for relink.us server...
- time.sleep(5)
+ # Find iframe
+ new_link = re.search("src=['\"]([^'\"]*)['\"](.*)></iframe>", framereq).group(1)
+ # Wait some secs for relink.us server...
+ time.sleep(5)
print new_link
temp_links.append(new_link)