Remove duplicate variable

This commit is contained in:
Bastian Kleineidam 2013-08-28 20:50:07 +02:00
parent bc0740c990
commit 86257c8364

View file

@ -35,7 +35,6 @@ class SailorsunOrg(_BasicScraper):
stripUrl = url + '?p=%s'
firstStripUrl = stripUrl % '21'
imageSearch = compile(tagre("img", "src", r'(%scomics/[^"]+)' % rurl))
rurl = escape(url)
prevSearch = compile(tagre("a", "href", r'(%s\?p=\d+)' % rurl, after="prev"))
help = 'Index format: n (unpadded)'