mirror of https://github.com/scrapy/scrapy.git
Fix view command against new --no-redirect option
This commit is contained in:
parent
5586fc7e38
commit
b279bc8546
|
|
@ -11,7 +11,7 @@ class Command(fetch.Command):
|
|||
"contents in a browser"
|
||||
|
||||
def add_options(self, parser):
|
||||
ScrapyCommand.add_options(self, parser)
|
||||
super(Command, self).add_options(parser)
|
||||
parser.add_option("--spider", dest="spider",
|
||||
help="use this spider")
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue