change linkedin ep (#185)

This commit is contained in:
Cullen Watson
2024-08-14 02:39:43 -05:00
committed by GitHub
parent 0e046432d1
commit 6bb7d81ba8
2 changed files with 2 additions and 2 deletions

View File

@@ -236,7 +236,7 @@ class LinkedInScraper(Scraper):
"""
try:
response = self.session.get(
f"{self.base_url}/jobs-guest/jobs/api/jobPosting/{job_id}", timeout=5
f"{self.base_url}/jobs/view/{job_id}", timeout=5
)
response.raise_for_status()
except: