mirror of https://github.com/scrapy/scrapy.git
Merge pull request #2339 from visued/master
[MRG+1] Update documentation to explain the use of double quotes on Windows (fixes #2325)
This commit is contained in:
commit
a9c74dbe42
|
|
@ -205,6 +205,10 @@ using the shell :ref:`Scrapy shell <topics-shell>`. Run::
|
|||
command-line, otherwise urls containing arguments (ie. ``&`` character)
|
||||
will not work.
|
||||
|
||||
On Windows, use double quotes instead::
|
||||
|
||||
scrapy shell "http://quotes.toscrape.com/page/1/"
|
||||
|
||||
You will see something like::
|
||||
|
||||
[ ... Scrapy log here ... ]
|
||||
|
|
|
|||
Loading…
Reference in New Issue