GoogleCodeArchives / sabscripts

Automatically exported from code.google.com/p/sabscripts
0 stars 0 forks source link

Check History for NZB #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Check the history to see if the NZB has already been downloaded.

api?mode=history&start=START&limit=LIMIT&output=xml

Where START is the value to start checking from (1 is the END of the History) 
and LIMIT is the number of items to retrieve (maybe 20?).

Would need to use:
nzb_name to match the rssTitle + .nzb
name to match titleFix

Original issue reported on code.google.com by markus.mcd5@gmail.com on 20 May 2010 at 6:41

GoogleCodeExporter commented 9 years ago
SABSync will check last 20 items in history, except if download is a PROPER.

Original comment by markus.mcd5@gmail.com on 24 May 2010 at 5:55