summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/NarodRu.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/NarodRu.py')
-rw-r--r--pyload/plugins/hoster/NarodRu.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/NarodRu.py b/pyload/plugins/hoster/NarodRu.py
index d932f4918..e617a7193 100644
--- a/pyload/plugins/hoster/NarodRu.py
+++ b/pyload/plugins/hoster/NarodRu.py
@@ -42,7 +42,7 @@ class NarodRu(SimpleHoster):
DOWNLOAD_LINK_PATTERN = r'<a class="h-link" rel="yandex_bar" href="(.+?)">'
def handleFree(self):
- for i in range(5):
+ for _ in xrange(5):
self.html = self.load('http://narod.ru/disk/getcapchaxml/?rnd=%d' % int(random() * 777))
found = re.search(self.CAPTCHA_PATTERN, self.html)
if not found: