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