Store alt text from AbstruseGoose
This commit is contained in:
parent
e9e4b278fb
commit
36dcadc7d4
1 changed files with 1 additions and 0 deletions
|
@ -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'« Previous</a>')
|
||||
help = 'Index format: n (unpadded)'
|
||||
textSearch = compile(tagre("img", "title", r'([^"]+)'))
|
||||
|
||||
@classmethod
|
||||
def namer(cls, imageUrl, pageUrl):
|
||||
|
|
Loading…
Reference in a new issue