Last things first no it was never publicly available it was for nicking posts from some 400+ sites removing duplicates and adding them to a blog the problem was it used way 2 much bandwidth(it maxed out my 10Mb connection) and the blog filled quicker than it could be read.
Back to the RSS Torrent Thingy (didn't realize utorrent did that I always tell it where to download ya learn something new every day
)
Currently only vary basic read RSS Parse download link Add to list
Couldn't get your RegEx to work (My knowledge of RegEx is vary limited) but am working on adding some RegEx Type Matching
Only 3 parse methods supported at the moment
0=Don't Parse
1=Simple Search & Replace
2=Sort of RegEx (Expresion©String) ©can be typed by holding down ALT and typing 0169 on the numeric keypad
i.e.
Original: s/http:\/\/www\.torrentspy\.com\/torrent\/([0-9]+)\/.*/http:\/\/cache\.torrentspy.com\/download\.asp?id=$1/;
Trans2: http:\/\/www\.torrentspy\.com\/torrent\/([0-9]+)\/.*@http://cache.torrentspy.com/download.asp?id=$1
3 Methods for 3 Sites
its early days
give it a test and let me know if it works
http://www.mytempdir.com/1342651also What needs doing apart from
1) a proper scripting parser I'm already working on it
2) Automatically Downloading Torrents(calling client)
[Edit]
P.S.
you can add scripts if needed though User,Pass & Records arn't implemented yet(& Probably wont be)
Item,Title,Link,Description,Category,Comments,Date,Poster need to match the fields in the feed
[/Edit]