Fix: re Issue #295 (@krishianjan): added (seemingly missing) user_agent keyword argument to BDJobs

This commit is contained in:
Sean
2026-01-09 21:28:27 -08:00
committed by GitHub
parent 7160d0faed
commit 6e7ab6ff74

View File

@@ -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