Git Product home page Git Product logo

Comments (3)

zvezdochiot avatar zvezdochiot commented on August 28, 2024

Hi @booshnelli .

Use aria2:

$ sh magnet2torrent.sh 
Usage: magnet2torrent.sh magnet-link

magnet2torrent.sh.gz

$ cat magnet2torrent.sh 
magnet2torrent.sh
#!/bin/sh

tmagnet="$1"
if [ -z "$tmagnet" ]
then
echo "Usage: $0 magnet-link"
exit 1
fi

ttrackers="http://tracker.tfile.me/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://tracker.leechers-paradise.org:6969/announce,udp://tracker.coppersurfer.tk:6969/announce,udp://bt.rutor.org:2710/announce,udp://glotorrents.pw:6969/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,udp://tr.peerfect.org:6969/announce"

aria2c --bt-tracker="$ttrackers" --bt-metadata-only=true --bt-save-metadata=true "$tmagnet"

from mag2tor.

booshnelli avatar booshnelli commented on August 28, 2024

Ah splendid! Had no idea about aria2 but it seems to work like a charm, thanks a bunch for the heads up! 👍
Out of curiosity, where'd you get that list of trackers from though?

from mag2tor.

zvezdochiot avatar zvezdochiot commented on August 28, 2024

@booshnelli say:

Out of curiosity, where'd you get that list of trackers from though?

Collected. https://github.com/Network-BEncode-inside/torreadwrite . But haven't updated in a long time!

from mag2tor.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.