Add firstStripUrl for KevinAndKell.
This commit is contained in:
parent
940a04b499
commit
af10385da1
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ class KatzenfutterGeleespritzer(_BasicScraper):
|
|||
class KevinAndKell(_BasicScraper):
|
||||
url = 'http://www.kevinandkell.com/'
|
||||
stripUrl = url + '%s/kk%s%s.html'
|
||||
firstStripUrl = stripUrl % ('1995', '09', '03')
|
||||
imageSearch = compile(r'<img.+?src="(/?(\d+/)?strips/kk\d+.gif)"', IGNORECASE)
|
||||
prevSearch = compile(r'<a.+?href="(/?(\.\./)?\d+/kk\d+\.html)"[^>]*><span>Previous Strip', IGNORECASE)
|
||||
help = 'Index format: yyyy-mm-dd'
|
||||
|
|
Loading…
Reference in a new issue