Merge pull request #54 from mostlyuseful/patch-1
Add "Extra Fabulous Comics" comic
This commit is contained in:
commit
3cdea6b09c
1 changed files with 9 additions and 0 deletions
|
@ -205,6 +205,15 @@ class ExploitationNow(_WordPressScraper):
|
||||||
endOfLife = True
|
endOfLife = True
|
||||||
|
|
||||||
|
|
||||||
|
class ExtraFabulousComics(_WordPressScraper):
|
||||||
|
url = 'http://extrafabulouscomics.com/comic/buttfly/'
|
||||||
|
firstStripUrl = url
|
||||||
|
imageSearch = '//div[@id="comic"]//img'
|
||||||
|
latestSearch = '//a[%s]' % xpath_class('navi-last')
|
||||||
|
starter = indirectStarter
|
||||||
|
multipleImagesPerStrip = True
|
||||||
|
|
||||||
|
|
||||||
class ExtraLife(_BasicScraper):
|
class ExtraLife(_BasicScraper):
|
||||||
url = 'http://www.myextralife.com/'
|
url = 'http://www.myextralife.com/'
|
||||||
stripUrl = url + 'comic/%s/'
|
stripUrl = url + 'comic/%s/'
|
||||||
|
|
Loading…
Reference in a new issue