public this repo is viewable by everyone
Description: Your friendly neighborhood nzb downloader
Clone URL: git://github.com/maddox/pyrot.git
Click here to lend your support to: pyrot and make a donation at www.pledgie.com !
set episodes rake tasks for new newzbin lib
maddox (author)
2 days ago
commit  10e0bd09fa963635be4fea31ead4dc1132c37b72
tree    04aa8c9e8a985b08c83b49de6a5ab568143bd8da
parent  5bcce78b81508d1ecaf108974af3f9d5c4fc830a
...
137
138
139
140
 
141
142
143
...
137
138
139
 
140
141
142
143
0
@@ -137,7 +137,7 @@ namespace :pyrot do
0
                 
0
                 
0
                 # open connection to pyrot and get the nzb xml
0
- newzbin = Newzbin::Connection.new(PYROT_CONFIG['newzbin']['login'], PYROT_CONFIG['newzbin']['password'])
0
+ newzbin = Newzbin::Connection.new(:username => PYROT_CONFIG['newzbin']['login'], :password => PYROT_CONFIG['newzbin']['password'])
0
                 full_nzb = newzbin.get_nzb(nzb.newzbin_id)
0
                 
0
                 # pyrot add episode for downloading

Comments

    No one has commented yet.