This commit is contained in:
2018-12-17 21:14:23 +01:00
parent 981241727c
commit eeccee2184
21 changed files with 1056 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
for i in $(seq 0 421); do
for i in $(seq 420 424); 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"