Skip to content
/ nzb Public
forked from kieranj/nzb

A library for parsing nzb files using libxml for speed

License

Notifications You must be signed in to change notification settings

sholden/nzb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read Me

Nzb - Ruby library for parsing nzb files

by Kieran Johnson
http://github.com/kieranj/nzb

Installation:

$ gem sources -a http://gems.github.com/ (you only need to do this once)
$ gem install kieranj-nzb

Usage:

require 'rubygems'
require 'kieranj-nzb'

# Parse your file
fileset = Nzb.parser(file)

# This returns an array of file objects. Each file in turn contains an array of segments. Each segment has the msg_id, number and bytes.

About

A library for parsing nzb files using libxml for speed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published