Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/scrapy/scrapy
/ _process_url
Method
_process_url
tests/test_pipeline_crawl.py:26–27 ·
view source on GitHub ↗
(self, url)
Source
from the content-addressed store, hash-verified
24
name =
"mediadownload"
25
26
def
_process_url(self, url):
27
return
url
28
29
def
parse(self, response):
30
self.logger.info(response.headers)
Callers
1
parse
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected