From 735db7c3f21761a435423ed092712bad0e97b8b8 Mon Sep 17 00:00:00 2001 From: msglm Date: Mon, 1 May 2023 16:13:41 -0500 Subject: ensure that indeed watcher outputs company name when outputting file --- src/indeedwatcher.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/indeedwatcher.nim b/src/indeedwatcher.nim index a8d6bfc..a0a8686 100644 --- a/src/indeedwatcher.nim +++ b/src/indeedwatcher.nim @@ -174,7 +174,7 @@ for feed in feeds: Description: $6 """ % [posting.jobName, posting.employer, posting.location, salaryInfoAndJobType, posting.URL, fullDesc] - writeFile(outdir & posting.jobName.replace("/") & ".txt", output) + writeFile(outdir & posting.employer & " - " & posting.jobName.replace("/") & ".txt", output) echo "Wrote job to file!" cache.writeLine(posting.URL) echo "Wrote listing to cache!" -- cgit v1.2.3