¿Cómo puedo usar shell shell con parámetros en url?

Quiero desechar el sitio web de trabajo. Quiero hacer algunas pruebas en shell scrapy.

Por lo tanto, si escribo esto

scrapy shell http://www.seek.com.au

Entonces si escribo

from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor

entonces funciona bien

Pero si hago esto

scrapy shell http://www.seek.com.au/JobSearch?DateRange=31&SearchFrom=quick&Keywords=python&nation=3000

Entonces si escribo

from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor

Entonces dice comando bash inválidofrom y sale del trabajo desechable y aparece en la pantalla como trabajo detenido

>>> from scrapy.contrib.linkextractors.sgml import SgmlLinkExtractor
-bash: from: command not found

[5]+  Stopped                 scrapy shell http://www.seek.com.au/JobSearch?DateRange=31
[7]   Done                    Keywords=php

Respuestas a la pregunta(1)

Su respuesta a la pregunta