I agree I had to get an invite/pay before I could code for Newzbin and I only get the ability to invite after being a member for a while. I have 5 invites at the moment, PM me if you guys want one.
Also I created a template for NZBMatrix. Give it a try in Sites.xml and tell me how it goes. I am at work and haven't tested it yet, tell me if Size is not being displayed or if its not working at all. You just add this code to Sites.xml then replace [USER] and [API] in every URL using a Search&Replace.
The reason I can add NZBMatrix now is they finally made it possible to have download links in the RSS feeds instead of a details page that requires login. I may redo my code in the future so that you just put your information in and it replaces it for you. Like this:
<fields>
<field name="USER">SpiderMang</field>
<field name="API">d7g98ds7hg896fds98g798de7gdfgdf0</field>
</fields>
That key is just gibberish I typed in BTW
That or maybe put it in the MP config area but I really like XML stuff.
You want to remove the [] characters also. I will test it today and see what I got wrong.
Canada
Fixes
* pubDate is now TryParseExact instead of ParseExact
* NZBs and NZBsRus were wrong in Sites_Custom
* Removed RegEx from size type 1 (Using "(\d+[,|.]\d+)\s?(\w{2,4})" for all sites)
* Menu only showed up with 2 items (Now shows with just 1)
Additions
* NZBClub Groups
* NZBMatrix Feeds
* NZBSerien Feed
* Generic login support using Sites.xml (Newzbin only currently)
* NZB Information for Newzbin & TvNZB
* Season/Episode search string formatting for MyTVSeries
<login username="" password=""/>
Canada