import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class Freefall(BasicComicModule): latestUrl = 'http://freefall.purrsia.com/default.htm' imageUrl = 'http://freefall.purrsia.com/ff1100/fv%s.htm' imageSearch = re.compile(r'Previous', re.MULTILINE) help = 'Index format: nnnnn'