update readme
This commit is contained in:
parent
5539b55afe
commit
923cea09f7
|
@ -4,6 +4,9 @@ nzbdl
|
||||||
A python CLI application for downloading the files referenced by an [NZB](https://en.wikipedia.org/wiki/NZB) file.
|
A python CLI application for downloading the files referenced by an [NZB](https://en.wikipedia.org/wiki/NZB) file.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
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
|
pip3 install git+https://github.com/sabnzbd/sabyenc
|
||||||
python3 nzbdl.py "Big Buck Bunny.nzb"
|
python3 nzbdl.py "Big Buck Bunny.nzb"
|
||||||
# if articles were missing when attempting download:
|
# if articles were missing when attempting download:
|
||||||
|
|
Loading…
Reference in a new issue