FEAT: Allow LinkedIn scraper to get external job apply url (#140)

This commit is contained in:
Lluís Salord Quetglas
2024-04-30 18:36:01 +02:00
committed by GitHub
parent 5d3df732e6
commit 8dd08ed9fd
6 changed files with 134 additions and 11 deletions

View File

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