command 'getfile' to store torrent in a file (or to stdout with '-')
This commit is contained in:
parent
bcc3079d41
commit
550fee93ba
3 changed files with 38 additions and 3 deletions
|
|
@ -41,3 +41,6 @@ class ICapTorrent(ICap):
|
|||
|
||||
def get_torrent(self, _id):
|
||||
raise NotImplementedError()
|
||||
|
||||
def get_torrent_file(self, _id):
|
||||
raise NotImplementedError()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue