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!
𝗣𝗜𝗥𝗔𝗖𝗬 𝗜𝗦 𝗘𝗧𝗛𝗜𝗖𝗔𝗟!
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles
4. Don’t be repetitious, spam, harass others, or submit low-quality posts
5. Don’t post questions already answered. READ THE WIKI
💰 Please help cover server costs.
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=_______'"
Thank you for this! I’ll put it in a bash script and roll with it!
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 :)
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?
That’s exactly it, I use aria2 pretty much for parallel downloads (also to be able to resume them).
Is yt-dl limited when it comes to downloading?