command 'getfile' to store torrent in a file (or to stdout with '-')

This commit is contained in:
Romain Bignon 2010-05-02 19:09:31 +02:00
commit 550fee93ba
3 changed files with 38 additions and 3 deletions

View file

@ -41,3 +41,6 @@ class ICapTorrent(ICap):
def get_torrent(self, _id):
raise NotImplementedError()
def get_torrent_file(self, _id):
raise NotImplementedError()