# -*- coding: iso-8859-1 -*- # Copyright (C) 2004-2005 Tristan Seligmann and Jonathan Jacobs from re import compile from ..helpers import _BasicScraper class NineteenNinetySeven(_BasicScraper): name = '1997' latestUrl = 'http://www.1977thecomic.com/' imageUrl = 'http://www.1977thecomic.com/%s' imageSearch = compile(r'') help = 'Index format: yyyy/mm/dd/strip-name' class EightHalfByEleven(_BasicScraper): name = '8HalfByEleven' latestUrl = 'http://www.lucastds.com/webcomic/' imageUrl = 'http://www.lucastds.com/webcomic/index.php?strip_id=%s' imageSearch = compile(r']+?src="themes/tedzsee/images/previous_a.png">') help = 'Index format: nnn'