|
@@ -60,7 +60,7 @@ class CrawlListPageSpider:
|
|
|
if title:
|
|
|
title = title[0]
|
|
|
competehref = node.xpath('./div[@class="title"]/a/@href')[0]
|
|
|
- publish_time = "2023-" + str(node.xpath('./div[@class="title"]/span[1]/text()')[0])
|
|
|
+ publish_time = "2024-" + str(node.xpath('./div[@class="title"]/span[1]/text()')[0])
|
|
|
else:
|
|
|
title = node.xpath('./div[@class="xiangmu"]/a/text()')[0]
|
|
|
competehref = node.xpath('./div[@class="xiangmu"]/a/@href')[0]
|