import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class ExtraLife(BasicComicModule): latestUrl = 'http://www.myextralife.com/' imageUrl = 'http://www.myextralife.com/archive.php?date=%s' imageSearch = re.compile(r'"(strips/.+?)"', re.IGNORECASE) prevSearch = re.compile(r'"(archive.+?)">.+?back', re.IGNORECASE) help = 'Index format: yyyy-mm-dd'