Open Source YouTube to MP3 Downloader
github.com
Open Source YouTube to MP3 Downloader
1–10 of 92 posts
Re: Open Source YouTube to MP3 Downloader
#2[deleted]
Re: Open Source YouTube to MP3 Downloader
#3I like yt-dlp, but I also see the value in something that looks and functions just like those websites people end up using anyways.
Re: Open Source YouTube to MP3 Downloader
#4I like yt-dlp, but I also see the value in something that looks and functions just like those websites people end up using anyways.
I do too, don’t get me wrong. yt-dlp has much more rich features and does a good bit more than this… however I’ve just been trying to challenge myself to make simple apps and I prefer GUIs over command.
Re: Open Source YouTube to MP3 Downloader
#5for those of us comfy with the console:
yt-dlp -x [YouTube or other url]Re: Open Source YouTube to MP3 Downloader
#6yt-dlp_linux -f bestaudio --audio-quality 2 --embed-thumbnail --add-metadata --extract-audio --audio-format mp3 --no-mtime -o "%(title)s.%(ext)s" http://
Re: Open Source YouTube to MP3 Downloader
#7for those of us comfy with the console: yt-dlp -x [YouTube or other url]
I think the "or other url" is important here. I didn't realise for a long time that I could put a reddit, Twitter or other URLs in there to download videos. You can find a complete list of supported sites here:
https://github.com/yt-dlp/yt-dlp/blob/master/supportedsites....
Re: Open Source YouTube to MP3 Downloader
#8Gave it a try. Worked great!
Re: Open Source YouTube to MP3 Downloader
#9yt-dlp_linux -f bestaudio --audio-quality 2 --embed-thumbnail --add-metadata --extract-audio --audio-format mp3 --no-mtime -o "%(title)s.%(ext)s" http://
Yeah except do yourself a favor and don't use mp3
Re: Open Source YouTube to MP3 Downloader
#10Gave it a try. Worked great!
Thank you for trying it out! Much appreciated :D