Restore BobWhite.

This commit is contained in:
Tobias Gruetzmacher 2016-06-05 18:31:30 +02:00
parent 603fd62a1e
commit 9b755a7e6c

View file

@ -166,6 +166,12 @@ class BMovieComic(_BasicScraper):
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):
url = 'http://thebookofbiff.com/'
stripUrl = url + '%s/'