summaryrefslogtreecommitdiff
path: root/download-chapters.sh
diff options
context:
space:
mode:
Diffstat (limited to 'download-chapters.sh')
-rwxr-xr-xdownload-chapters.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/download-chapters.sh b/download-chapters.sh
index 29a2758..208ceb6 100755
--- a/download-chapters.sh
+++ b/download-chapters.sh
@@ -12,7 +12,7 @@ do
echo $url
echo "$buch $number"
- buchdir=$(echo "$buch" | sed "s/ /_/g")
+ buchdir=$(echo "$buch" | sed "y/äöü /aou_/")
curl $url > "chapters/$buchdir/$number.html"
done
done