МС
Size: a a a
МС
МС
AB
EB
description = scrapy.Request(
url=f'{response.url}?description',
callback=self._parse_description
)
и оно возвращает мне реквест вместо результата колбека, как правильно замутить не юзая другие модули типа requestsAB
AB
another_resp = yield scrapy.Request(another_url)
AB
EB
another_resp = yield scrapy.Request(another_url)
EB
AB
AB
AR
EB
EB
iz