Skip to content

Commit

Permalink
Merge pull request #32 from austin1237/siteA-fix
Browse files Browse the repository at this point in the history
Site a fix
  • Loading branch information
austin1237 authored Oct 3, 2024
2 parents 40d3c98 + 1f52528 commit 907705b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper/sitea/sitea.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func GetSiteAJobInfo(jobLink string, proxyUrl string) (string, error) {
if err != nil {
return "", err
}
jobDescription := doc.Find("div.job-description").Text()
jobDescription := doc.Find("div[id^='job-post-body-']").Text()

return jobDescription, nil
}
Expand Down

0 comments on commit 907705b

Please sign in to comment.