diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-07 13:23:52 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2009-08-07 13:23:52 +0200 |
commit | d59f4d94c6b627b83269c643703824afb7faab14 (patch) | |
tree | c3e9756164daf58dfdfff69be8624d18d1d50934 /Plugins/HoerbuchIn.py | |
parent | ... (diff) | |
download | pyload-d59f4d94c6b627b83269c643703824afb7faab14.tar.xz |
Rs fix, timed reconnect, Cli local option + displaying size
Diffstat (limited to 'Plugins/HoerbuchIn.py')
-rw-r--r-- | Plugins/HoerbuchIn.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Plugins/HoerbuchIn.py b/Plugins/HoerbuchIn.py index bf6711461..d318f1927 100644 --- a/Plugins/HoerbuchIn.py +++ b/Plugins/HoerbuchIn.py @@ -34,7 +34,6 @@ class HoerbuchIn(Plugin): tmp = re.findall('<A HREF="(http://www.hoerbuch.in/cj/out.php\?pct=.*?)" TARGET="_blank">Part \d+</A>', download_content) for link in tmp: - i = 0 for i in range(5): link_html = self.req.load(link, cookies=True) link_name = link.split("/")[-1] |