summaryrefslogtreecommitdiffstats
path: root/pyload/plugins/hoster/LomafileCom.py
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/plugins/hoster/LomafileCom.py')
-rw-r--r--pyload/plugins/hoster/LomafileCom.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/plugins/hoster/LomafileCom.py b/pyload/plugins/hoster/LomafileCom.py
index 942afa1f4..3b75a79ab 100644
--- a/pyload/plugins/hoster/LomafileCom.py
+++ b/pyload/plugins/hoster/LomafileCom.py
@@ -22,7 +22,7 @@ class LomafileCom(SimpleHoster):
def handleFree(self):
- for _ in range(3):
+ for _ in xrange(3):
captcha_id = re.search(r'src="http://lomafile\.com/captchas/(?P<id>\w+)\.jpg"', self.html)
if not captcha_id:
self.parseError("Unable to parse captcha id.")