Added comic ShotgunShuffle
This commit is contained in:
parent
731291979d
commit
491b5457b2
1 changed files with 10 additions and 0 deletions
|
@ -254,6 +254,16 @@ class _Shortpacked(_BasicScraper):
|
|||
help = 'Index format: yyyy/comic/book-nn/mm-name1/name2'
|
||||
|
||||
|
||||
class ShotgunShuffle(_BasicScraper):
|
||||
description = u'adventures of the Seven Buckingham sisters, a fat cat, an irritable roommate, a dirty hippy'
|
||||
url = 'http://shotgunshuffle.com/'
|
||||
stripUrl = url + 'comic/%s'
|
||||
firstStripUrl = stripUrl % 'pilot/'
|
||||
imageSearch = compile(tagre("img", "src", r'(http://shotgunshuffle.com/wp-content/uploads/\d+/\d+/\d+-[^"]+)'))
|
||||
prevSearch = compile(tagre("a", "href", r'([^"]+)', after="navi navi-prev"))
|
||||
help = 'Index format: yyyy/mm/stripname'
|
||||
|
||||
|
||||
class SinFest(_BasicScraper):
|
||||
description = u'Strip dealing with contemporary issues and religion. Created by Tatsuya Ishida.'
|
||||
name = 'KeenSpot/SinFest'
|
||||
|
|
Loading…
Reference in a new issue