Does SABnzbd support newznab attributes in RSS feeds?
Posted: July 8th, 2019, 8:05 pm
Some indexers will have additional newznab attributes in their RSS feeds that could he helpful for filtering. One popular indexer does something like this:
Being able to filter p2p or scene with the origin attribute in particular could be very useful. Can SABnzbd already do this or is this something it might support in the future? NZBGet supports this with Accept:( attr-origin:p2p ), but I prefer using SABnzbd.
Code: Select all
<newznab:attr name="category" value="5000"/>
<newznab:attr name="category" value="5030"/>
<newznab:attr name="group" value="alt.binaries.blah"/>
<newznab:attr name="poster" value="blah <fake@address.com>"/>
<newznab:attr name="origin" value="p2p"/>