<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Add Torrents To Deluge | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/12639</link>
    <description>Recent comments on userscript: Add Torrents To Deluge</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>please update, replied by arro</title>
      <description>&lt;p&gt;i want to thank you for this great idea but i encounter an error trying to open a torrent from mininova, the message says:&lt;/p&gt;

&lt;p&gt;Error adding torrent to webui:
&lt;br /&gt;&quot;error:
&lt;br /&gt;--------------------
&lt;br /&gt;Traceback (most recent call last):
&lt;br /&gt;  File &quot;/var/lib/python-support/python2.6/deluge/ui/webui/page_decorators.py&quot;, line 165, in deco
&lt;br /&gt;    print func(self, name) #remote
&lt;br /&gt;  File &quot;/var/lib/python-support/python2.6/deluge/ui/webui/pages.py&quot;, line 387, in POST
&lt;br /&gt;    proxy.add_torrent_filecontent(torrent_name, data_b64)
&lt;br /&gt;  File &quot;/var/lib/python-support/python2.6/deluge/xmlrpclib.py&quot;, line 1150, in __call__
&lt;br /&gt;    return self.__send(self.__name, args)
&lt;br /&gt;  File &quot;/var/lib/python-support/python2.6/deluge/xmlrpclib.py&quot;, line 1440, in __request
&lt;br /&gt;    verbose=self.__verbose
&lt;br /&gt;  File &quot;/var/lib/python-support/python2.6/deluge/ui/client.py&quot;, line 93, in request
&lt;br /&gt;    return self._parse_response(h.getfile(), sock)
&lt;br /&gt;  File &quot;/var/lib/python-support/python2.6/deluge/xmlrpclib.py&quot;, line 1343, in _parse_response
&lt;br /&gt;    return u.close()
&lt;br /&gt;  File &quot;/var/lib/python-support/python2.6/deluge/xmlrpclib.py&quot;, line 787, in close
&lt;br /&gt;    raise Fault(**self._stack[0])
&lt;br /&gt;Fault: &amp;lt;fault&gt;&lt;/p&gt;

&lt;p&gt;&quot;&lt;/p&gt;

&lt;p&gt;I'm also wondering if you are able to create an extension like these:
&lt;br /&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/6253&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/...&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/13854&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/...&lt;/a&gt;
&lt;br /&gt;my idea for perfect addon &lt;a href=&quot;http://img28.imageshack.us/img28/232/mockupdeluge.jpg&quot;&gt;http://img28.imageshack.us/img28/232/mockupdelu...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Fri, 25 Sep 2009 13:57:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:35885:172858</guid>
      <author>arro</author>
      <link>http://userscripts.org/posts/172858</link>
    </item>
    <item>
      <title>Archived Comments, replied by shjoity</title>
      <description>&lt;p&gt;bug::if the download url has a + in it it errenously turns that into a space and cannot download it&lt;/p&gt;</description>
      <pubDate>Thu, 13 Nov 2008 18:33:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12151:31713</guid>
      <author>shjoity</author>
      <link>http://userscripts.org/posts/31713</link>
    </item>
    <item>
      <title>Archived Comments, replied by shjoity</title>
      <description>&lt;p&gt;can you make it work with this userstyle?:http://userstyles.org/styles/916&lt;/p&gt;

&lt;p&gt;however it may need to be fixed in the style, that may be more fiting&lt;/p&gt;</description>
      <pubDate>Thu, 13 Nov 2008 18:25:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12151:31714</guid>
      <author>shjoity</author>
      <link>http://userscripts.org/posts/31714</link>
    </item>
    <item>
      <title>Archived Comments, replied by alala</title>
      <description>&lt;p&gt;These are the two statements I'm using for Demonoid-
&lt;br /&gt;&lt;pre&gt;      // Demonoid format
   if (url.match(/http:\/\/www\.demonoid\.com\/files\/download\/HTTP\//i)) {
       return true;
   }
   
         // Demonoid format II
   if (url.match(/http:\/\/www\.demonoid\.com\/files\/download\//i)) {
       return true;
   }&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Someone else may find them useful :)&lt;/p&gt;</description>
      <pubDate>Sun, 09 Nov 2008 22:30:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12151:31715</guid>
      <author>alala</author>
      <link>http://userscripts.org/posts/31715</link>
    </item>
    <item>
      <title>Archived Comments, replied by krixon</title>
      <description>&lt;p&gt;If you search for the match() function in the script, you can add an if statement like so:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;&lt;code&gt;// isohunt format
if (url.match(/http:\/\/.*isohunt\.com\/download\//i)) {
    return true;
}&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;You will need to replace the stuff between the parens after match with an expression to match your site's URL. I can't get access to the download pages of the sites you posted to find that format though so you are own your own i'm afraid unless you can post some example urls of download links.&lt;/p&gt;</description>
      <pubDate>Thu, 06 Nov 2008 16:27:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12151:31716</guid>
      <author>krixon</author>
      <link>http://userscripts.org/posts/31716</link>
    </item>
    <item>
      <title>Archived Comments, replied by Garret</title>
      <description>&lt;p&gt;How i can add support for torrent-communities like &lt;a href=&quot;http://www.tntvillage.org/?act=allreleases&quot;&gt;http://www.tntvillage.org/?act=allreleases&lt;/a&gt; and &lt;a href=&quot;http://colombo-bt.org/index.php?action=torrents&quot;&gt;http://colombo-bt.org/index.php?action=torrents&lt;/a&gt; ? I am not very good at coding :( Can you help me please?&lt;/p&gt;</description>
      <pubDate>Wed, 06 Feb 2008 18:43:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12151:31717</guid>
      <author>Garret</author>
      <link>http://userscripts.org/posts/31717</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:00 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12151:31712</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/31712</link>
    </item>
  </channel>
</rss>
