General > Off-Topic

YT playlist to mp3 site/app.

<< < (2/2)

JamminR:

--- Quote from: PasqualeFab on August 17, 2017, 02:56:40 AM ---Do you have to do each song individually?

--- End quote ---

No. That's what I was attempting to avoid, and youtube-dl + ffmpeg(and ffprobe) worked great.
I studied the command line options at youtube-dl's site and got a bit more complex.


--- Quote from: Timmy on August 14, 2017, 09:09:29 AM ---Software:
- youtube-dl + FFmpeg. (Uses the command-line. Runs without admin privileges. Works really well. Use the following command for mp3 audio of all videos in a YT playlist: youtube-dl --ignore-errors --extract-audio --audio-format mp3 <url to playlist>)

--- End quote ---

JamminR:
Because some keep spamming this post with sites that are limited to time or number of vids, or, to time before they get shut down.

I use Youtube-dl as recommended by others.
https://github.com/ytdl-org/youtube-dl

The win batch file I use is as follows. (URL must be in quotes)

--- Code: ---youtube-dl.exe -x --audio-quality 0 --audio-format mp3 --add-metadata --no-mark-watched -o %%(title)s.%%(ext)s --restrict-filenames --no-mtime -i %1
--- End code ---

I forget what all the options mean at this time.
See youtube-dl documentation.

I've obtained many items this way. (Not tried it in past few months, youtube-dl updates often, as does YT in trying to prevent it)


Navigation

[0] Message Index

[*] Previous page

Go to full version