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:
parent
44791439a5
commit
a05826f4d6
1 changed files with 1 additions and 7 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue