import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class DungeonCrawlInc(BasicComicModule): latestUrl = 'http://www.dungeoncrawlinc.com/latest.html' imageUrl = 'http://www.dungeoncrawlinc.com/comic%s' imageSearch = re.compile(r'src="(.+?/DCI_.+?)"', re.IGNORECASE) prevSearch = re.compile(r'.+?back', re.IGNORECASE) help = 'Index format: nnn.html'