Merge pull request #50 from Moredread/StringTheory
Add String Theory comic
This commit is contained in:
commit
fc7578f053
1 changed files with 6 additions and 0 deletions
|
@ -468,6 +468,12 @@ class StreetFighter(_ComicControlScraper):
|
|||
url = 'http://www.streetfightercomics.com'
|
||||
|
||||
|
||||
class StringTheory(_WordPressScraper):
|
||||
url = 'http://www.stringtheorycomic.com/'
|
||||
firstStripUrl = url + 'comics/chapterone/chapterone/'
|
||||
prevSearch = '//a[%s]' % xpath_class('navi-prev')
|
||||
|
||||
|
||||
class StrongFemaleProtagonist(_ParserScraper):
|
||||
url = 'http://strongfemaleprotagonist.com/'
|
||||
stripUrl = url + '%s/'
|
||||
|
|
Loading…
Reference in a new issue