{ "info": { "author": "Kaustubh Dixit", "author_email": "kaustubh.29.dixit@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# YouTube Video to mp3 Converter\nConverts the YouTube videos stored in your playlist to mp3 files (best used for songs!)\n### Table of Contents\n1. [Installation](#installation)\n2. [Project Motivation](#motivation)\n3. [Usage](#usage)\n4. [Contribute](#contribute)\n\n.........................................................................................................................................................................................................................................................\n\n## Installation\n**Installation with pip:** Type this in the terminal:\n`pip install dizzy-dj`\n\n.........................................................................................................................................................................................................................................................\n\n## Project Motivation\nYou know the drill---You find a great song on YouTube, and wish there was an mp3 for offline listening. Well, wishes do come true!\n\n.........................................................................................................................................................................................................................................................\n\n## Usage\nHere's a sample usage demonstration:\n```\nfrom dizzydj import Downloader\n\n# 'Music' is the playlist name\n# Make sure to add the 'r' for chromedriver.exe and download path\n# Make sure the download path alreay exists\n# '320' is the music quality in kbps\n\nobj = Downloader.Downloader('email@gmail.com', 'Music', r'path/to/chromedriver.exe', r'path/to/download', '320'))\n# Enter password when prompted\nobj.download()\n``` \nDownload chromedrive.exe from [this](https://chromedriver.chromium.org/downloads) link.
\nCheck your chrome version from [this](https://support.chall.com/hc/en-us/articles/200336349-How-do-I-determine-what-version-of-Google-Chrome-I-m-using-) link.\n\n.........................................................................................................................................................................................................................................................\n
\n## Contribute\n1. Fork the repository from Github\n2. Clone your fork\n\n`git clone https://github.com/yourname/simple-youtube-api.git`\n\n3. Add the main repository as a remote\n\n`git remote add upstream https://github.com/jonnekaunisto/simple-youtube-api.git`\n\n4. Create a pull request!\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kaustubh-ai/DizzyDJ", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "dizzy-dj", "package_url": "https://pypi.org/project/dizzy-dj/", "platform": "", "project_url": "https://pypi.org/project/dizzy-dj/", "project_urls": { "Homepage": "https://github.com/kaustubh-ai/DizzyDJ" }, "release_url": "https://pypi.org/project/dizzy-dj/0.1/", "requires_dist": [ "Selenium (>=3)" ], "requires_python": ">=3", "summary": "YouTube video to mp3 converter", "version": "0.1" }, "last_serial": 5629925, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c7880b21341cffcbb6def823092da190", "sha256": "bed15197c45e8659b5509abb6e0b7c7b6daa669e91219b66210e28d17af40b7c" }, "downloads": -1, "filename": "dizzy_dj-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c7880b21341cffcbb6def823092da190", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 4157, "upload_time": "2019-08-04T06:22:08", "url": "https://files.pythonhosted.org/packages/c8/34/4d72ca038744ab6c7f5dee815223ea6e8841856f81a857f9c80e5a5bb32d/dizzy_dj-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "796513017a97057d43262a9b2d5c610a", "sha256": "7685e3891f938a149689a4d7f799f580fe60c7660c8c624247559ac227d4845d" }, "downloads": -1, "filename": "dizzy-dj-0.1.tar.gz", "has_sig": false, "md5_digest": "796513017a97057d43262a9b2d5c610a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3017, "upload_time": "2019-08-04T06:22:11", "url": "https://files.pythonhosted.org/packages/d3/a8/cf9fb1f68deefe0c6ae114f7be7122fc1127c5ad4e82c59f3ba79009b415/dizzy-dj-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c7880b21341cffcbb6def823092da190", "sha256": "bed15197c45e8659b5509abb6e0b7c7b6daa669e91219b66210e28d17af40b7c" }, "downloads": -1, "filename": "dizzy_dj-0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "c7880b21341cffcbb6def823092da190", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3", "size": 4157, "upload_time": "2019-08-04T06:22:08", "url": "https://files.pythonhosted.org/packages/c8/34/4d72ca038744ab6c7f5dee815223ea6e8841856f81a857f9c80e5a5bb32d/dizzy_dj-0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "796513017a97057d43262a9b2d5c610a", "sha256": "7685e3891f938a149689a4d7f799f580fe60c7660c8c624247559ac227d4845d" }, "downloads": -1, "filename": "dizzy-dj-0.1.tar.gz", "has_sig": false, "md5_digest": "796513017a97057d43262a9b2d5c610a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3", "size": 3017, "upload_time": "2019-08-04T06:22:11", "url": "https://files.pythonhosted.org/packages/d3/a8/cf9fb1f68deefe0c6ae114f7be7122fc1127c5ad4e82c59f3ba79009b415/dizzy-dj-0.1.tar.gz" } ] }