{ "info": { "author": "Ritiek Malhotra and the spotify-downloader contributors", "author_email": "ritiekmalhotra123@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3 :: Only", "Topic :: Multimedia", "Topic :: Multimedia :: Sound/Audio", "Topic :: Utilities" ], "description": "# Spotify-Downloader\n\n[![PyPi](https://img.shields.io/pypi/v/spotdl.svg)](https://pypi.org/project/spotdl)\n[![Build Status](https://travis-ci.org/ritiek/spotify-downloader.svg?branch=master)](https://travis-ci.org/ritiek/spotify-downloader)\n[![Coverage Status](https://codecov.io/gh/ritiek/spotify-downloader/branch/master/graph/badge.svg)](https://codecov.io/gh/ritiek/spotify-downloader)\n[![Docker Build Status](https://img.shields.io/docker/build/ritiek/spotify-downloader.svg)](https://hub.docker.com/r/ritiek/spotify-downloader)\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)\n[![Gitter Chat](https://badges.gitter.im/ritiek/spotify-downloader/Lobby.svg)](https://gitter.im/spotify-downloader/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)\n\n- Downloads songs from YouTube in an MP3 format by using Spotify's HTTP link.\n- Can also download a song by entering its artist and song name (in case if you don't have the Spotify's HTTP link for some song).\n- Automatically applies metadata to the downloaded song which includes:\n\n - `Title`, `Artist`, `Album`, `Album art`, `Lyrics` (if found on [lyrics wikia](http://lyrics.wikia.com)), `Album artist`, `Genre`, `Track number`, `Disc number`, `Release date`, and more...\n\n- Works straight out of the box and does not require you to generate or mess with your API keys (already included).\n\nBelow is how your music library will look!\n\n\n\n## Installation\n\n\u2757\ufe0f **This tool works only with Python 3.**\n\nPython 2 compatibility was dropped because of the way it deals with unicode (2020 is coming soon too).\nIf you still need to use Python 2 - check out the (outdated)\n[python2](https://github.com/ritiek/spotify-downloader/tree/python2) branch.\n\nspotify-downloader works with all major distributions and even on low-powered devices such as a Raspberry Pi.\n\nspotify-downloader can be installed via pip with:\n```console\n$ pip3 install spotdl\n```\n\nbut be sure to check out the [Installation](https://github.com/ritiek/spotify-downloader/wiki/Installation) wiki\npage for detailed OS-specific instructions to get it and other dependencies it relies on working on your system.\n\n## Usage\n\nFor the most basic usage, downloading tracks is as easy as\n\n```console\n$ spotdl --song https://open.spotify.com/track/2DGa7iaidT5s0qnINlwMjJ\n$ spotdl --song \"ncs - spectre\"\n```\n\nFor downloading playlist and albums, you need to first load all the tracks into text file and then pass\nthis text file to `--list` argument. Here is how you would do it for a playlist\n\n```console\n$ spotdl --playlist https://open.spotify.com/user/nocopyrightsounds/playlist/7sZbq8QGyMnhKPcLJvCUFD\nINFO: Writing 62 tracks to ncs-releases.txt\n$ spotdl --list ncs-releases.txt\n```\n\nRun `spotdl --help` to get a list of all available options in spotify-downloader.\n\nCheck out the [Available options](https://github.com/ritiek/spotify-downloader/wiki/Available-options)\nwiki page for the list of currently available options with their description.\n\nThe wiki page [Instructions for Downloading Songs](https://github.com/ritiek/spotify-downloader/wiki/Instructions-for-Downloading-Songs)\ncontains detailed information about different available ways to download tracks.\n\n## FAQ\n\nAll FAQs will be mentioned in our [FAQ wiki page](https://github.com/ritiek/spotify-downloader/wiki/FAQ).\n\n## Contributing\n\nCheck out [CONTRIBUTING.md](CONTRIBUTING.md) for more info.\n\n## Running Tests\n\n```console\n$ python3 -m pytest test\n```\n\nObviously this requires the `pytest` module to be installed.\n\n## Disclaimer\n\nDownloading copyright songs may be illegal in your country.\nThis tool is for educational purposes only and was created only to show\nhow Spotify's API can be exploited to download music from YouTube.\nPlease support the artists by buying their music.\n\n## License\n\n[![License](https://img.shields.io/github/license/ritiek/spotify-downloader.svg)](https://github.com/ritiek/spotify-downloader/blob/master/LICENSE)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "https://pypi.org/project/spotdl/", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ritiek/spotify-downloader", "keywords": "spotify,downloader,download,music,youtube,mp3,album,metadata", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "spotdl", "package_url": "https://pypi.org/project/spotdl/", "platform": "", "project_url": "https://pypi.org/project/spotdl/", "project_urls": { "Download": "https://pypi.org/project/spotdl/", "Homepage": "https://github.com/ritiek/spotify-downloader" }, "release_url": "https://pypi.org/project/spotdl/1.2.2/", "requires_dist": [ "pathlib (>=1.0.1)", "youtube-dl (>=2017.9.26)", "pafy (>=0.5.3.1)", "spotipy (>=2.4.4)", "mutagen (>=1.41.1)", "beautifulsoup4 (>=4.6.3)", "unicode-slugify (>=0.1.3)", "titlecase (>=0.10.0)", "logzero (>=1.3.1)", "lyricwikia (>=0.1.8)", "PyYAML (>=3.13)", "appdirs (>=1.4.3)" ], "requires_python": ">=3.4", "summary": "Download songs from YouTube using Spotify song URLs or playlists with albumart and meta-tags.", "version": "1.2.2" }, "last_serial": 5363627, "releases": { "0.9.1": [ { "comment_text": "", "digests": { "md5": "31459685d006b65a23c7722f6735e0c4", "sha256": "43f6dc2e9bd83e53e27ae5f53027cb8a207eb71ddcb760e666b86e36729d21e6" }, "downloads": -1, "filename": "spotdl-0.9.1-py3-none-any.whl", "has_sig": false, "md5_digest": "31459685d006b65a23c7722f6735e0c4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 20844, "upload_time": "2018-04-17T11:19:23", "url": "https://files.pythonhosted.org/packages/15/9e/eff9899d347702b1656aaf77d25632306b34011b5db50fe40400833942ad/spotdl-0.9.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "379972809df9a460f59fa56b3f3382dc", "sha256": "6bbcbca246263702141e20dc291cf62353cd928c7519c98bcf1415f4b2752aa0" }, "downloads": -1, "filename": "spotdl-0.9.1.tar.gz", "has_sig": false, "md5_digest": "379972809df9a460f59fa56b3f3382dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 26724, "upload_time": "2018-04-17T11:19:24", "url": "https://files.pythonhosted.org/packages/f8/e0/639a422238d8016cda9379c5771bfcf47bc654a0d1e80848df5c79a1456b/spotdl-0.9.1.tar.gz" } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "68ea22bf1e1ebe20f1a641d1b5d5b77a", "sha256": "20aea1bccde03efa933f08702686df74e5204191fbf4b61f5ee13f659ea549ea" }, "downloads": -1, "filename": "spotdl-0.9.2-py3-none-any.whl", "has_sig": false, "md5_digest": "68ea22bf1e1ebe20f1a641d1b5d5b77a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21406, "upload_time": "2018-04-17T12:10:03", "url": "https://files.pythonhosted.org/packages/6e/96/04493fa89598759f6328ff5cf7f742ca5999ec57c07a271704e4721a4814/spotdl-0.9.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "b521f4e6977751720f426a8ac9bc52a1", "sha256": "7d2e78c5fc0bd66cd215bb3f1056bc3e7a486a078651a35fd17d50cfa5b92f04" }, "downloads": -1, "filename": "spotdl-0.9.2.tar.gz", "has_sig": false, "md5_digest": "b521f4e6977751720f426a8ac9bc52a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27592, "upload_time": "2018-04-17T12:10:04", "url": "https://files.pythonhosted.org/packages/8a/04/c1a4ce75c48127609a2faabfaa79f11cb0450ef791e9025b5821cf1c9ff0/spotdl-0.9.2.tar.gz" } ], "0.9.3": [ { "comment_text": "", "digests": { "md5": "11beeb2c2a6f4b66a6e6f3fd68bbace8", "sha256": "56444bf886c1a06c2a3af14f31ed5d70cdf7f5653b8797b07c60fbde2f541b5b" }, "downloads": -1, "filename": "spotdl-0.9.3-py3-none-any.whl", "has_sig": false, "md5_digest": "11beeb2c2a6f4b66a6e6f3fd68bbace8", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21456, "upload_time": "2018-04-17T12:17:26", "url": "https://files.pythonhosted.org/packages/03/8e/43a80b9b6e6d15d6a2dfbbd9959da2681ceb732ebb1c7b9745da52c0ecc6/spotdl-0.9.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "44eeb0f5a7ad02946e75e4c406e93075", "sha256": "79174690031bee842f99104bd79393e3cab5820efafa4291eff81f5276671e46" }, "downloads": -1, "filename": "spotdl-0.9.3.tar.gz", "has_sig": false, "md5_digest": "44eeb0f5a7ad02946e75e4c406e93075", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27644, "upload_time": "2018-04-17T12:17:27", "url": "https://files.pythonhosted.org/packages/9a/6d/b66a58f08890965f4afb94bc3738624407328fc12c081697ac18537d0446/spotdl-0.9.3.tar.gz" } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "710ea9dcc86765eceb866de4ea6f0050", "sha256": "3d532e90108d3c57a0ab6d58f4811d8e0b67823ff13d07993f3dd39d34e07501" }, "downloads": -1, "filename": "spotdl-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "710ea9dcc86765eceb866de4ea6f0050", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 33765, "upload_time": "2018-09-09T15:29:06", "url": "https://files.pythonhosted.org/packages/59/5d/8dd42d4c27ec469630b962389db45566c86fc1eaab5c0ff1d214e607e40c/spotdl-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6879d6e1fee52c5309ef1b3b91d22b59", "sha256": "23fd0c29138470d300bd3728a1fd7dfc6c38cf3de2fd2fb9ebd9c56ed35a497a" }, "downloads": -1, "filename": "spotdl-1.0.0.tar.gz", "has_sig": false, "md5_digest": "6879d6e1fee52c5309ef1b3b91d22b59", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 20023, "upload_time": "2018-09-09T15:29:08", "url": "https://files.pythonhosted.org/packages/88/90/f2ddd18b5b64d3c402d64ba06891f08aaf913b64bdd06614e21859278305/spotdl-1.0.0.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "e323d83b3daeb8aa570c7cde5f4b7a7a", "sha256": "99f3a393a0ff3df9004d665558768b3275d1fa4d7b60483e2bed3e3dbd25480c" }, "downloads": -1, "filename": "spotdl-1.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "e323d83b3daeb8aa570c7cde5f4b7a7a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 21640, "upload_time": "2018-11-13T18:07:03", "url": "https://files.pythonhosted.org/packages/d3/4a/3c385479f69c59ba0a6fb8c43afb4ecea40b8d2c38f0560af020ef40e0ab/spotdl-1.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd38d00e254122658b0f930669cb01e3", "sha256": "3793ee6b2849d89cf2fce50d318f67f0bbd790535fbe687920c949b063ac62e4" }, "downloads": -1, "filename": "spotdl-1.1.0.tar.gz", "has_sig": false, "md5_digest": "bd38d00e254122658b0f930669cb01e3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 24933, "upload_time": "2018-11-13T18:07:05", "url": "https://files.pythonhosted.org/packages/82/c5/b9aeb15a13e919a9f80f520f7cd1b223243f85b6f414e15a394c34969f39/spotdl-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "76eb024d751e229c1e050a19ed58733c", "sha256": "44e1b28db132411dface91e30932f88dc1e4f2360531f3e2a4eb0288f4c85d41" }, "downloads": -1, "filename": "spotdl-1.1.1-py3-none-any.whl", "has_sig": false, "md5_digest": "76eb024d751e229c1e050a19ed58733c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 23120, "upload_time": "2019-01-02T19:36:39", "url": "https://files.pythonhosted.org/packages/b9/b2/ae3b66c928affe49bde115086338b72ef75f2379a9ff258a82afb940c32e/spotdl-1.1.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0271ba1f012849b70f86e787a7b60501", "sha256": "db35ce0b489bcef7c13fa7b62710952efba98295e260a966c2371dc13763e6f0" }, "downloads": -1, "filename": "spotdl-1.1.1.tar.gz", "has_sig": false, "md5_digest": "0271ba1f012849b70f86e787a7b60501", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 27561, "upload_time": "2019-01-02T19:36:41", "url": "https://files.pythonhosted.org/packages/ef/d7/8d5ee2cd4eb972d3892c4466eb8904594d2a5e6a1715c0e20378863fcd23/spotdl-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "2b6cb9edcf443569e584bd6c7d384ad0", "sha256": "8a77a3c7ec849b94e060d8680b7e0a51f3adfb8092c666a3a85cf53f8db11697" }, "downloads": -1, "filename": "spotdl-1.1.2-py3-none-any.whl", "has_sig": false, "md5_digest": "2b6cb9edcf443569e584bd6c7d384ad0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 23149, "upload_time": "2019-02-10T15:23:46", "url": "https://files.pythonhosted.org/packages/f9/ef/6959b72be9a00d2b8386254b4a401bc1a43bb5b25ba1a01861a78123259b/spotdl-1.1.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "1c99c3c29c35be7f92db453248e11abe", "sha256": "512b38824e6da438b5506f05f74bd217d3c0afabb2c24a1d4a255775787ffd72" }, "downloads": -1, "filename": "spotdl-1.1.2.tar.gz", "has_sig": false, "md5_digest": "1c99c3c29c35be7f92db453248e11abe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 27472, "upload_time": "2019-02-10T15:23:49", "url": "https://files.pythonhosted.org/packages/ed/3b/9954238ce62e9cf24f943da31e9fc77d6ad02f9b6a805cf979a9d00c2a88/spotdl-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "7d56b8500bdb27dfdcbaf4624e2bbcd9", "sha256": "72c4056c82f87ca2539494b5811aef9a7a1aae350d6911d5594bd6e58bb494bf" }, "downloads": -1, "filename": "spotdl-1.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "7d56b8500bdb27dfdcbaf4624e2bbcd9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 24374, "upload_time": "2019-03-01T08:49:37", "url": "https://files.pythonhosted.org/packages/45/2a/7157ed12fd356e83c3199eacd0d591ced87f6dccdb6b947c2ab4315783b3/spotdl-1.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "37fbfe5873ae24d2adabba23c62f07fe", "sha256": "2218871338557a3764bd42aa6f892f88eb25da7753663fdabcb0c51e1e93219a" }, "downloads": -1, "filename": "spotdl-1.2.0.tar.gz", "has_sig": false, "md5_digest": "37fbfe5873ae24d2adabba23c62f07fe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 29495, "upload_time": "2019-03-01T08:49:46", "url": "https://files.pythonhosted.org/packages/88/13/eac8fc753ecace042e185845e49a8cfb674a5c839c3f7127cc27455b8dbc/spotdl-1.2.0.tar.gz" } ], "1.2.1": [ { "comment_text": "", "digests": { "md5": "70118b050a625092c25f6ca9d641ca27", "sha256": "f58c74182e953bb9fda8d89a9b3662a2e8f3e894117f9735475a9924188351f4" }, "downloads": -1, "filename": "spotdl-1.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "70118b050a625092c25f6ca9d641ca27", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 25349, "upload_time": "2019-04-28T11:42:00", "url": "https://files.pythonhosted.org/packages/b8/bc/ef3b1aed5edea24c8176cf460bfbc45fa388cf99bcad58f94540f1dd9059/spotdl-1.2.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9712fd5d23cf456d07a7b21f80241b12", "sha256": "bb40421e52d1ad387a8a790cd0ccd40df3560941d4dec8b8d0e02980e929cade" }, "downloads": -1, "filename": "spotdl-1.2.1.tar.gz", "has_sig": false, "md5_digest": "9712fd5d23cf456d07a7b21f80241b12", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 27887, "upload_time": "2019-04-28T11:42:05", "url": "https://files.pythonhosted.org/packages/25/24/6678faeae9a59d4d24ce56fa1cf6d219ddefd2b787c68abc2313bf288935/spotdl-1.2.1.tar.gz" } ], "1.2.2": [ { "comment_text": "", "digests": { "md5": "bc5ecd703abdb9a8be646d3d8a79c266", "sha256": "7108bff76bf33bf3d61e12bc4c5dad2cdaa42b23e19e7081fefbc59d3a604f00" }, "downloads": -1, "filename": "spotdl-1.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "bc5ecd703abdb9a8be646d3d8a79c266", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 24689, "upload_time": "2019-06-05T18:08:31", "url": "https://files.pythonhosted.org/packages/f4/3c/a1da91463427dae70dd48646cac79593bcef2037919c832cf8affaf8521f/spotdl-1.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e891ced2913f5f74df501f53759d4d13", "sha256": "dfe24d52fd99b3aaad8680a8d35d72be79e6142b6c05fccec9e40707e3d94c00" }, "downloads": -1, "filename": "spotdl-1.2.2.tar.gz", "has_sig": false, "md5_digest": "e891ced2913f5f74df501f53759d4d13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 29830, "upload_time": "2019-06-05T18:08:34", "url": "https://files.pythonhosted.org/packages/4a/76/7a142482ad47dcfbbdf558521061a251170472186448a43d34681010ac55/spotdl-1.2.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc5ecd703abdb9a8be646d3d8a79c266", "sha256": "7108bff76bf33bf3d61e12bc4c5dad2cdaa42b23e19e7081fefbc59d3a604f00" }, "downloads": -1, "filename": "spotdl-1.2.2-py3-none-any.whl", "has_sig": false, "md5_digest": "bc5ecd703abdb9a8be646d3d8a79c266", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 24689, "upload_time": "2019-06-05T18:08:31", "url": "https://files.pythonhosted.org/packages/f4/3c/a1da91463427dae70dd48646cac79593bcef2037919c832cf8affaf8521f/spotdl-1.2.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e891ced2913f5f74df501f53759d4d13", "sha256": "dfe24d52fd99b3aaad8680a8d35d72be79e6142b6c05fccec9e40707e3d94c00" }, "downloads": -1, "filename": "spotdl-1.2.2.tar.gz", "has_sig": false, "md5_digest": "e891ced2913f5f74df501f53759d4d13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 29830, "upload_time": "2019-06-05T18:08:34", "url": "https://files.pythonhosted.org/packages/4a/76/7a142482ad47dcfbbdf558521061a251170472186448a43d34681010ac55/spotdl-1.2.2.tar.gz" } ] }