i
Size: a a a
i
АД
BK
S
B
VB
BK
МС
urls = response.xpath('//section[@class="catalog"]//a[@class="box-link"]/@href').getall()
yield response.follow_all(urls)
ERROR: Spider must return Request, BaseItem, dict or None, got 'generator'
МС
БП
AR
iz
urls = response.xpath('//section[@class="catalog"]//a[@class="box-link"]/@href').getall()
yield response.follow_all(urls)
ERROR: Spider must return Request, BaseItem, dict or None, got 'generator'
МС
МС
RG
AR
RG
AR