nzbdl/README.md

15 lines
436 B
Markdown
Raw Permalink Normal View History

2022-02-12 17:56:24 +00:00
nzbdl
=====
A python CLI application for downloading the files referenced by an [NZB](https://en.wikipedia.org/wiki/NZB) file.
```bash
2022-02-12 18:04:09 +00:00
export NNTP_SERVER=news.example.com
export NNTP_USER=user
export NNTP_PASSWORD=password # if not set, is prompted at run time
2022-02-12 17:56:24 +00:00
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
```