You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we can't specify callback for requests generated by HCF middleware. I am proposing new parameter on request.meta to allow the spider to specify the desired callback:
On the spider: yield Request(url, meta={'use_hcf': True, 'hcf_params': {'qdata': {'callback': 'parse_item'}}})
Currently we can't specify callback for requests generated by HCF middleware. I am proposing new parameter on
request.meta
to allow the spider to specify the desired callback:On the spider:
yield Request(url, meta={'use_hcf': True, 'hcf_params': {'qdata': {'callback': 'parse_item'}}})
This simple modification will implement that: seagatesoft@2adab90
I'll create the PR if this issue approved.
The text was updated successfully, but these errors were encountered: