V
V
Vyacheslav Golovanov2012-10-22 00:45:38
RSS
Vyacheslav Golovanov, 2012-10-22 00:45:38

uTorrent automation?

How to create rss that will understand utorrrent, and is it possible to make download links there not as links to .torrent files, but as magnet links?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
C
camokatik, 2012-10-22
@camokatik

<?xml version="1.0" encoding="utf-8"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
    <title>example</title>
    <link>http://example.com/</link>
    <description>Latest example.com torrents</description>
    <language>en-us</language>
    <atom:link href="http://example.com/rss.xml" rel="self" type="application/rss+xml" />
    <item>
  <title>Torrent title</title>
  <guid isPermaLink='true'>http://example.com/123456.html</guid>
  <pubDate>Sun, 21 Oct 2012 22:56:14 +0200</pubDate>
  <category>Software</category>
  <link>http://example.com/123456.html</link>
  <enclosure url="" length="" type="application/x-bittorrent" />
  <description><![CDATA[]]></description>
    </item>
  </channel>
</rss>

In the enclosure, add magnet to the url attribute, and length — the size of the torrent content in bytes. It worked on localhost, utorernt 3.2, win7

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question