Create Scrypt to authenticate with cookie and download the png file

This commit is contained in:
Erik Foris 2021-10-24 13:34:10 +00:00
parent f9b55d3b7f
commit 0d6abdc6b7

5
klettKonvertieren Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
for i in {0..261}
do
wget --mirror --load-cookies ./cookies.txt https://bridge.klett.de/PPL-1DNUP5TY6X/content/pages/page_"$i"/Scale4.png
done