Skip to content

Instantly share code, notes, and snippets.

@rodorgas
Created September 6, 2016 18:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rodorgas/811528987eeeb2797240aaa1628db7e0 to your computer and use it in GitHub Desktop.
Save rodorgas/811528987eeeb2797240aaa1628db7e0 to your computer and use it in GitHub Desktop.
2016-09-06 14:56:55 [scrapy] INFO: Scrapy 1.1.2 started (bot: scrapybot)
2016-09-06 14:56:55 [scrapy] INFO: Overridden settings: {}
2016-09-06 14:56:55 [scrapy] INFO: Enabled extensions:
['scrapy.extensions.logstats.LogStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.corestats.CoreStats']
2016-09-06 14:56:55 [scrapy] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.chunked.ChunkedTransferMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2016-09-06 14:56:55 [scrapy] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy.spidermiddlewares.offsite.OffsiteMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware']
2016-09-06 14:56:55 [scrapy] INFO: Enabled item pipelines:
[]
2016-09-06 14:56:55 [scrapy] INFO: Spider opened
2016-09-06 14:56:55 [scrapy] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2016-09-06 14:56:55 [scrapy] DEBUG: Telnet console listening on 127.0.0.1:6023
2016-09-06 14:56:55 [scrapy] DEBUG: Redirecting (301) to <GET http://www.icarros.com.br/index.jsp> from <GET http://www.icarros.com/>
2016-09-06 14:56:56 [scrapy] DEBUG: Redirecting (301) to <GET http://www.icarros.com.br/principal/index.jsp> from <GET http://www.icarros.com.br/index.jsp>
2016-09-06 14:56:56 [scrapy] DEBUG: Crawled (200) <GET http://www.icarros.com.br/principal/index.jsp> (referer: None)
2016-09-06 14:56:56 [scrapy] DEBUG: Redirecting (301) to <GET http://www.icarros.com.br/toyota> from <GET http://www.icarros.com/toyota>
2016-09-06 14:56:56 [scrapy] DEBUG: Redirecting (301) to <GET http://www.icarros.com.br/ford> from <GET http://www.icarros.com/ford>
2016-09-06 14:56:56 [scrapy] DEBUG: Crawled (200) <GET http://www.icarros.com.br/toyota> (referer: http://www.icarros.com.br/principal/index.jsp)
2016-09-06 14:56:56 [scrapy] DEBUG: Crawled (200) <GET http://www.icarros.com.br/ford> (referer: http://www.icarros.com.br/principal/index.jsp)
2016-09-06 14:56:56 [model] DEBUG: Entrei
2016-09-06 14:56:56 [model] DEBUG: Entrei
2016-09-06 14:56:56 [scrapy] INFO: Closing spider (finished)
2016-09-06 14:56:56 [scrapy] INFO: Dumping Scrapy stats:
{'downloader/request_bytes': 2165,
'downloader/request_count': 7,
'downloader/request_method_count/GET': 7,
'downloader/response_bytes': 81888,
'downloader/response_count': 7,
'downloader/response_status_count/200': 3,
'downloader/response_status_count/301': 4,
'finish_reason': 'finished',
'finish_time': datetime.datetime(2016, 9, 6, 17, 56, 56, 360075),
'log_count/DEBUG': 10,
'log_count/INFO': 7,
'request_depth_max': 1,
'response_received_count': 3,
'scheduler/dequeued': 7,
'scheduler/dequeued/memory': 7,
'scheduler/enqueued': 7,
'scheduler/enqueued/memory': 7,
'start_time': datetime.datetime(2016, 9, 6, 17, 56, 55, 948400)}
2016-09-06 14:56:56 [scrapy] INFO: Spider closed (finished)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment