fix(orte): oops i missed some
This commit is contained in:
@@ -14,7 +14,7 @@ curl -sSL "$root/alphabetisches-ortsverzeichnis.html" \
|
||||
| while read -r slug; do
|
||||
first_page="$(curl -sSL "$root/$slug")"
|
||||
echo "$first_page" | extract_orte
|
||||
echo "$first_page" | htmlq 'a[href*="?seite="]' --attribute href | sort -u | while read -r page; do
|
||||
echo "$first_page" | htmlq 'a[href*="?seite="]' --attribute href | sed 's/.*seite=//' | sort -un | sed -n '1p;$p' | xargs seq 2>/dev/null | sed 's/^/?seite=/' | while read -r page; do
|
||||
curl -sSL "$root/$slug$page" | extract_orte
|
||||
done
|
||||
done
|
||||
|
||||
20776
orte/orte-unique.txt
20776
orte/orte-unique.txt
File diff suppressed because it is too large
Load Diff
25734
orte/orte.txt
25734
orte/orte.txt
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user