updated job description no limit

This commit is contained in:
fakebranden
2025-03-10 19:40:12 +00:00
parent 5337b3ec7f
commit 341deba465
5 changed files with 145 additions and 100 deletions

View File

@@ -205,6 +205,8 @@ class Indeed(Scraper):
description = job["description"]["html"]
if self.scraper_input.description_format == DescriptionFormat.MARKDOWN:
description = markdown_converter(description)
description = description.replace(",", "")
job_type = get_job_type(job["attributes"])
timestamp_seconds = job["datePublished"] / 1000