commit 9ed94694048b3fa8da0ae34e9d988c922397a692 parent 56b927d6c0bc8b6da641ccec58066cbf60def2fe Author: Anders Damsgaard <anders.damsgaard@geo.au.dk> Date: Fri, 18 Nov 2016 03:35:23 +0100 fix statsbibliotek parsing Diffstat:
M | statsbiblioteket | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/statsbiblioteket b/statsbiblioteket @@ -11,6 +11,7 @@ cat $tmpfile |\ sed -n '/Hvis du har/q;p' |\ sed 's/<br \/>/\n/g' |\ sed 's/<[^>]\+>//g' |\ + sed '/^ Studiemilj.*$/,$d' |\ sed '/^\s*$/d' rm $tmpfile