Remove duplicate variable
This commit is contained in:
parent
bc0740c990
commit
86257c8364
1 changed files with 0 additions and 1 deletions
|
@ -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)'
|
||||
|
||||
|
|
Loading…
Reference in a new issue