This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit adab2f13d5ba81ab779db3ede2282337eadf3f03
tree 69104e880fd73bd09c6bb01bf21bb598868f144c
parent c0e093dd7f170bfed8e537da22c3a45a12db8996
tree 69104e880fd73bd09c6bb01bf21bb598868f144c
parent c0e093dd7f170bfed8e537da22c3a45a12db8996
newzbin /
| name | age | message | |
|---|---|---|---|
| |
README | Wed Feb 20 19:57:37 -0800 2008 | [maddox] |
| |
newzbin.rb | Wed Feb 20 19:54:04 -0800 2008 | [maddox] |
| |
specs/ | Tue Mar 04 18:52:30 -0800 2008 | [maddox] |
| |
test.rb | Wed Feb 20 19:54:04 -0800 2008 | [maddox] |
README
####### Newzbin API ### http://v3.newzbin.com open a new newzbin connection, and search it with the method provided. Pass it vars to narrow the search Download the nzb using the provided get_nzb method newz = Newzbin::Connection.new('username', 'password') nzbs = newz.search(:q => 'casino royale', :ps_rb_video_format => 131072) puts nzbs.inspect newz.get_nzb(nzbs.first.id)




