xkcd
This commit is contained in:
parent
e1cceca2ae
commit
64bf618b87
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"))
|
prevSearch = compile(tagre("a", "href", r'(/\d+/)', before="prev"))
|
||||||
help = 'Index format: n (unpadded)'
|
help = 'Index format: n (unpadded)'
|
||||||
description = u'A webcomic of romance, sarcasm, math, and language.'
|
description = u'A webcomic of romance, sarcasm, math, and language.'
|
||||||
|
adult = True
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def namer(cls, imageUrl, pageUrl):
|
def namer(cls, imageUrl, pageUrl):
|
||||||
|
|
Loading…
Reference in a new issue