import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class DogComplex(BasicComicModule): latestUrl = 'http://www.dog-complex.com/' imageUrl = 'http://www.dog-complex.com/comic.php?view=%s' imageSearch = re.compile(r'(phpstrip/.+?)\'', re.IGNORECASE) prevSearch = re.compile(r'<.+?24\' href=\'(comic.php\?view=.+?)\'', re.IGNORECASE) help = 'Index format: nnn'