Merge branch 'main' into ziprecruiter_fix

pull/63/head
Cullen Watson 2023-10-28 16:17:03 -05:00 committed by GitHub
commit 09c7cecdbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ class ZipRecruiterScraper(Scraper):
title = job.get("name")
job_url = job.get("job_url")
description = BeautifulSoup(
job.get("job_description", "").strip(), "html.parser"
).get_text()