slurp - nzb downloader
$ slurp [-ssl] [-threads num] [-u user [-p password]] -h host[:port] nzb [file...]
$ slurp -list nzb [file...]
The slurp utility reads a nzb file and downloads all its files, or only the ones specified in file.
The following options are supported
- -list
- List files in NZB, other options are ignored
- -ssl
- Turn on ssl support (Default: off)
- -threads number
- Number of download threads (Default: 10)
- -u username
- Login username
- -p password
- Login password
- -h hostname[:port]
- NNTP server hostname with optional port number
The following operands are supported
- nzb
- NZB file
- file
- File to be downloaded or listed from NZB, can use UNIX globbing
Copy the script to a location in your path and make it executable.
For convenience you can edit the default option values in the script.
slurp requires numba.