МС
Size: a a a
МС
A
(
A
МС
МС
def parse(self, response):кто косяк в коде видит?
item = DeliveryItem()
documents_xpath = "..."
documents = response.xpath(documents_xpath)
for document in documents:
...
name = document.xpath("./..//tbody/tr/td[2]/text()").get().strip()
item['name'] = name
some_val = document.xpath("qwerty").get().strip()
if some_val:
item['some_name'] = some_val
...
link = document.xpath("normalize-space(./..//a/@href)").get()
yield response.follow(link, callback=self.details_parse, cb_kwargs=dict(item=item.copy()))
AR
МС
(
МС
МС
(
МС
(
МС
A
МС
(
МС
AR