Magzdb.org Downloader
Project description
Installation
Install using pip
$ pip install -U magzdb
Usage
usage: magzdb [-h] [-V] -i MAGAZINE_ID [-e [EDITION [EDITION ...]]]
[-f FILTER] [-l] [-P DIRECTORY_PREFIX] [--downloader DOWNLOADER]
[--debug]
Magzdb.org Downloader
required arguments:
-i MAGAZINE_ID, --id MAGAZINE_ID
ID of the Magazine to Download. eg. http://magzdb.org/j/<ID>.
optional arguments:
-h, --help show this help message and exit
-V, --version Print program version and exit
-e [EDITION [EDITION ...]], --editions [EDITION [EDITION ...]]
Select Edition
-f FILTER, --filter FILTER
Use filter. See README#Filters
-l, --latest Download only latest edition.
-P DIRECTORY_PREFIX, --directory-prefix DIRECTORY_PREFIX
Download directory.
--downloader DOWNLOADER
Use External downloader (RECOMMENDED). Currently supported: aria2, wget, curl
--debug Print debug information.
--skip-download Don't download files.
Usage Examples
Docker
docker build . -t magzdb
docker run -v $(PWD):/tmp magzdb -h
# Add alias to shell
alias magzdb="docker run -v $(PWD):/tmp magzdb"
magzdb -h
Download all editions
$ magzdb -i 1826
Filters
You can supply filter using -f
, for example to download issues between
4063895
and 4063901
, you can write as
$ magzdb -i 1826 -f "eid > 4063895 and eid < 4063901"
You can use eid
, year
in the filter expression.
More examples of filter expression
eid > 4063895 and eid < 4063901
oreid >= 4063895 and eid <= 4063901
eid >= 4063895
oreid != 4063895
year >= 2018
,year <= 2018
,year == 2018
or evenyear != 2018
Download only latest edition
$ magzdb -i 1826 -l
Download only latest edition with custom location magazine
$ magzdb -i 1826 -l -P magazine
Use external downloader
$ magzdb -i 1826 -l -P magazine --downloader wget
This is recommended since internal downloader does not support resuming interrupted downloads.
Python Installation Recommendation
If you don't want to install official Python to your system (global). You can install pyenv installer environment under your specific account. It's prefered method for macOS users, because High Sierra and later macOS ships with old Python 2.7.10.
Contributing
Found a bug or missing a feature you are more than welcome to contribute.
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file magzdb-1.2.0.tar.gz
.
File metadata
- Download URL: magzdb-1.2.0.tar.gz
- Upload date:
- Size: 11.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c1267735631f8a8884074ec90d187f43ed3f5417deed89612f4ac2d7012d7ab7 |
|
MD5 | 57a1d22e50414c07035ade310384e440 |
|
BLAKE2b-256 | 8833e3c0dd5a1f02d6851a759717c7865fac9e6a07fd3995060a5a78d0e30f04 |
File details
Details for the file magzdb-1.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: magzdb-1.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 9.1 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcb96d9e7eea06aa77124bd1a0e7a9cee2d317ec27b59c62e10518be818d1216 |
|
MD5 | 65b284621a4b10c194eb5c1db29ff410 |
|
BLAKE2b-256 | 42a561c36c86526eefa726bc2e7a776ab0312059a704526c6913eb72efa6ce43 |