mirror of https://github.com/scrapy/scrapy.git
removed canonicalize from get function in shell
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40198
This commit is contained in:
parent
2a30073ece
commit
972896cd87
|
|
@ -72,7 +72,7 @@ class Command(ScrapyCommand):
|
|||
#print _failure
|
||||
|
||||
print "Downloading URL... ",
|
||||
url = canonicalize_url(url.strip())
|
||||
url = url.strip()
|
||||
r = Request(url)
|
||||
spider = get_or_create_spider(url)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Reference in New Issue