diff options
| author | 2009-11-16 18:40:28 +0100 | |
|---|---|---|
| committer | 2009-11-16 18:40:28 +0100 | |
| commit | 80b31ff0d1f1b4eaf4f3ded0347114b0d0390dc3 (patch) | |
| tree | be764458a665a28a8536849ce98340f67e0c9f2a /module/plugins/RelinkUs.py | |
| parent | indentation fix, 2nd try -.- (diff) | |
| download | pyload-80b31ff0d1f1b4eaf4f3ded0347114b0d0390dc3.tar.xz | |
indentation fix, 3nd try..
Diffstat (limited to 'module/plugins/RelinkUs.py')
| -rw-r--r-- | module/plugins/RelinkUs.py | 8 | 
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)  | 
