Skip to content

Simple CLI tool for your audio downloading needs

Notifications You must be signed in to change notification settings

OverseerUniverse/ov3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ov3 banner

ov3

A simple, cross-platform command-line tool to download audio from YouTube videos and save it as MP3 (or other audio formats).

Built as a thin wrapper around yt-dlp and FFmpeg.


Features

  • Download best-quality audio from a YouTube URL
  • Convert to MP3 (default) or other FFmpeg-supported audio formats
  • Choose audio bitrate
  • Clean, simple CLI
  • Cross-platform (Windows, macOS, Linux)
  • Installed globally via pipx
  • Added mp4

Requirements

  • Python 3.8+
  • FFmpeg installed and available on PATH
  • pipx

Installation

Install via pipx (local project)

pipx install .

Install from GitHub

pipx install git+https://github.com/OverseerUniverse/ov3

Usage

ytmp3 <"youtube-url">

Options

Flag Description Default
--quality Audio bitrate (128, 192, 256, 320) 192
--format Output audio format (includes mp4) mp3
--output Output filename template (yt-dlp style)
--start Start timestamp for a clip 0 secs
--end End timestamp for a clip vid len

Examples

ytmp3 <URL> --quality 320
ytmp3 <url> --start 0:30 --end 1:45
ytmp3 <URL> --format flac

Notes

FFmpeg must be installed and discoverable on your PATH

Only download content you own or have permission to download

About

Simple CLI tool for your audio downloading needs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages