• About
  • Categories
  • Tags
  • Time Capsule
mix.agusti.cat

Jun 5, 2017 April 12, 2024 youtube tool article code

youtube-dl.101

one video:

youtube-dl "[video-url]"

one video to mp3:

youtube-dl --extract-audio --audio-format mp3 "[video-url]"

playlist to mp3:

youtube-dl --extract-audio --audio-format mp3 "[playlist-url]"

numbered order playlist to mp3:

youtube-dl --extract-audio --audio-format mp3 -o '%(playlist_index)s. %(title)s.%(ext)s' "[playlist-url]"

  • yt-dlp is a feature-rich command-line audio/video downloader. The project is a fork of youtube-dl.
  • youtube-dl Documentation
  • youtube-dl
Related posts by tag
  • 07 Nov 2024 daisyUI — Tailwind CSS Components
  • 04 Mar 2024 Using personal gems with Bundle without bothering your colleagues.
  • 12 Jul 2023 Protomaps - A serverless system for planet-scale maps
 Improve this page