From ad31d94afb9a864f80653050924d3b3af358bfcc Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 27 Aug 2025 20:28:26 +0200 Subject: vacancies: fix glasgow; cambridge --- modules/vacancies/getters/glasgow.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'modules/vacancies/getters/glasgow.sh') diff --git a/modules/vacancies/getters/glasgow.sh b/modules/vacancies/getters/glasgow.sh index 26886a4..c6beef5 100755 --- a/modules/vacancies/getters/glasgow.sh +++ b/modules/vacancies/getters/glasgow.sh @@ -2,6 +2,7 @@ set -euo pipefail curl -sL 'https://www.jobs.gla.ac.uk/jobs/college-of-science-and-engineering/school-of-computing-science-1' \ - | grep 'a href="/job/' \ - | grep -v '>Read More<' \ - | sed 's/^ *]*>//; s|||' + | sed ' +/a href="\/job\// !d +/>Read More\(.*\).*|\2 (https://www.jobs.gla.ac.uk\1)|' -- cgit v1.2.3-70-g09d2