Update s.py
This commit is contained in:
parent
491b5457b2
commit
6ca200419a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue