Code cleanup.
This commit is contained in:
parent
31d95d1d03
commit
b62f1ba69d
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class LittleGamers(_BasicScraper):
|
|||
url = 'http://www.little-gamers.com/'
|
||||
stripUrl = url + '%s/'
|
||||
imageSearch = compile(tagre("img", "src", r'(http://little-gamers\.com/comics/[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'(http://www\.little-gamers.com/[^"]+)', before="comic-nav-prev-link"))
|
||||
prevSearch = compile(tagre("a", "href", r'(http://www\.little-gamers\.com/[^"]+)', before="comic-nav-prev-link"))
|
||||
help = 'Index format: yyyy/mm/dd/name'
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue