This commit is contained in:
2019-01-08 01:43:48 +01:00
parent dece42d7e2
commit e71e1a5dfc
33 changed files with 1141 additions and 9 deletions

View File

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