My torrents RSS RegX exchange (1 Viewer)

idioteque

Retired Team Member
  • Premium Supporter
  • September 29, 2005
    609
    9
    Home Country
    Netherlands Netherlands
    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>
     

    Users who are viewing this thread

    Top Bottom