This commit is contained in:
2018-12-01 16:06:33 +01:00
parent ae1a408194
commit 9dd4f62c97
10 changed files with 551 additions and 29 deletions

View File

@@ -4,6 +4,7 @@ for i in $(seq 0 421); 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"
sleep 2
done
php ./parse_html.php