zeit-dl/README.md
2024-04-03 15:44:31 +02:00

702 B

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.