import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class FightCastOrEvade(BasicComicModule): latestUrl = 'http://www.fightcastorevade.net/' imageUrl = 'http://www.fightcastorevade.net/d/%s' imageSearch = re.compile(r'"(.+?/comics/.+?)"', re.IGNORECASE) prevSearch = re.compile(r'"(.+?/d/.+?)".+?previous', re.IGNORECASE) help = 'Index format: yyyymmdd.html'