cross-posted from: https://lemmy.fmhy.ml/post/726542

I have ~100 users downloaded ~1000 of my files in the last week alone. Music piracy is still alive and kicking. I encourage everyone to download and install SoulseekQT/Nicotine+/Seeker-Android and share whatever kind of music you have for everybody to download. Let’s bring back music piracy!

  • croobat
    link
    fedilink
    English
    3
    edit-2
    1 year ago

    yt-dlp is the way my friend, I got a command to download a specific playlist of mine every once in a while:

    alias youtube-dl-playlist-guardar="yt-dlp -x -f bestaudio --external-downloader aria2c --external-downloader-args '-c -j 3 -x 3 -s 3 -k 1M' --ignore-errors --continue --audio-format mp3 'https://www.youtube.com/playlist?list=_______'"

    • Reborn Ash
      link
      fedilink
      English
      21 year ago

      Thank you for this! I’ll put it in a bash script and roll with it!

      • croobat
        link
        fedilink
        English
        2
        edit-2
        1 year ago

        You are very welcome! I use it with aria2, it’s opcional but recommended, in case you don’t want it you can strip the --external-downloader and -args part :)

        • Reborn Ash
          link
          fedilink
          English
          21 year ago

          Interesting. so, let me get this: how are you combining the yt-dl downloader with aria2? Like, you use yt-dl for getting the opus/ripping the vid, and feeding that to aria2 to actually download?

          • croobat
            link
            fedilink
            English
            11 year ago

            That’s exactly it, I use aria2 pretty much for parallel downloads (also to be able to resume them).