Digi4school Downloader

# Use d4sd, a small downloader written in TypeScript,
# that will save all your books into a folder.
# More information on https://github.com/garzj/d4sd

npm i -g d4sd

d4sd "*" -u john.doe@example.com -o ./download/
garzj