add protocol parsing

This commit is contained in:
2021-03-04 21:49:52 +01:00
parent 7a8597189c
commit fb0d174dcb
5 changed files with 21 additions and 2 deletions

3
get_redeleitung_proto.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
grep -oP '(?<=nächste Redeleitung: ).*(?=</li>)' data/last_proto > data/redeleitung
grep -oP '(?<=nächstes Protokoll: ).*(?=</li>)' data/last_proto > data/protokoll