This CLI program seems to work well, but since it is a binary I can’t see what it is (presumably) streaming torrents from. It’s easy and fast and has an extensive library, which is good. I’m not good enough at coding to dig through the git repo to really determine if this is safe. So, while this tool seems to do what it describes - I can’t monitor traffic at all (if you have a way to do that on Arch, please let me know!). Most of the Megathread is safe torrent sites, so I have no idea if this is pulling from those. Again, it does work, and easily - but I have no clue what the traffic is doing.

  • mycodesucks@lemmy.world
    link
    fedilink
    English
    arrow-up
    4
    ·
    24 hours ago

    It’s absolutely unsafe. I ran it on my machine, and the next thing I knew, it was 4 days later and I knew what a Zaku was.

  • riwo@lemmy.blahaj.zone
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    1 day ago

    according to the readme.md in the git repo, it scrapes its info from https://allmanga.to/.
    allmanga includes direct downloads as well as torrents though, so this is not very helpful.

    looking into the script itself, this seems to be the code where it picks the download url

    provider-code

    as far as i can tell, none of the listed providers here hosts torrents. so the resulting link should always be a direct download.

    it looks like when u play an episode with the script, the url is directly put into your player, with afaict none of the listed players supporting torrent streaming/downloading.

    when downloading the episode, it can use the program aria2c as a downloader and that program does support torrent downloads, but all of the options used when running aria inply that its run on an http url not a torrent.

    with all of this, id make an educated guess, that the script at no point downloads any torrents. i am not 100% certain, because i’m not good with bash and this script is confusing to me >.<