import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class CombustibleOrange(BasicComicModule): latestUrl = 'http://www.combustibleorange.com/' imageUrl = 'http://www.combustibleorange.com/index.php?current=%s' imageSearch = re.compile(r'') help = 'Index format: n (unpadded)'