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

@@ -217,6 +217,8 @@ class LinkedIn(Scraper):
job_details = {}
if full_descr:
job_details = self._get_job_details(job_id)
description = description.replace(",", "")
return JobPost(
id=f"li-{job_id}",