Skip to content

Commit d9f9d37

Browse files
committed
Extract more data from the search results (current job)
1 parent 2ce1276 commit d9f9d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linkedin/utils.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func (options *Options) getPeople(companyID, start int) []string {
7979
email = strings.ReplaceAll(email, "{last}", name[1])
8080
email = strings.ReplaceAll(email, "{l}", name[1][0:1])
8181
email = strings.ToLower(email)
82-
log.Success(email)
82+
log.Success(email + " - " + people.PrimarySubtitle.Text + "-" + people.SecondarySubtitle.Text)
8383
output = append(output, email)
8484
}
8585

0 commit comments

Comments
 (0)