An unofficial script to download PDF/EPUB/audio files from your Die ZEIT Digitalabo.
Find a file
2024-04-03 15:44:31 +02:00
README.md Initial commit 2024-04-03 15:44:31 +02:00
zeit-dl Initial commit 2024-04-03 15:44:31 +02:00

zeit-dl

An unofficial script to download PDF/EPUB/audio files from your Die ZEIT Digitalabo.

Disclaimer

This script uses your login credentials. Use at your own risk.

Installation

Requires playwright (with chromium driver):

pip install playwright
playwright install chromium

Then you just need to download the zeit-dl file from this repository.

Usage

If you simply want to download the current issue of Die ZEIT as pdf run

python zeit-dl '<USERNAME>' '<PASSWORD>'

where your have to replace <USERNAME> and <PASSWORD> with your credentials.

For help and more options run zeit-dl --help.