This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user