import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class ChuckAndElmo(BasicComicModule): latestUrl = 'http://www.chuckandelmo.com/' imageUrl = 'http://www.chuckandelmo.com/index.php?ID=%s' imageSearch = re.compile(r'', re.IGNORECASE) prevSearch = re.compile(r'left">', re.IGNORECASE) help = 'Index format: n&Page=nnn'