klett-dl/klettKonvertieren

6 lines
253 B
Plaintext
Raw Normal View History

#!/bin/bash
2021-10-24 15:38:44 +02:00
for i in {0..261} #Change acording to your book
do
2021-10-24 15:38:44 +02:00
wget --mirror --load-cookies ./cookies.txt https://bridge.klett.de/PPL-1DNUP5TY6X/content/pages/page_"$i"/Scale4.png # edit url according to the one of the book you want to download
done