README.md: Document all the URLs supported by `download' action - transferwee - Download/upload file via wetransfer.com
 (HTM) git clone https://github.com/iamleot/transferwee
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
 (DIR) commit b1574d0c0d1aa345d26549e322c5b10286876572
 (DIR) parent 5a9d91dabf54b03c5e7663bc893fb4d1a71e9830
 (HTM) Author: Leonardo Taccari <iamleot@gmail.com>
       Date:   Tue,  8 May 2018 11:09:54 +0200
       
       README.md: Document all the URLs supported by `download' action
       
       Document all the URLs supported and add a short description about them.
       
       Diffstat:
         M README.md                           |      12 ++++++++++++
       
       1 file changed, 12 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/README.md b/README.md
       @@ -55,6 +55,18 @@ we.tl/wetransfer.com URLs.
        If the `-g` option is used it will just print the direct link
        corresponding each URLs without downloading files.
        
       +The URL supported are the ones in the form:
       +
       + - `https://we.tl/<short_url_id>`: 
       +    received via link upload, via email to the sender and printed by
       +    `upload` action
       + - `https://wetransfer.com/<transfer_id>/<security_hash>`:
       +    directly not shared in any ways but the short URLs actually redirect to
       +    them
       + - `https://wetransfer.com/<transfer_id>/<recipient_id>/<security_hash>`: 
       +    received via email by recipients when the files are shared via email
       +    upload
       +
        ```
        % transferwee download -h
        usage: transferwee download [-h] [-g] url [url ...]