import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class Y(BasicComicModule): latestUrl = 'http://www.yquestionmark.com/' imageUrl = 'http://www.yquestionmark.com/index.php\?strip_id\=%s' imageSearch = re.compile(r'Previous', re.IGNORECASE) help = 'Index format: n.nn'