Comments
Mallissin t1_iyepak0 wrote
Then FFMPEG to extract the audio, such as:
ffmpeg -i input.mp4 -vn -acodec copy output.aac
xanthraxoid t1_iyerj4h wrote
I use YouPipe on my phone, but I've never had any difficulty finding an online downloader by just googling "Youtube MP3 Download" or the like. Which one turns up might vary from time to time, but there's always one that works :-P
Others have also mentioned youtube-dl, which is probably the gold standard. It has a GUI (not sure if it's part of the default download - I got it via my linux distro) and has lots of options for audio only or video or whatever...
NoApparentReason256 t1_iyejj3l wrote
https://ytcanal.com/ works most of the time. Sometimes it doesn't, then I use atube catcher (which you have to download)
Beretta_errata t1_iyepkfg wrote
New Pipe for android
[deleted] t1_iyeqfk1 wrote
[removed]
itszor t1_iyenct5 wrote
If you have linux command-line power, "youtube-dl -x $url".