summaryrefslogtreecommitdiffstats
path: root/Plugins/HoerbuchIn.py
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/HoerbuchIn.py')
-rw-r--r--Plugins/HoerbuchIn.py1
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]