import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class DeathToTheExtremist(BasicComicModule): latestUrl = 'http://www.dtecomic.com/' imageUrl = 'http://www.dtecomic.com/?n=%s' imageSearch = re.compile(r'"(comics/.*?)"', re.IGNORECASE) prevSearch = re.compile(r' <.+?/aprev.gif"', re.IGNORECASE) help = 'Index format: nnn'