mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-06 04:24:30 -08:00
fix linkedin bug & add linkedin company url (#67)
This commit is contained in:
@@ -196,6 +196,8 @@ class JobPost(BaseModel):
|
||||
location: Optional[Location]
|
||||
|
||||
description: str | None = None
|
||||
company_url: str | None = None
|
||||
|
||||
job_type: list[JobType] | None = None
|
||||
compensation: Compensation | None = None
|
||||
date_posted: date | None = None
|
||||
|
||||
Reference in New Issue
Block a user