Add Everblue
This commit is contained in:
parent
52b0e15330
commit
9eacd96f5f
1 changed files with 8 additions and 0 deletions
|
@ -127,6 +127,14 @@ class Eryl(_WordPressScraper):
|
|||
starter = indirectStarter
|
||||
|
||||
|
||||
class Everblue(_ParserScraper):
|
||||
url = 'http://www.everblue-comic.com/comic/'
|
||||
stripUrl = url + '%s'
|
||||
firstStripUrl = stripUrl % '1'
|
||||
imageSearch = '//article[@id="comic"]//img'
|
||||
prevSearch = '//a[contains(@class, "prev")]'
|
||||
|
||||
|
||||
class EverybodyLovesEricRaymond(_ParserScraper):
|
||||
url = 'http://geekz.co.uk/lovesraymond/'
|
||||
firstStripUrl = url + 'archive/slashdotted'
|
||||
|
|
Loading…
Reference in a new issue