Skip to main content

Python command-line tool to download your YouTube music.

Project description

About

EasyYoutubeMusic is a Python command-line tool for downloading your music from YouTube. It downloads the video's audio through youtube-dl and adds mp3 tags with eyeD3.

For example, here is how you would download a song to your music folder C:\Music:

python main.py https://www.youtube.com/watch?v=XEjLoHdbVeE --output-path="C:\Music"

Usage

Supported YouTube link types:

  • Video https://www.youtube.com/watch?v={VIDEO_ID}
  • Playlist https://www.youtube.com/playlist?list={PLAYLIST_ID}
  • Channel https://www.youtube.com/channel/{CHANNEL_ID}

Use python main.py --help for help on all available features.

Installation

MP3 Tagging

The current logic for tagging mp3s assumes that the YouTube title for songs is in format Artist - Song Title. If there are no dashes, artist will be left empty and the entire YouTube title will be the song title.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EasyYoutubeMusic-1.0.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

EasyYoutubeMusic-1.0.0-py2-none-any.whl (7.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page