import re from dosage.modules.helpers.BasicComicModule import BasicComicModule class OhMyGods(BasicComicModule): latestUrl = 'http://ohmygods.timerift.net/' imageUrl = 'http://ohmygods.timerift.net/strips/%s.php' imageSearch = re.compile(r'<\!-- \#BeginEditable "strip" -->') prevSearch = re.compile(r'previous') help = 'Index format: yyyy/mm/dd'