rndusr / torf

Python module to create, parse and edit torrent files and magnet links
GNU General Public License v3.0
180 stars 17 forks source link

v2 Torrent - Invalid metainfo: Missing 'pieces' in ['info'] #21

Closed TgSeed closed 2 years ago

TgSeed commented 2 years ago

Hello, Using latest version in python. Getting "Invalid metainfo: Missing 'pieces' in ['info']" at torrent file loading.

Example torrent file: https://libtorrent.org/bittorrent-v2-test.torrent

rndusr commented 2 years ago

V2 is not supported. I might add it in the future, but it's low on my list.