mirror of https://github.com/Bunsly/JobSpy
Merge branch 'main' into ziprecruiter_fix
commit
09c7cecdbd
|
@ -113,6 +113,7 @@ class ZipRecruiterScraper(Scraper):
|
||||||
title = job.get("name")
|
title = job.get("name")
|
||||||
job_url = job.get("job_url")
|
job_url = job.get("job_url")
|
||||||
|
|
||||||
|
|
||||||
description = BeautifulSoup(
|
description = BeautifulSoup(
|
||||||
job.get("job_description", "").strip(), "html.parser"
|
job.get("job_description", "").strip(), "html.parser"
|
||||||
).get_text()
|
).get_text()
|
||||||
|
|
Loading…
Reference in New Issue