import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class EverybodyLovesEricRaymond(BasicComicModule): latestUrl = 'http://geekz.co.uk/lovesraymond/' imageUrl = 'http://geekz.co.uk/lovesraymond/archive/%s' imageSearch = re.compile(r'', re.IGNORECASE) help = 'Index format: name-of-old-comic'