#!/bin/bash
for i in {0..261} #Change acording to your book
do
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