diff --git a/dosagelib/plugins/x.py b/dosagelib/plugins/x.py index 5493b3771..a8be410b6 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.' + textSearch = compile(tagre("img", "title", r'([^"]+)')) adult = True @classmethod