add protocol parsing
This commit is contained in:
3
get_redeleitung_proto.sh
Executable file
3
get_redeleitung_proto.sh
Executable 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
|
||||
Reference in New Issue
Block a user