{ "info": { "author": "Brett Stevenson", "author_email": "bstevensondev@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# YouTube to MP3\n\n

\n \n \"Build\n \n Documentation Status\n \n \n \n \"PyPi\n \n \"PyPI\n \n \"License\"/\n

\n\n
\n\n

\n \n

\n\n## Description \nThis program simplifies the process of searching, downloading and converting Youtube videos to MP3 files from the command-line. All you need is the video URL or the name of the artist/track you're looking for. \nThe program will attempt to retrieve data for a song matching the provided input by querying the iTunes API and use the data to find a corresponding YouTube video, if a URL is not provided. The video will then be downloaded, converted, and the gathered data will be used to populate the metadata of the MP3. \nOnce finished, the resulting MP3 file will be saved to your *Downloads* directory, with the following file-structure `Music/{artist}/{track}.mp3`. \n\n***Note:*** If a URL is provided and no match is found for the song data, the program will prompt the user for the track/artist and the YouTube thumbnail will be used as the album artwork. \n\n## Getting Started\n\n### Prerequisites \nThe program only requires that you have Python 3.4+ and [ffmpeg](https://www.ffmpeg.org/) or [libav](https://www.libav.org/) installed. For more information, check out the [additional setup](https://yt2mp3.readthedocs.io/en/latest/additional_setup.html).\n\n### Install \nYou can install the program with the following command: \n```sh\n$ pip install yt2mp3\n```\n\n## Usage \nThe program can be executed via the as follows: \n```sh\n$ yt2mp3 [-options]\n```\n\n#### Options: \n| Arguments | |\n|-------------------|-------------------------------------------------------|\n| `-t, --track` | Specify the track name query |\n| `-a, --artist` | Specify the artist name query |\n| `-c, --collection`| Specify the album name query\n| `-u, --url` | Specify a Youtube URL or ID |\n| `-p, --playlist` | Specify a Youtube playlist URL or ID |\n| `-o, --overwrite` | Overwrite the file if one exists in output directory |\n| `-r, --resolution`| Specify the resolution for the cover-art |\n| `-q, --quiet` | Suppress program command-line output |\n| `-v, --verbose` | Display a command-line progress bar |\n| `--version` | Show the version number and exit |\n| `-h, --help` | Display information on usage and functionality | \n\n## Documentation \nFurther documentation is available on [Read The Docs](https://yt2mp3.readthedocs.io/en/latest/)\n\n## Contributing \nIf you'd like to contribute to the project, feel free to suggest a [feature request](https://github.com/tterb/yt2mp3/issues/new?template=feature_request.md) and/or submit a [pull request](https://github.com/tterb/yt2mp3/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc). \n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://github.com/tterb/yt2mp3/archive/1.2.0.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tterb/yt2mp3", "keywords": "youtube,convert,mp3,download,itunes,music,cli", "license": "", "maintainer": "", "maintainer_email": "", "name": "yt2mp3", "package_url": "https://pypi.org/project/yt2mp3/", "platform": "", "project_url": "https://pypi.org/project/yt2mp3/", "project_urls": { "Download": "https://github.com/tterb/yt2mp3/archive/1.2.0.tar.gz", "Homepage": "https://github.com/tterb/yt2mp3" }, "release_url": "https://pypi.org/project/yt2mp3/1.2.4/", "requires_dist": [ "beautifulsoup4 (==4.6.3)", "colorama (==0.4.1)", "curses-menu (==0.5.0)", "itunespy (==1.5.5)", "lxml (==4.2.5)", "mutagen (==1.42.0)", "Pillow (==5.3.0)", "pydub (==0.23.0)", "requests (==2.21.0)", "setuptools (==40.6.3)", "youtube-dl (==2018.12.17)" ], "requires_python": "", "summary": "Simplifies the process of searching, downloading and converting Youtube videos to MP3 files", "version": "1.2.4" }, "last_serial": 4644889, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "55c244bb7c9dcde979467cf84d952adb", "sha256": "002eb8c3ee990418ac052aa8e6eaec68593c40d6e0b1b8923e1e7242f9134cdf" }, "downloads": -1, "filename": "yt2mp3-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "55c244bb7c9dcde979467cf84d952adb", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4930, "upload_time": "2018-05-25T08:43:22", "url": "https://files.pythonhosted.org/packages/fc/a8/4e628e2d187ba826ff297c296b8c733779c8eeaf78e06a3cd9a60b5dee98/yt2mp3-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b6a5b1c5199ffb6ffc8b580fc2172710", "sha256": "9859081726e191c44115a08b38e9e16f50de7c05bfcaa3221fb40ded11f49851" }, "downloads": -1, "filename": "yt2mp3-1.0.0.tar.gz", "has_sig": false, "md5_digest": "b6a5b1c5199ffb6ffc8b580fc2172710", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4599, "upload_time": "2018-05-25T08:16:25", "url": "https://files.pythonhosted.org/packages/00/d9/00623923c26f39f88cd86a5c64307f7bf8aff9b2201024f6f7afe8864f38/yt2mp3-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "493d3fb1856811c377916544ddb8c651", "sha256": "1ec5d019cb507c49ccf5e70201bc0ff822070d98b8d3db6375a4451dd0921c1d" }, "downloads": -1, "filename": "yt2mp3-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "493d3fb1856811c377916544ddb8c651", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4930, "upload_time": "2018-05-25T08:43:22", "url": "https://files.pythonhosted.org/packages/f6/50/2e7e39be8c3c4f1946fce74ccd2fed2d67d0b4ec48a888c5e6b07830142b/yt2mp3-1.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "489c0bf5634e080e4d63a9cb6609bb52", "sha256": "ead1650cdc610ea9f0d11201a758653060d3c5f974f67eea9dacf828ae983eeb" }, "downloads": -1, "filename": "yt2mp3-1.0.1.tar.gz", "has_sig": false, "md5_digest": "489c0bf5634e080e4d63a9cb6609bb52", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4598, "upload_time": "2018-05-25T08:43:37", "url": "https://files.pythonhosted.org/packages/d6/58/204772c05af198f8e1f1d40355306193ca7b8652682e7dc3085a84671cb2/yt2mp3-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "c166112f7a3777c2d2e927fb6589eda3", "sha256": "3899d875deac15fb3c1c7ec98a48f26d593a1d440f3661ba313879f647c9b8ff" }, "downloads": -1, "filename": "yt2mp3-1.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "c166112f7a3777c2d2e927fb6589eda3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4978, "upload_time": "2018-05-25T09:11:25", "url": "https://files.pythonhosted.org/packages/28/d1/caecc665611678857a9c1f383ad208836cbbfed1c2bb5c14ba8b3e3722dd/yt2mp3-1.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6e9ee91ae510817e6db4fcba33138921", "sha256": "447f7849fc4de372033a7e112f8b4dd3c12280fe6be18d658e96ace75e641097" }, "downloads": -1, "filename": "yt2mp3-1.0.2.tar.gz", "has_sig": false, "md5_digest": "6e9ee91ae510817e6db4fcba33138921", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5499, "upload_time": "2018-05-25T09:11:26", "url": "https://files.pythonhosted.org/packages/80/0f/8ad503337fe347b6beb86d8af118da7079c68ce25093ec7cb8affd480810/yt2mp3-1.0.2.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "43cf7dd09776caacb56674a7e7eb4cc2", "sha256": "245fbb68f1c394874e044b3e5f9a11ae2485aefcacef796d33be8c1347a354ea" }, "downloads": -1, "filename": "yt2mp3-1.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "43cf7dd09776caacb56674a7e7eb4cc2", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6356, "upload_time": "2018-07-01T07:07:45", "url": "https://files.pythonhosted.org/packages/42/cd/01427f583236178a7e8e0030fdec0072fa0dba5baa927192521b5fe29f08/yt2mp3-1.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1a8ecfe88d3ec10775ba145eb4fa6dc6", "sha256": "d64ac37531db2575fac7cf22730e3f53a253db674c4313ab24ce488d5b81757a" }, "downloads": -1, "filename": "yt2mp3-1.0.4.tar.gz", "has_sig": false, "md5_digest": "1a8ecfe88d3ec10775ba145eb4fa6dc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6420, "upload_time": "2018-07-01T07:07:47", "url": "https://files.pythonhosted.org/packages/0a/79/9abcab25dc7020ccdb1efc026288c3851564a2c30ba4d350dfcaca32d96c/yt2mp3-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "3fc64f15c2425910eb651db4bfd4745e", "sha256": "f4b9b2a991b0b348725beca22f5a84ffa5e295259c4a36e0065a0ebac1881e14" }, "downloads": -1, "filename": "yt2mp3-1.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "3fc64f15c2425910eb651db4bfd4745e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 6364, "upload_time": "2018-07-01T07:19:05", "url": "https://files.pythonhosted.org/packages/47/99/4e0861d30e98db9151ef8c96e5da75b9dbb5a3a8228dc758d00506878af2/yt2mp3-1.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8ad73f8f9366de776373a13c5ec609dd", "sha256": "498dc16b5608d4eec384ef5a08212866c47ec1da0794e98ffbef9a4c20f76383" }, "downloads": -1, "filename": "yt2mp3-1.0.5.tar.gz", "has_sig": false, "md5_digest": "8ad73f8f9366de776373a13c5ec609dd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6437, "upload_time": "2018-07-01T07:19:06", "url": "https://files.pythonhosted.org/packages/ab/b0/774c0db634ae0299fcbd62890c3d586c314f69d09f14534e5b92e9fb0de8/yt2mp3-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "f3b05dec30dc9eaa775867e3ac574adf", "sha256": "d9fc460d86bdc9f3cf4532ee0718d1cc7ef754917c903c3366d458b9ae733005" }, "downloads": -1, "filename": "yt2mp3-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "f3b05dec30dc9eaa775867e3ac574adf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 7194, "upload_time": "2018-08-01T00:29:55", "url": "https://files.pythonhosted.org/packages/4d/0e/8d3717dd7e2a5d21ff6df03d67cbc58df2425ca5766ca956209f43e66f76/yt2mp3-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e023dfca2c2a7dadf0e934fefa1ceb2b", "sha256": "4e124735f6774f396c332d49269f6dd464cf3e1fb3f4149a08ab8cc94a5bf4c5" }, "downloads": -1, "filename": "yt2mp3-1.1.0.tar.gz", "has_sig": false, "md5_digest": "e023dfca2c2a7dadf0e934fefa1ceb2b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7227, "upload_time": "2018-08-01T00:29:56", "url": "https://files.pythonhosted.org/packages/48/f7/5bcc8847c6da261ed06b07cb144d7e0a24c35d7f5d1812ddc64284955114/yt2mp3-1.1.0.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "b0cf629e05b0934eea8bb315ba8831ad", "sha256": "fbabdd411a53847c295c17e4e6927263474ef63181215344ffd05cd8467bb596" }, "downloads": -1, "filename": "yt2mp3-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "b0cf629e05b0934eea8bb315ba8831ad", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8972, "upload_time": "2018-08-18T02:48:17", "url": "https://files.pythonhosted.org/packages/1c/d9/13b25d34a29aabcd3ae49e68c7beb47b23733aa8f2e6959e78e16d3e83bf/yt2mp3-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0a52ad0502a646ab0fcd56a7540adecc", "sha256": "a95ef8f2bcde410b80c13bfd1ab8005bbc7145b609f498928a1293a34c315d66" }, "downloads": -1, "filename": "yt2mp3-1.2.0.tar.gz", "has_sig": false, "md5_digest": "0a52ad0502a646ab0fcd56a7540adecc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8574, "upload_time": "2018-08-18T02:48:18", "url": "https://files.pythonhosted.org/packages/08/a3/20a93ede6d6f97e76a0669ae90cf7850711d1281038ea3814f1c563c771c/yt2mp3-1.2.0.tar.gz" } ], "1.2.3": [ { "comment_text": "", "digests": { "md5": "a3e4a9bc0a7d74e5be4422f23f361908", "sha256": "4b32cc91b6888d1b877c409e0f2482d601f2ae1109799ca54590d6eed487b010" }, "downloads": -1, "filename": "yt2mp3-1.2.3-py2-none-any.whl", "has_sig": false, "md5_digest": "a3e4a9bc0a7d74e5be4422f23f361908", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 9491, "upload_time": "2018-10-30T03:50:46", "url": "https://files.pythonhosted.org/packages/60/7e/5eccf07ecc068aefd68a1b9cddd3c728e975b14c1f8a76b9fae29c1b434a/yt2mp3-1.2.3-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46a28950b2253681f4840a2af4c92e3c", "sha256": "797f6f77a7258dddf78bacf4ab516a8c11aa1fcd8a1ff535f52d8c16cb69187e" }, "downloads": -1, "filename": "yt2mp3-1.2.3-py3-none-any.whl", "has_sig": false, "md5_digest": "46a28950b2253681f4840a2af4c92e3c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9491, "upload_time": "2018-10-30T03:50:48", "url": "https://files.pythonhosted.org/packages/49/4c/3e674ce43dba6bcde458114d519e2699ddaecd66f3e95a36b3ead8f7e112/yt2mp3-1.2.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2a45484d9d6b69f5fb6c2d4f06f2b32b", "sha256": "f67e99daa4824d5c0bf531c5d45f21508e1f7c17866de1f77bf9d71e62661cf6" }, "downloads": -1, "filename": "yt2mp3-1.2.3.tar.gz", "has_sig": false, "md5_digest": "2a45484d9d6b69f5fb6c2d4f06f2b32b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8872, "upload_time": "2018-10-30T03:50:50", "url": "https://files.pythonhosted.org/packages/79/9f/1322d5a7e9349c83c34ab30df3e4dd02c050cb536bab08a8d022810dc54d/yt2mp3-1.2.3.tar.gz" } ], "1.2.4": [ { "comment_text": "", "digests": { "md5": "bb8d4a4c05f4e417bb80944cde1b683b", "sha256": "6cc2b6bab71cc6f3640c3335216a7c0860260f182f8b2bab2863389b7166dc89" }, "downloads": -1, "filename": "yt2mp3-1.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bb8d4a4c05f4e417bb80944cde1b683b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11031, "upload_time": "2018-12-29T22:57:00", "url": "https://files.pythonhosted.org/packages/88/33/3ce051f902bf98bb3815540b94981a0e95fbb0550812a910c9fbd4edc234/yt2mp3-1.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46daa6c87c5231c4cac60a0283cd9a5b", "sha256": "fa2bed4a1b4c03a2adb4d9c4fbb566285c8938f50758fc819c75f5003a174f51" }, "downloads": -1, "filename": "yt2mp3-1.2.4.tar.gz", "has_sig": false, "md5_digest": "46daa6c87c5231c4cac60a0283cd9a5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9257, "upload_time": "2018-12-29T22:57:01", "url": "https://files.pythonhosted.org/packages/89/cf/40325b51e63fe47cbb683628ebdac024412516b980826b8267a684f26a39/yt2mp3-1.2.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bb8d4a4c05f4e417bb80944cde1b683b", "sha256": "6cc2b6bab71cc6f3640c3335216a7c0860260f182f8b2bab2863389b7166dc89" }, "downloads": -1, "filename": "yt2mp3-1.2.4-py3-none-any.whl", "has_sig": false, "md5_digest": "bb8d4a4c05f4e417bb80944cde1b683b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11031, "upload_time": "2018-12-29T22:57:00", "url": "https://files.pythonhosted.org/packages/88/33/3ce051f902bf98bb3815540b94981a0e95fbb0550812a910c9fbd4edc234/yt2mp3-1.2.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "46daa6c87c5231c4cac60a0283cd9a5b", "sha256": "fa2bed4a1b4c03a2adb4d9c4fbb566285c8938f50758fc819c75f5003a174f51" }, "downloads": -1, "filename": "yt2mp3-1.2.4.tar.gz", "has_sig": false, "md5_digest": "46daa6c87c5231c4cac60a0283cd9a5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9257, "upload_time": "2018-12-29T22:57:01", "url": "https://files.pythonhosted.org/packages/89/cf/40325b51e63fe47cbb683628ebdac024412516b980826b8267a684f26a39/yt2mp3-1.2.4.tar.gz" } ] }