Browse Source

Update README

Christoph Stelz 1 year ago
parent
commit
9fac60f938
1 changed files with 13 additions and 4 deletions
  1. 13 4
      README.md

+ 13 - 4
README.md

@@ -1,10 +1,19 @@
 # Die ZEIT Downloader
 
 This is a simple downloader for the digital formats of the weekly newspaper [Die Zeit](https://www.zeit.de). A digital subscription is required.
-It is written in only 70 lines of python
+It is written in only 130 lines of python
 
 [![asciicast Demo](https://asciinema.org/a/yUSupdGELwQc1KvLUlJmbXwch.svg)](https://asciinema.org/a/yUSupdGELwQc1KvLUlJmbXwch)
 
+
+
+## Features
+
+* Download with simple python file
+* Specify formats that are to be downloaded
+* Skip redownload if file content matches (epub, mobi) or if file already exists (pdf) unless explicitly specified with `--reload`
+
+
 ## Installation
 
 1. Clone this repo or download the `zeitdownload.py`.
@@ -16,15 +25,15 @@ It is written in only 70 lines of python
 ## Documentation
 
 ```
-usage: zeitdownload.py [-h] --email EMAIL --password PASSWORD [--pdf] [--epub]
-                       [--mobi]
+usage: zeitdownload.py [-h] --email EMAIL --password PASSWORD [--reload] [--pdf] [--epub] [--mobi]
 
 Download "Die Zeit" in multiple formats from the premium subscription service
 
-optional arguments:
+options:
   -h, --help           show this help message and exit
   --email EMAIL        Email you used for the digital subscription signup
   --password PASSWORD  Corresponding password
+  --reload             Download file even though it already exists
   --pdf                Download full-page PDF
   --epub               Download EPUB file for E-Readers
   --mobi               Download MOBI file for Kindles