mirror of
https://github.com/Bunsly/JobSpy.git
synced 2026-03-11 07:54:33 -07:00
FEAT: Allow LinkedIn scraper to get external job apply url (#140)
This commit is contained in:
committed by
GitHub
parent
5d3df732e6
commit
8dd08ed9fd
@@ -119,7 +119,7 @@ class IndeedScraper(Scraper):
|
||||
)
|
||||
if response.status_code != 200:
|
||||
logger.info(
|
||||
f"Indeed responded with status code: {response.status_code} (submit GitHub issue if this appears to be a beg)"
|
||||
f"Indeed responded with status code: {response.status_code} (submit GitHub issue if this appears to be a bug)"
|
||||
)
|
||||
return jobs, new_cursor
|
||||
data = response.json()
|
||||
|
||||
Reference in New Issue
Block a user