Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

A Python program allowing users to download YouTube videos as MP3 audio files.

License

Notifications You must be signed in to change notification settings

cedricouellet/youtube-to-mp3

Repository files navigation

youtube-to-mp3

Download YouTube videos or playlists as MP3 audio files from a url.

Command Line Usage

usage: yturl2mp3 [-h] [-o DIR] [-t S] [-r N] URL

Youtube To MP3 Download Tool

positional arguments:
  URL                The YouTube URL to download. Playlist or single video.

optional arguments:
  -h, --help         show this help message and exit
  -o DIR, --out DIR  The directory in which to store the downloaded MP3 files.
  -t S, --timeout S  Request timeout length in seconds
  -r N, --retry N    Number of retries on failed download

About

A Python program allowing users to download YouTube videos as MP3 audio files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages