rndusr / torf

Python module to create, parse and edit torrent files and magnet links

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request]load torrent file from bytes object.

zero-custom opened this issue · comments

Expected behaviour: Just as Torrent.read(), but from bytes object.

example:

var t = bytes('from.some.torrent')
rtb = Torrent.readBytes(t)

Returns: New Torrent instance

commented