Support for X-DNZB-Failure
Posted: April 17th, 2014, 1:54 am
The changelog mentions that support for X-DNZB-Failure header was added in 0.7.17Beta1. Did this feature not make it to 0.7.17 final? I don't see any mention in the code for this header information. I've written my own indexer, and it'd be nice to be able to report broken/bad NZB files.
Code: Select all
:~/SABnzbd-0.7.17$ grep -r "X-DNZB" .
./README.txt:- Basic support for X-DNZB-Failure and X-DNZB-Details headers, sent by some indexers
./sabnzbd/newzbin.py: rcode = response.getheader('X-DNZB-RCode')
./sabnzbd/newzbin.py: rtext = response.getheader('X-DNZB-RText')
./sabnzbd/newzbin.py: nzo_info['more_info'] = response.getheader('X-DNZB-MoreInfo')
./sabnzbd/newzbin.py: report_name = response.getheader('X-DNZB-Name')
./sabnzbd/newzbin.py: report_cat = response.getheader('X-DNZB-Category')
./CHANGELOG.txt:- Add X-DNZB-Failure and X-DNZB-Details support