Skip to content

Commit

Permalink
removed unused file
Browse files Browse the repository at this point in the history
  • Loading branch information
austin1237 committed Oct 3, 2024
1 parent c3bf172 commit 1f52528
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
37 changes: 0 additions & 37 deletions local/src/scraper/siteb.ts

This file was deleted.

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 1f52528

Please sign in to comment.