import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class ASofterWorld(BasicComicModule): latestUrl = 'http://www.asofterworld.com/today.htm' imageUrl = 'http://www.asofterworld.com/soft_%s.htm' imageSearch = re.compile(r'latest comic.*?[^>].+.*?back') help = 'Index format: mmmd_yyyy'