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