重命名爬虫文件和类名以反映简历数据提取功能

This commit is contained in:
晓丰 2025-05-25 13:32:19 +08:00
parent efb8632d39
commit 8812b91416

View File

@ -7,7 +7,7 @@ from scrapy import Request
class ZunHuaComSpider(scrapy.Spider): class ZunHuaComSpider(scrapy.Spider):
name = 'zhrczp_com' name = 'zhrczp_com_resume'
allowed_domains = ['www.zhrczp.com'] allowed_domains = ['www.zhrczp.com']
start_urls = ['https://www.zhrczp.com/member/index.php'] start_urls = ['https://www.zhrczp.com/member/index.php']
cookies = { cookies = {