/slurp

nzb downloader

Primary LanguagePythonMIT LicenseMIT

Name

slurp - nzb downloader

Synopsis

$ slurp [-ssl] [-threads num] [-u user [-p password]] -h host[:port] nzb [file...]

$ slurp -list nzb [file...]

Description

The slurp utility reads a nzb file and downloads all its files, or only the ones specified in file.

Options

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

Operands

The following operands are supported

nzb
NZB file
file
File to be downloaded or listed from NZB, can use UNIX globbing

Installation

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.