> So I pirate the movie (please don't arrest me, it's google's fault) I really like the frank tone of the article and I wish people in general would just write unabashedly more often when it comes to stuff like this. Writers online love to dance around the idea of "pirating" their digital goods when communicating on the topic: "Ooh my 'friend' may or may not have downloaded 'xyz' movie from 'abc' website, but I don't…
I prefer pirating my music off YouTube.
yt-dlp -f bestaudio https://music.youtube.com/playlist?list=XXX
This nets you a bunch of *.webm files with Opus data inside them. YouTube's bestaudio is usually about 130 kbs Opus, which should be close to transparent. You can then use mkvextract to turn them into more usable *.opus files. mkvextract input.webm tracks 0:output.opus
The downside is that you need to tag your downloads manually after that. It's less of a problem for me since I use beets for my music library, but can be a pain if you don't have an automatic way of doing it.