I have a scrapy running the for to bring the day and the link to something. Ex:
t_day = div.xpath('.//a/text()').extract_first()
a_day = div.xpath('.//a/@href').extract_first()
day = int(t_day)
if day > last_day:
print(t_day, a_day)...
asked by
04.05.2018 / 20:57