mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-04 11:34:47 -08:00
Fix: re Issue #295 (@krishianjan): added (seemingly missing) user_agent keyword argument to BDJobs
This commit is contained in:
@@ -46,7 +46,7 @@ class BDJobs(Scraper):
|
|||||||
band_delay = 3
|
band_delay = 3
|
||||||
|
|
||||||
def __init__(
|
def __init__(
|
||||||
self, proxies: list[str] | str | None = None, ca_cert: str | None = None
|
self, proxies: list[str] | str | None = None, ca_cert: str | None = None, user_agent: str | None = None
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Initializes BDJobsScraper with the BDJobs job search url
|
Initializes BDJobsScraper with the BDJobs job search url
|
||||||
|
|||||||
Reference in New Issue
Block a user