# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs # Copyright (C) 2012-2013 Bastian Kleineidam from re import compile, IGNORECASE from ..scraper import _BasicScraper from ..util import tagre class KatzenfutterGeleespritzer(_BasicScraper): url = 'http://www.katzenfuttergeleespritzer.de/' stripUrl = url + 'comic/%s/' firstStripUrl = stripUrl % 'dont-drink-and-drive' imageSearch = compile(tagre("img", "src", r'(http://www.katzenfuttergeleespritzer.de/wp-content/uploads/\d+/\d+/\d+-\d+-\d+[^"]+)')) prevSearch = compile(tagre("a", "href", r'(http://www.katzenfuttergeleespritzer.de/comic/[^"]+)', after="navi-prev")) help = 'Index format: stripname' lang = 'de' class KevinAndKell(_BasicScraper): url = 'http://www.kevinandkell.com/' stripUrl = url + '%s/kk%s%s.html' firstStripUrl = stripUrl % ('1995', '09', '03') imageSearch = compile(r']*>Previous Strip', IGNORECASE) help = 'Index format: yyyy-mm-dd' def getIndexStripUrl(self, index): return self.stripUrl % tuple(map(int, index.split('-'))) class Key(_BasicScraper): url = 'http://key.shadilyn.com/latestpage.html' stripUrl = 'http://key.shadilyn.com/pages/%s.html' imageSearch = compile(r'"((?:images/.+?)|(?:pages/images/.+?))"') prevSearch = compile(r'