Fix GoblinsComic (#153)

The site had a redesign a while back which broke this plugin. I've
updated the selectors and confirmed that it's working again.
This commit is contained in:
Mark King 2020-02-13 23:08:41 +00:00 committed by GitHub
parent 44791439a5
commit a05826f4d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,14 +105,8 @@ class GleefulNihilism(_WordPressScraper):
help = 'Index format: stripname'
class GoblinsComic(_ParserScraper):
class GoblinsComic(_ComicControlScraper):
url = 'http://www.goblinscomic.org/'
rurl = escape(url)
stripUrl = url + '%s/'
css = True
imageSearch = '#comic img'
prevSearch = '.nav-previous > a'
help = 'Index format: ddmmyyyy'
class GodChild(_WordPressScraper):