Request
Normal
yield response.follow(ele.css('a'), cb);yield* response.follow_all(ele.css('a'), cb);start_urls() {
return [{
link: 'https://target.com',
download: true,
options: {
type: 'zip',
},
direct: true,
}]
}Post data
Download file
Capture snapshot
Common options
option
default
comment
Last updated