Store alt text from xkcd comics.
This commit is contained in:
parent
0eaf9a3139
commit
142c418dc0
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ class xkcd(_BasicScraper):
|
|||
prevSearch = compile(tagre("a", "href", r'(/\d+/)', before="prev"))
|
||||
help = 'Index format: n (unpadded)'
|
||||
description = u'A webcomic of romance, sarcasm, math, and language.'
|
||||
textSearch = compile(tagre("img", "title", r'([^"]+)'))
|
||||
adult = True
|
||||
|
||||
@classmethod
|
||||
|
|
Loading…
Reference in a new issue