blob: 6ac35bd7e3ce05d2f7d960f173a8696b9f887074 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
NZB is an XML-based file format for retrieving posts from NNTP
(Usenet) servers.
Since NZB is XML-based, it's relatively easy to build one-off parsers
to parse NZB files. This project is an attempt to consolidate those
many one-off NZB parsers into one simple interface.
WWW: http://pypi.python.org/pypi/pynzb/
|