m2t
m2t copied to clipboard
Magnet to Torrent converter webservice
If you are interested, this PR makes `scraper.py` run on newer systems: - works in python3 now (as python2 is on its way out) - supports IPv6 in addition to...
I'm trying to cobble something together to take a torrent / magnet as input, get the HASH and Trackers, then verify that there are at lease X seeds active. I...
Hi, I found the following error while code is trying to data write data into DB ``` Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/bottle.py", line 862, in _handle return route.call(**args)...