Add firstStripUrl for KevinAndKell.

This commit is contained in:
Bastian Kleineidam 2013-03-25 19:48:19 +01:00
parent 940a04b499
commit af10385da1

View file

@ -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'