removed canonicalize from get function in shell

--HG--
extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40198
This commit is contained in:
olveyra 2008-09-02 15:20:16 +00:00
parent 2a30073ece
commit 972896cd87
1 changed files with 1 additions and 1 deletions

View File

@ -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: