import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class RWWR(BasicComicModule): latestUrl = 'http://www.rwwr.com/' imageUrl = 'http://www.rwwr.com/view.php?comic=%s' imageSearch = re.compile(r'(http.+?/strips/.+?)>', re.IGNORECASE) prevSearch = re.compile(r'"(view.+?)".+?back', re.IGNORECASE) help = 'Index format: nnn'