first implementation of the easier stuff :)
This commit is contained in:
parent
ff942f08d5
commit
d65006a581
1 changed files with 2 additions and 0 deletions
|
@ -45,3 +45,5 @@ or even better:
|
||||||
This way, a torrent would just become another source for a specific file. When we `get` the file, it fires up `$YOUR_FAVORITE_TORRENT_CLIENT` to download the file.
|
This way, a torrent would just become another source for a specific file. When we `get` the file, it fires up `$YOUR_FAVORITE_TORRENT_CLIENT` to download the file.
|
||||||
|
|
||||||
That way we avoid the implementation complexity of shoving a complete bittorrent client within the assistant. The `get` operation would block until the torrent is downloaded, i guess... --[[anarcat]]
|
That way we avoid the implementation complexity of shoving a complete bittorrent client within the assistant. The `get` operation would block until the torrent is downloaded, i guess... --[[anarcat]]
|
||||||
|
|
||||||
|
This is now somewhat implemented, see [[devblog/day_238__extending_addurl_further/]] for details.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue