Y
Hacker News
new
|
ask
|
show
|
jobs
by
voltagex_
3579 days ago
I like Deluge, but I really wish its default API (protocol) wasn't so difficult to use. It's
bencoded
Python objects as far as I can tell. If you've never heard of bencoding, that's because it's only used by Deluge.
1 comments
mappu
3579 days ago
The .torrent file format itself uses bencoded fields.
link
voltagex_
3579 days ago
Ah crap. I meant
rencoded
.
https://github.com/aresch/rencode
link