mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-11 07:54:33 -07:00
chore: id added for JobPost schema (#152)
This commit is contained in:
@@ -190,6 +190,7 @@ class GlassdoorScraper(Scraper):
|
||||
description = None
|
||||
company_url = f"{self.base_url}Overview/W-EI_IE{company_id}.htm"
|
||||
return JobPost(
|
||||
id=str(job_id),
|
||||
title=title,
|
||||
company_url=company_url if company_id else None,
|
||||
company_name=company_name,
|
||||
|
||||
Reference in New Issue
Block a user