Skip to main content

YouTube video to mp3 converter

Project description

YouTube Video to mp3 Converter

Converts the YouTube videos stored in your playlist to mp3 files (best used for songs!)

Table of Contents

  1. Installation
  2. Project Motivation
  3. Usage
  4. Contribute

.........................................................................................................................................................................................................................................................

Installation

Installation with pip: Type this in the terminal: pip install dizzy-dj

.........................................................................................................................................................................................................................................................

Project Motivation

You know the drill---You find a great song on YouTube, and wish there was an mp3 for offline listening. Well, wishes do come true!

.........................................................................................................................................................................................................................................................

Usage

Here's a sample usage demonstration:

from dizzydj import Downloader

# 'Music' is the playlist name
# Make sure to add the 'r' for chromedriver.exe and download path
# Make sure the download path alreay exists
# '320' is the music quality in kbps

obj = Downloader.Downloader('email@gmail.com', 'Music', r'path/to/chromedriver.exe', r'path/to/download', '320'))
# Enter password when prompted
obj.download()

Download chromedrive.exe from this link.
Check your chrome version from this link.

.........................................................................................................................................................................................................................................................

Contribute

  1. Fork the repository from Github
  2. Clone your fork

git clone https://github.com/yourname/simple-youtube-api.git

  1. Add the main repository as a remote

git remote add upstream https://github.com/jonnekaunisto/simple-youtube-api.git

  1. Create a pull request!

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

dizzy-dj-0.1.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

dizzy_dj-0.1-py3-none-any.whl (4.2 kB view hashes)

Uploaded Python 3

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