import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class Stubble(BasicComicModule): latestUrl = 'http://www.stubblecomics.com/' imageUrl = 'http://www.stubblecomics.com/d/%s.html' imageSearch = re.compile(r'"(/comics/.*?)"', re.IGNORECASE) prevSearch = re.compile(r'"(.*?)".*?backarrow', re.IGNORECASE) help = 'Index format: yyyymmdd'