mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-05 12:04:33 -08:00
Bdjobs Fixed (#280)
This commit is contained in:
@@ -68,6 +68,7 @@ class Country(Enum):
|
||||
AUSTRALIA = ("australia", "au", "com.au")
|
||||
AUSTRIA = ("austria", "at", "at")
|
||||
BAHRAIN = ("bahrain", "bh")
|
||||
BANGLADESH = ("bangladesh", "bd") # Added Bangladesh
|
||||
BELGIUM = ("belgium", "be", "fr:be")
|
||||
BULGARIA = ("bulgaria", "bg")
|
||||
BRAZIL = ("brazil", "br", "com.br")
|
||||
@@ -291,6 +292,7 @@ class Site(Enum):
|
||||
GOOGLE = "google"
|
||||
BAYT = "bayt"
|
||||
NAUKRI = "naukri"
|
||||
BDJOBS = "bdjobs" # Add this line
|
||||
|
||||
|
||||
class SalarySource(Enum):
|
||||
@@ -314,6 +316,8 @@ class ScraperInput(BaseModel):
|
||||
linkedin_company_ids: list[int] | None = None
|
||||
description_format: DescriptionFormat | None = DescriptionFormat.MARKDOWN
|
||||
|
||||
request_timeout: int = 60
|
||||
|
||||
results_wanted: int = 15
|
||||
hours_old: int | None = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user