Restore BobWhite.
This commit is contained in:
parent
603fd62a1e
commit
9b755a7e6c
1 changed files with 6 additions and 0 deletions
|
@ -166,6 +166,12 @@ class BMovieComic(_BasicScraper):
|
||||||
help = 'Index format: n'
|
help = 'Index format: n'
|
||||||
|
|
||||||
|
|
||||||
|
class BobWhite(_ParserScraper):
|
||||||
|
url = 'http://www.bobwhitecomics.com/'
|
||||||
|
imageSearch = '//span[%s]/img' % xpath_class('webcomic-object')
|
||||||
|
prevSearch = '//a[@rel="previous"]'
|
||||||
|
|
||||||
|
|
||||||
class BookOfBiff(_BasicScraper):
|
class BookOfBiff(_BasicScraper):
|
||||||
url = 'http://thebookofbiff.com/'
|
url = 'http://thebookofbiff.com/'
|
||||||
stripUrl = url + '%s/'
|
stripUrl = url + '%s/'
|
||||||
|
|
Loading…
Reference in a new issue