nzb-parser

1.0.1 • Public • Published

NZB Parser

Usage

import parse from 'nzb-parser'

const res = await fetch('https://example.com/file.nzb')
const nzb = parse(await res.text())

const files = nzb.files

Package Sidebar

Install

npm i nzb-parser

Weekly Downloads

4

Version

1.0.1

License

ISC

Unpacked Size

7.47 kB

Total Files

5

Last publish

Collaborators

  • thaunknown