Store alt text from AbstruseGoose

This commit is contained in:
Peter B 2013-12-03 21:56:54 -05:00
parent e9e4b278fb
commit 36dcadc7d4

View file

@ -38,6 +38,7 @@ class AbstruseGoose(_BasicScraper):
imageSearch = compile(tagre('img', 'src', r'(%sstrips/[^<>"]+)' % rurl))
prevSearch = compile(tagre('a', 'href', r'(%s\d+)' % rurl) + r'&laquo; Previous</a>')
help = 'Index format: n (unpadded)'
textSearch = compile(tagre("img", "title", r'([^"]+)'))
@classmethod
def namer(cls, imageUrl, pageUrl):