-
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
Upload the binary #2
Comments
@ngosang say:
Can't compile? Is everything ok with your system? Which system? Can an alternative fit? |
Archlinux The Python script works fine if I remove these lines:
So, libtorrent is fine. They changed those parameters in latests releases => https://www.libtorrent.org/reference-Core.html#add_torrent_params If I execute
I think this is not related to your program. I can't compile libtorrent source code because it's incompatible with boost version I have installed. That's why I'm asking for the standlaone binary. I think could be useful for people without knowledge to compile. |
@ngosang say:
This is not my program, but I use it. Not everything I like about her. @ngosang say:
Alternative: Script based on $ cat aria2c-magnet-to-torrent.sh #!/bin/sh
tmagnet="$1"
if [ -z "$tmagnet" ]
then
echo "Usage: $0 magnet-link"
exit 1
fi
ttrackers="http://retracker.local/announce,udp://tracker.internetwarriors.net:1337/announce,http://tracker.tfile.me/announce,http://bt3.t-ru.org/ann?magnet,http://bt4.t-ru.org/ann?magnet,http://xbtrutor.com:2710/announce,http://bt.rutracker.cc/ann,http://bt2.rutracker.cc/ann,http://bt3.rutracker.cc/ann,http://bt4.rutracker.cc/ann,http://torrent.gresille.org/announce,udp://shubt.net:2710,udp://tracker.coppersurfer.tk:6969/announce,udp://tracker.leechers-paradise.org:6969/announce,udp://glotorrents.pw:6969/announce,udp://bt.rutor.org:2710/announce,udp://tracker.blackunicorn.xyz:6969/announce,udp://tracker.openbittorrent.com:80/announce,udp://tracker.opentrackr.org:1337/announce,udp://tracker.glotorrents.com:6969/announce,udp://eddie4.nl:6969/announce"
aria2c --bt-tracker="$ttrackers" --bt-metadata-only=true --bt-save-metadata=true "$tmagnet" |
Could you compile
mag2tor.cpp
and upload the binary to https://github.com/xrgtn/mag2tor/releases ?The text was updated successfully, but these errors were encountered: