diff --git a/dosagelib/plugins/gocomics.py b/dosagelib/plugins/gocomics.py index c90cf1399..b315c4fe3 100755 --- a/dosagelib/plugins/gocomics.py +++ b/dosagelib/plugins/gocomics.py @@ -17,6 +17,10 @@ _prevSearch = compile(tagre("a", "href", r'(/[^"]+/\d+/\d+/\d+)', after="prev")) _nextSearch = compile(tagre("a", "href", r'(/[^"]+/\d+/\d+/\d+)', after="next")) def add(name, shortname): + # Unfortunately, the whole http://assets.amuniversal.com/ is blocked by + # robots.txt, so we disable GoComics for now... + return + baseUrl = 'http://www.gocomics.com' url = baseUrl + shortname classname = 'GoComics_%s' % name