重命名爬虫文件和类名以反映简历数据提取功能
This commit is contained in:
parent
efb8632d39
commit
8812b91416
@ -7,7 +7,7 @@ from scrapy import Request
|
||||
|
||||
|
||||
class ZunHuaComSpider(scrapy.Spider):
|
||||
name = 'zhrczp_com'
|
||||
name = 'zhrczp_com_resume'
|
||||
allowed_domains = ['www.zhrczp.com']
|
||||
start_urls = ['https://www.zhrczp.com/member/index.php']
|
||||
cookies = {
|
Loading…
x
Reference in New Issue
Block a user