Skip to content

shrek0/DigitalDown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DigitalDown

Logo

Description

DigitalDown is a cool and unofficial DigitalWhisper magazine downloader.

Usage Examples:

Download the all issues:

./DigitalDown.py -d all # download all the issues

Download range of issues:

./DigitalDown.py -d 10-20  # download 10-20 issues
./DigitalDown.py -d 10-last  # download 10-the last issue.

Set a custom file name format:

./DigitalDown.py -s "#id.pdf" # Set the format name to "issue ID.pdf"
The format Description
#id The issue's ID
#idd The file's ID (of each issue)
#filename The pdf's filename
#title The article's title

Set download the issue as a one pdf file or as a file per article:

./DigitalDown.py -f article # Set to download as a file per article.

'article' will download a PDF file for each article in the issue and 'issue' will download only one PDF file for all the articles.

Set the download path:

./DigitalDown.py /usr/bin/../../home/../etc/passwd # Set the dowload path to /etc/passwd :smile:

Enjoy!