import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class DandyAndCompany(BasicComicModule): latestUrl = 'http://www.dandyandcompany.com/' imageUrl = 'http://www.dandyandcompany.com/%s' imageSearch = re.compile(r'"(.*?/strips/.+?)"') prevSearch = re.compile(r'"strip_nav".+[^>]\t.+?"(.+?)"') help = 'Index format: yyyy/mm/dd'