A python CLI application for downloading the files referenced by an NZB file.
Go to file
2022-02-13 04:04:09 +10:00
.gitignore update gitignore 2022-02-13 04:02:17 +10:00
nntpdl.py update gitignore 2022-02-13 04:02:17 +10:00
nzbdl.py init 2022-02-13 03:56:24 +10:00
README.md update readme 2022-02-13 04:04:09 +10:00
xmltodict.py init 2022-02-13 03:56:24 +10:00

nzbdl

A python CLI application for downloading the files referenced by an NZB file.

export NNTP_SERVER=news.example.com
export NNTP_USER=user
export NNTP_PASSWORD=password # if not set, is prompted at run time
pip3 install git+https://github.com/sabnzbd/sabyenc
python3 nzbdl.py "Big Buck Bunny.nzb"
# if articles were missing when attempting download:
cd dl; par2 repair *.par2