-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mag2tor.py: KeyError: 'unknown name in torrent params: paused' #3
Comments
Hi @booshnelli . Use $ sh magnet2torrent.sh
Usage: magnet2torrent.sh magnet-link $ cat magnet2torrent.sh magnet2torrent.sh#!/bin/sh |
Ah splendid! Had no idea about aria2 but it seems to work like a charm, thanks a bunch for the heads up! 👍 |
@booshnelli say:
Collected. https://github.com/Network-BEncode-inside/torreadwrite . But haven't updated in a long time! |
Hello there!
This little program of yours is exactly what I'm looking for, although unfortunately it doesn't seem to work at the moment. I have libtorrent-rasterbar10, libtorrent-rasterbar-dev, and python3-libtorrent all installed. Running
python3 mag2tor.py [MAGNET]
results in:According to some stuff online, the
add_magnet_uri
function of libtorrent has been deprecated, so I suppose that probably has something to do with it!Here's a couple references to that:
Hope this can be of some help! :)
The text was updated successfully, but these errors were encountered: