torrentool
torrentool copied to clipboard
The tool to work with torrent files.
[temp.zip](https://github.com/idlesign/torrentool/files/8636880/temp.zip) There is a torrent file, the info_hash from torrentool is "90005b48ee3680fe19a3ba365286e620a1c28e94"。but after I added it to qbittorrent, the real value of hash I got from qbittorrent is "cd83facad1b0ca0670a4612312a62ac259d96cf3".
hello i am using python3.9 i have some files named by '[date] xxxxx,zip' then, i create torrent by torrent = Torrent.create_from('/'+ date+ '/') torrent.to_file('my.torrent') but i cant hash it with...
Prevent corrupting filename in the case the path is contained in a file name Ex. from current working dir: ``` DIR/ DIR/prefix_DIR_suffix.ext ``` `DIR/prefix_DIR_suffix.ext` would previously be normalize to `prefix__suffix.ext`...
Maybe the intended code on line 356 on torrent.py is: if (size_data>size_max) because the condition: if (size_piece>size_max) seems impossible to meet from code above it
https://pypi.org/project/modern-bencode/ decode torrentool_bencode 29.49319815635681 s decode modern-bencode 13.25705099105835 s Booth libraries are using pure Python code. Maybe you can improve your performance. ```python def read_torrentool_bencode(torrent_file): metadata = torrentool.bencode.Bencode().decode(torrent_file) return metadata...
there is any way to load the torrent status nly by the magnet link?
This is more a wish list then a feature request, I'm prob gonna send a pr for all them. - [x] Support for webseed and http seed - [ ]...
In my repo, an user is having issue with some of his/her torrent files ([link to original issue](https://github.com/vinhtq115/rename-torrent-from-hash/issues/3)). I have filtered out files that are causing errors and uploaded them...