Command line tool to download publication on jw.org.
From Pypi (recommended)
$ pip install jw_download
From github
$ git clone https://github.com/Unviray/jw_download.git
$ cd jw_download/
$ pip install -r requirements.txt
$ jw --help
Usage: jw [OPTIONS] [DEST]
JW book downloader
Options:
--date TEXT [default: 202001]
--pub TEXT Publication codename [default: w]
--fileformat TEXT Comma separated file format [default: JWPUB]
--lang TEXT [default: E]
--help Show this message and exit.
Publication date in format {year}{month}
.
Ex: for March 2020 -> 202003
Publication code name.
Supported code:
w
Watchtowerg
Awake
Comma separated file format.
Ex: for JWPUB and EPUB -> JWPUB,EPUB
Supported file format:
- EPUB
- JWPUB
- RTF
- TXT
- BRL
- BES
- DAISY
Some language doesn't include all file format.
Language code.
Ex:
E
-> EnglishFR
-> FrenchMG
-> Malagasy
Destination directory.
.
for current directory.