import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class TheNoob(BasicComicModule): latestUrl = 'http://www.thenoobcomic.com/' imageUrl = 'http://www.thenoobcomic.com/daily/strip%s.html' imageSearch = re.compile(r'Previous', re.IGNORECASE) help = 'Index format: n (unpadded)'