This commit is contained in:
Bastian Kleineidam 2013-04-29 07:19:58 +02:00
parent e1cceca2ae
commit 64bf618b87

View file

@ -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):