{ "info": { "author": "Nenad Bauk", "author_email": "bauk.nenad@gmail.com", "bugtrack_url": null, "classifiers": [ "Operating System :: OS Independent", "Programming Language :: Python :: 2" ], "description": "# About\r\nEasyYoutubeMusic 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`.\r\n\r\nFor example, here is how you would download a song to your music folder `C:\\Music`:\r\n\r\n`python main.py https://www.youtube.com/watch?v=XEjLoHdbVeE --output-path=\"C:\\Music\" `\r\n\r\n\r\n# Usage\r\nSupported YouTube link types:\r\n- Video `https://www.youtube.com/watch?v={VIDEO_ID}`\r\n- Playlist `https://www.youtube.com/playlist?list={PLAYLIST_ID}`\r\n- Channel `https://www.youtube.com/channel/{CHANNEL_ID}`\r\n\r\n\r\nUse `python main.py --help` for help on all available features.\r\n\r\n# Installation\r\n\r\n\r\n# MP3 Tagging\r\nThe 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. \r\n\r\n\r\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/fifiman/EasyYoutubeMusic", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "EasyYoutubeMusic", "package_url": "https://pypi.org/project/EasyYoutubeMusic/", "platform": "", "project_url": "https://pypi.org/project/EasyYoutubeMusic/", "project_urls": { "Homepage": "https://github.com/fifiman/EasyYoutubeMusic" }, "release_url": "https://pypi.org/project/EasyYoutubeMusic/1.0.0/", "requires_dist": null, "requires_python": "", "summary": "Python command-line tool to download your YouTube music.", "version": "1.0.0" }, "last_serial": 4398825, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3a80d42fc9bd82fd15206ccb3086f9fa", "sha256": "86cb773220a2ff1181b0930487f32b6d965337858e1cfe6fd5a4925fbc2de2dc" }, "downloads": -1, "filename": "EasyYoutubeMusic-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3a80d42fc9bd82fd15206ccb3086f9fa", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7949, "upload_time": "2018-10-21T08:16:11", "url": "https://files.pythonhosted.org/packages/40/4d/21eba5c27503a4a9441a8d905188acbb536ede0b5f6cf16e1d884e495be0/EasyYoutubeMusic-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef00a1e5f2b5d1511d575d3d91cf8567", "sha256": "6316c4f90eada8e81e90c257f1c0f2992e250378c1c6995e48004f64c6df1e30" }, "downloads": -1, "filename": "EasyYoutubeMusic-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ef00a1e5f2b5d1511d575d3d91cf8567", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5399, "upload_time": "2018-10-21T08:16:13", "url": "https://files.pythonhosted.org/packages/2c/68/4181ef392b919bf637905dc36768e2bebd675d5a981dd6ccc95a3bc4623c/EasyYoutubeMusic-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3a80d42fc9bd82fd15206ccb3086f9fa", "sha256": "86cb773220a2ff1181b0930487f32b6d965337858e1cfe6fd5a4925fbc2de2dc" }, "downloads": -1, "filename": "EasyYoutubeMusic-1.0.0-py2-none-any.whl", "has_sig": false, "md5_digest": "3a80d42fc9bd82fd15206ccb3086f9fa", "packagetype": "bdist_wheel", "python_version": "py2", "requires_python": null, "size": 7949, "upload_time": "2018-10-21T08:16:11", "url": "https://files.pythonhosted.org/packages/40/4d/21eba5c27503a4a9441a8d905188acbb536ede0b5f6cf16e1d884e495be0/EasyYoutubeMusic-1.0.0-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "ef00a1e5f2b5d1511d575d3d91cf8567", "sha256": "6316c4f90eada8e81e90c257f1c0f2992e250378c1c6995e48004f64c6df1e30" }, "downloads": -1, "filename": "EasyYoutubeMusic-1.0.0.tar.gz", "has_sig": false, "md5_digest": "ef00a1e5f2b5d1511d575d3d91cf8567", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5399, "upload_time": "2018-10-21T08:16:13", "url": "https://files.pythonhosted.org/packages/2c/68/4181ef392b919bf637905dc36768e2bebd675d5a981dd6ccc95a3bc4623c/EasyYoutubeMusic-1.0.0.tar.gz" } ] }