WIth this tread I want to exchange all the popular RSS torrents
What I use is:
Torrentspy (tested and works)
pattern = <link>.*www\.torrentspy\.com/torrent/(?<id>.*)/.*</link>
replacement = <link>http://cache.torrentspy.com/download.asp?id=${id}</link>
BTjunkie (tested and works)
pattern = <link>(?<url>.*)</link>
replacement = <link>${url}/download.torrent</link>
What I use is:
Torrentspy (tested and works)
pattern = <link>.*www\.torrentspy\.com/torrent/(?<id>.*)/.*</link>
replacement = <link>http://cache.torrentspy.com/download.asp?id=${id}</link>
BTjunkie (tested and works)
pattern = <link>(?<url>.*)</link>
replacement = <link>${url}/download.torrent</link>