Commit 32df57ae by thanhnd

fix review 20200218 3

parent 6d9625dc
Pipeline #467 canceled with stages
in 0 seconds
...@@ -42,7 +42,7 @@ namespace :crawler do ...@@ -42,7 +42,7 @@ namespace :crawler do
deadline = job_detail.css('li[3].bgLine1 p[2].fl_right > text()') deadline = job_detail.css('li[3].bgLine1 p[2].fl_right > text()')
description = job.css('.MarBot20') description = job.css('.MarBot20')
address = job.css('.box1Detail .TitleDetailNew label label') address = job.css('.box1Detail .TitleDetailNew label label')
company_intro = job.css('.desc_company.content_fck span#emp_more') company_intro = job.css('#emp_more')
#skip if field blank #skip if field blank
next if industry.text.blank? next if industry.text.blank?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment