Update s.py

This commit is contained in:
zac9 2014-09-28 19:48:26 -07:00
parent 491b5457b2
commit 6ca200419a

View file

@ -261,7 +261,7 @@ class ShotgunShuffle(_BasicScraper):
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'
help = 'Index format: stripname'
class SinFest(_BasicScraper):