diff --git a/dosagelib/plugins/x.py b/dosagelib/plugins/x.py index b3d330352..5493b3771 100644 --- a/dosagelib/plugins/x.py +++ b/dosagelib/plugins/x.py @@ -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.' + adult = True @classmethod def namer(cls, imageUrl, pageUrl):