-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# magazines | ||
This is a simple Python program to find and download all magazines from given URLs (with 'magname' parameter for the folder they get downloaded to. | ||
|
||
Uses an JSON file to define URL to search. If this file is not present (not by default) then it has default magazine URLs (hackspace and magpi) to download from. The JSON file will be created on first run | ||
|
||
Note that python3 is required for this program! Come on people! Upgrade with the times! |