import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class Evercrest(BasicComicModule): latestUrl = 'http://www.evercrest.com/archives/20030308' imageUrl = 'http://www.evercrest.com/archives/%s' imageSearch = re.compile(r'< Previous', re.IGNORECASE) help = 'Index format: yyyymmdd'