Assembla home | Assembla project page
 

Ticket #167 (closed enhancement: fixed)

Opened 1 year ago

Last modified 1 year ago

Support "www.nzbmatrix.com" RSS feeds

Reported by: shypike Assigned to: shypike
Priority: normal Milestone: 0.5.0
Component: RSS Version: 0.4.0
Severity: normal Keywords:
Cc:

Description (Last modified by shypike)

Add support for RSS feeds from nzbmatrix.com.

This site requires a username and password to get to the NZB files. So similar support as for newzbin has to be added.

User "ultimatejones" provided a working prototype that needs more efficient integration in SABnzbd. Sources attached.

The implementation should be integrated with the existing newzbin/url-grabber support. The patch contains too much duplicated code. Also, a seperate screen for the nzbmatrix credentials is overdone, just add an extra box to the newzbin box. Consider renaming the newzbin tab to "Indexing sites".

Attachments

SABnzbd.nzbmatrix.rar (5.0 kB) - added by shypike on 10/25/08 12:54:47.
Additions and patch by "ultimatejones"

Change History

10/25/08 12:54:47 changed by shypike

  • attachment SABnzbd.nzbmatrix.rar added.

Additions and patch by "ultimatejones"

10/25/08 12:56:56 changed by shypike

  • owner set to shypike.

10/25/08 13:02:03 changed by shypike

  • description changed.

10/25/08 13:09:35 changed by shypike

Removal of "[nzbmatrix.com]" from NZB names is now done in ProcessArchiveFile?(). Move this filter to sanitize_filename(). This is more effective.

10/26/08 14:46:30 changed by shypike

  • status changed from new to closed.
  • resolution set to fixed.

(In [1727]) - Implement support for nzbmatrix.com RSS feeds. - Refactor URLGrabber so that it can handle nzbmatrix feeds. - Add entry of nzbmatrix username/password to newzbin page. - Rename "Newzbin" page to "Index sites" page. - Fix failed scheduled bookmark readout. - Remove need for soft restart for any newzbin/nzbmatrix chabnges.

Closes #167 for trunk.

10/26/08 16:43:48 changed by shypike

(In [1729]) Adjust for moved delete_bookmark function. Addresses #167 for trunk.