scrapy/itemadapter

document how to convert any item to a dict

Closed this issue · 1 comments

kmike commented

I think that'd be helpful to explain that dict(ItemAdapter(item)) gives you a plain version of an item; it could also make sense to add a explicit test for it.