Remove AbleAndBaker, site is gone.
This commit is contained in:
parent
472afa24d3
commit
7d3bd15c2f
1 changed files with 0 additions and 9 deletions
|
@ -8,15 +8,6 @@ from ..scraper import _BasicScraper, _ParserScraper
|
||||||
from ..helpers import regexNamer, bounceStarter, indirectStarter
|
from ..helpers import regexNamer, bounceStarter, indirectStarter
|
||||||
|
|
||||||
|
|
||||||
class AbleAndBaker(_BasicScraper):
|
|
||||||
url = 'http://www.jimburgessdesign.com/comics/index.php'
|
|
||||||
stripUrl = url + '?comic=%s'
|
|
||||||
firstStripUrl = stripUrl % '1'
|
|
||||||
imageSearch = compile(tagre('img', 'src', r'(comics/.+)'))
|
|
||||||
prevSearch = compile(tagre('a', 'href', r'(.+\d+)') + '.+?previous.gif')
|
|
||||||
help = 'Index format: nnn'
|
|
||||||
|
|
||||||
|
|
||||||
class AbsurdNotions(_BasicScraper):
|
class AbsurdNotions(_BasicScraper):
|
||||||
baseUrl = 'http://www.absurdnotions.org/'
|
baseUrl = 'http://www.absurdnotions.org/'
|
||||||
url = baseUrl + 'page129.html'
|
url = baseUrl + 'page129.html'
|
||||||
|
|
Loading…
Reference in a new issue