new mission + feuerwehrleute

This commit is contained in:
2019-02-08 18:08:48 +01:00
parent d3a1f61d38
commit 91615095d8
16 changed files with 1935 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
for i in $(seq 429 434); do
for i in $(seq 432 435); do
curl -s -o "./missions/$i.html" "https://www.leitstellenspiel.de/einsaetze/$i"
html2text -utf8 -style pretty -width 100 -o "./missions/$i.text" "./missions/$i.html"
lynx --dump "./missions/$i.html" > "./missions/$i.txt"