import re
from dosage.modules.helpers.BasicComicModule import BasicComicModule
class JoyOfTech(BasicComicModule):
latestUrl = 'http://www.geekculture.com/joyoftech/index.html'
imageUrl = 'http://www.geekculture.com/joyoftech/joyarchives/%s.html'
imageSearch = re.compile(r'
(?:]*>)?
]*>
[\s\n]*Previous Joy', re.MULTILINE)
help = 'Index format: nnn'