{ "info": { "author": "Mario O.M.", "author_email": "marioortizmanero@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Multimedia :: Sound/Audio :: Players" ], "description": "# Spotify Music Videos\n![travis](https://travis-ci.com/marioortizmanero/spotify-music-videos.svg?branch=master) ![pypi](https://img.shields.io/pypi/v/spotify-videos) ![aur](https://img.shields.io/aur/version/spotify-videos)\n\nA simple tool to show Youtube **music videos** and **lyrics** for the currently playing Spotify songs with VLC.\n\n![example](screenshots/screenshot.png)\n\n\n## Requirements\n* Python 3.6+\n* VLC\n\nFor **Linux** users:\n\n* [PyGI](https://pygobject.readthedocs.io/en/latest/) (not packaged on PyPi, you need to install it from your distribution's repository - it's usually called python-gi, python-gobject or pygobject). Here's a quick [tutorial](https://pygobject.readthedocs.io/en/latest/getting_started.html) on how to install it on most systems.\n\n* [GLib](https://developer.gnome.org/glib/). You most likely have it installed already.\n\n\n## How to install\n* You can use pip to install it: `pip3 install spotify-videos --user`\n\n* If you're on Arch Linux, you can install it from the AUR: `spotify-videos`\n\n* You can also download the latest [release](https://github.com/marioortizmanero/spotify-music-videos/releases). Uncompress the `spotify-videos-X.Y.Z.tar.gz` file and run inside the folder: `python3 setup.py install --user`\n\n\n## Compatibility\n\nFor Windows and Mac users, the Spotify Web API will be used. This means that:\n\n* You have to sign in and set it up manually\n* Only Spotify Premium users are able to use some functions\n* API calls are limited to 1 per second so there is more lag\n\n**How to obtain your client ID and your client secret:**\n1. Go to the [Spotify Developers Dashboard](https://developer.spotify.com/dashboard/applications)\n2. Create a new client ID. You can fill the descriptions as you like. Click `No` when asked if it's a commercial integration and accept the Terms and Conditions in the next step.\n3. Go to `Edit Settings` and type `http://localhost:8888/callback/` in the Redirect URIs field.\n4. You can now copy your Client ID and Client Secret and add them when you call `spotify-videos` by passing them as arguments or by exporting the enviroment variables so that you don't have to type them again:\n * `spotify-videos --username your_username --client-id your_client_id --client-secret your_client_secret`\n * `export SPOTIPY_CLIENT_ID='your-spotify-client-id'; export SPOTIPY_CLIENT_SECRET='your-spotify-client-secret'`\n\nYou may be prompted to paste the resulting link that was opened in your browser into the program. After doing it, the authorization process will be complete. The auth info should be kept in a cache file named `.cache-[your_username]`\n\n\n## How to use\nYou can use these flags to modify the behavior of the program:\n\n```\nusage: spotify-videos [-h] [-v] [--debug] [-n] [-f] [-a VLC_ARGS]\n [--width MAX_WIDTH] [--height MAX_HEIGHT] [-w]\n [--username USERNAME] [--client-id CLIENT_ID]\n [--client-secret CLIENT_SECRET]\n\nWindows and Mac users must pass --username, --client-id and --client-secret to\nuse the web API. Read more about how to obtain them in the README\n(https://github.com/marioortizmanero/spotify-music-videos).\n\noptional arguments:\n -h, --help show this help message and exit\n -v, --version show program's version number and exit\n --debug display debug messages\n -n, --no-lyrics do not print lyrics\n -f, --fullscreen play videos in fullscreen mode\n -a VLC_ARGS, --args VLC_ARGS\n other arguments used when opening VLC. Note that some\n like args='--fullscreen' won't work in here\n --width MAX_WIDTH set the maximum width for the played videos\n --height MAX_HEIGHT set the maximum height for the played videos\n -w, --use-web-api forcefully use Spotify's web API\n --username USERNAME your Spotify username. Mandatory if the web API is\n being used. Example: --username='yourname'\n --client-id CLIENT_ID\n your client ID. Mandatory if the web API is being\n used. Check the README to see how to obtain yours.\n Example: --client-\n id='5fe01282e44241328a84e7c5cc169165'\n --client-secret CLIENT_SECRET\n your client secret ID. Mandatory if the web API is\n being used. Check the README to see how to obtain\n yours. Example: --client-\n secret='2665f6d143be47c1bc9ff284e9dfb350'\n```\n\n---\n\n## Current limitations:\n* Spotify doesn't currently (15/07/19) support the MPRIS property `Position` so the starting offset is calculated manually and may be a bit rough.\n* Spotify's Web API doesn't allow function calls on updates like DBus, meaning that the metadata has to be manually updated every second and checked in case of changes.\n\n\n## Documentation\nHelpful documentation links for contributing:\n* [DBus](https://dbus.freedesktop.org/doc/dbus-specification.html), [pydbus](https://github.com/LEW21/pydbus)\n* [MPRIS](https://specifications.freedesktop.org/mpris-spec/latest/Player_Interface.html#Property:Position)\n* [python-vlc](https://www.olivieraubert.net/vlc/python-ctypes/doc/)\n\nRunning module locally:\n\n`python -m spotify_videos`\n\nRunning tests with unittest:\n\n`python -m unittest` or `python -m unittest discover -s tests`\n\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/marioortizmanero/spotify-music-videos", "keywords": "spotify music video videos lyrics", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "spotify-videos", "package_url": "https://pypi.org/project/spotify-videos/", "platform": "", "project_url": "https://pypi.org/project/spotify-videos/", "project_urls": { "Homepage": "https://github.com/marioortizmanero/spotify-music-videos" }, "release_url": "https://pypi.org/project/spotify-videos/1.8/", "requires_dist": [ "youtube-dl", "python-vlc", "lyricwikia", "requests (>=2.3.0)", "six (>=1.10.0)", "pydbus" ], "requires_python": ">=3.6", "summary": "Simple tool to show Youtube music videos and lyrics for the playing Spotify songs", "version": "1.8" }, "last_serial": 5696112, "releases": { "1.4": [ { "comment_text": "", "digests": { "md5": "e0bc7570bc30689d4f6477c5abf6a84f", "sha256": "c00e86cb6485b8134c32272837c80e3bfbf31142fc224e72abc1f25cb699053a" }, "downloads": -1, "filename": "spotify_videos-1.4-py3.7.egg", "has_sig": false, "md5_digest": "e0bc7570bc30689d4f6477c5abf6a84f", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5", "size": 16348, "upload_time": "2019-08-03T22:10:27", "url": "https://files.pythonhosted.org/packages/6d/41/3fe6840f18d55db6f0c06fde022c5c9cbaa2879d3c505a1e104b317acfec/spotify_videos-1.4-py3.7.egg" } ], "1.4.1": [ { "comment_text": "", "digests": { "md5": "ab6f7431c6eeed16f025dbabf43c6733", "sha256": "13a2ed66bbd48598a275fb415311f0d093f0c6a00f711b21493f1b64c06b87b1" }, "downloads": -1, "filename": "spotify_videos-1.4.1-py3.7.egg", "has_sig": false, "md5_digest": "ab6f7431c6eeed16f025dbabf43c6733", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5", "size": 16384, "upload_time": "2019-08-03T22:14:38", "url": "https://files.pythonhosted.org/packages/30/af/5fb66308ad2f8c35841a904ffb1314ed8b60d1bc4f5aa847401db9bc5142/spotify_videos-1.4.1-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "a2c2d5524056564961b900b1b1642825", "sha256": "a4fe8240e38075c782756a4170ce51a845dc91ac74d348e4e76bee980c5854e8" }, "downloads": -1, "filename": "spotify_videos-1.4.1-py3-none-any.whl", "has_sig": false, "md5_digest": "a2c2d5524056564961b900b1b1642825", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 10195, "upload_time": "2019-08-03T22:14:36", "url": "https://files.pythonhosted.org/packages/04/e4/c5a18c16ccdc0dce7bd4e1481f906d82e25efe12f5e9cf823e431ee46c55/spotify_videos-1.4.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "09a18e2b63c651a7c244a631446ddfac", "sha256": "a266c3378bf21753b16bcc2c2e7461596aa0d86ed727f05544d882bf3a66aecc" }, "downloads": -1, "filename": "spotify-videos-1.4.1.tar.gz", "has_sig": false, "md5_digest": "09a18e2b63c651a7c244a631446ddfac", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 8380, "upload_time": "2019-08-03T22:14:40", "url": "https://files.pythonhosted.org/packages/29/8e/46535972690b5504f5edd19676f8960e6ad9f0d99005e5676f492d370bc4/spotify-videos-1.4.1.tar.gz" } ], "1.4.3": [ { "comment_text": "", "digests": { "md5": "52637e7332dbdb0312e09ed3b7366c95", "sha256": "0ba5aafc1f3482513380a3a01c8f13cebf613ff6cb1a18422d79312dcd76c99f" }, "downloads": -1, "filename": "spotify_videos-1.4.3-py3.7.egg", "has_sig": false, "md5_digest": "52637e7332dbdb0312e09ed3b7366c95", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.5", "size": 45600, "upload_time": "2019-08-04T00:01:30", "url": "https://files.pythonhosted.org/packages/66/b6/6aee7cb2828f1ea4b3b5ff121240ab711765bd167f0c5f36e627f784c2ef/spotify_videos-1.4.3-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "12eb0a976b2967282a1501cf7d5aeef9", "sha256": "076f5d26b7e37544da67350551fe1a54b0c539f878c65be56af5fbcbdfd4198d" }, "downloads": -1, "filename": "spotify_videos-1.4.3-py3-none-any.whl", "has_sig": false, "md5_digest": "12eb0a976b2967282a1501cf7d5aeef9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 21900, "upload_time": "2019-08-04T00:01:26", "url": "https://files.pythonhosted.org/packages/a1/2c/95d02e45d5679b9b32edba508516eaf6ae630199599743f925a420a492ac/spotify_videos-1.4.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c83351afce45634bf09a4e6a4d878a5a", "sha256": "70b644c5a0495a090cdcbaa3c968610f5086f4bd8ed700c2ff48db2385279d68" }, "downloads": -1, "filename": "spotify-videos-1.4.3.tar.gz", "has_sig": false, "md5_digest": "c83351afce45634bf09a4e6a4d878a5a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 20967, "upload_time": "2019-08-04T00:01:32", "url": "https://files.pythonhosted.org/packages/01/12/3104ac17eb870071c6014d3acd3233b6d63777e01f57ae638efa70c7162e/spotify-videos-1.4.3.tar.gz" } ], "1.4.4": [ { "comment_text": "", "digests": { "md5": "c82e41bdf7ff24ed58a9103166997a9c", "sha256": "0e55a730ddc66c3cadf2e462bd67ff4d57e73db16e84b8027dbae8fed2c57a9b" }, "downloads": -1, "filename": "spotify_videos-1.4.4-py3-none-any.whl", "has_sig": false, "md5_digest": "c82e41bdf7ff24ed58a9103166997a9c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 21963, "upload_time": "2019-08-04T12:37:32", "url": "https://files.pythonhosted.org/packages/1f/94/ca907dd2b7afa1d52d2c1f7fa9bdc4503c208166d2ced1a9836c7bf7096f/spotify_videos-1.4.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5951bfa38bd58d01e9a88788001ef6e3", "sha256": "c3676b4389cfec11a100d9c942891027dc61a32303514779c682476012eedfd9" }, "downloads": -1, "filename": "spotify-videos-1.4.4.tar.gz", "has_sig": false, "md5_digest": "5951bfa38bd58d01e9a88788001ef6e3", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 21031, "upload_time": "2019-08-04T12:37:34", "url": "https://files.pythonhosted.org/packages/0d/ba/82e5904ed4f438a2c9c223f224556ec2d16a00de2ebf0e039f62d41d1ee9/spotify-videos-1.4.4.tar.gz" } ], "1.5": [ { "comment_text": "", "digests": { "md5": "684fb93dccccbfa08356ad1cabb03fb5", "sha256": "f5a010a334f71ee240f1de77570a94ee9f14fd1d999b6205624234f1f5b6cb40" }, "downloads": -1, "filename": "spotify_videos-1.5-py3-none-any.whl", "has_sig": false, "md5_digest": "684fb93dccccbfa08356ad1cabb03fb5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 21904, "upload_time": "2019-08-07T15:24:28", "url": "https://files.pythonhosted.org/packages/ad/61/a9503269ad31969fee1e4d1feb07dba80057f75618c54be44444dec7979f/spotify_videos-1.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "185109b9a7fefa1d982715dc2de3ae6a", "sha256": "b7d4e287b20adaaebcee40679887061a66af26510ffc3bd03a96288e4996567e" }, "downloads": -1, "filename": "spotify-videos-1.5.tar.gz", "has_sig": false, "md5_digest": "185109b9a7fefa1d982715dc2de3ae6a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 20934, "upload_time": "2019-08-07T15:24:29", "url": "https://files.pythonhosted.org/packages/ec/7c/110ba8bde606cb07f74b0f1af2e6d15f9c029515b6ff91bd29ea338b3f7b/spotify-videos-1.5.tar.gz" } ], "1.6": [ { "comment_text": "", "digests": { "md5": "9c9bd987265133e3233cfbcfad1aab7a", "sha256": "b421c6b6f296db22a005ce28859b742514b49fff224b34c7903a50927e17bb6b" }, "downloads": -1, "filename": "spotify_videos-1.6-py3.7.egg", "has_sig": false, "md5_digest": "9c9bd987265133e3233cfbcfad1aab7a", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6", "size": 53182, "upload_time": "2019-08-14T23:01:58", "url": "https://files.pythonhosted.org/packages/01/22/6f6ec81d356b3678979f9004c871c6914d8cd51b16424574c27df4838b7a/spotify_videos-1.6-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "ab127c84162ed3ed3a7a7602a27793b6", "sha256": "84676b5d891bb5b626b3406d3fa0125ffb91ba1fd02bd8d64a5158742a09f767" }, "downloads": -1, "filename": "spotify_videos-1.6-py3-none-any.whl", "has_sig": false, "md5_digest": "ab127c84162ed3ed3a7a7602a27793b6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 25159, "upload_time": "2019-08-14T23:01:57", "url": "https://files.pythonhosted.org/packages/e2/59/f4d0e92d03c8599054e367e4dc58a4918bea365098e9bd958bbe02417ace/spotify_videos-1.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "11a8f21e8210279dfeb7372133b56dd9", "sha256": "db6e457e0a49e83b474b1cb7e7a1cf5778a2120676b84181c157c47696351dac" }, "downloads": -1, "filename": "spotify-videos-1.6.tar.gz", "has_sig": false, "md5_digest": "11a8f21e8210279dfeb7372133b56dd9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 22647, "upload_time": "2019-08-14T23:02:00", "url": "https://files.pythonhosted.org/packages/ef/d9/ae97cb94f7a999d83897aaf89b0d526c6220f6ce63355aeb82151fe2aabc/spotify-videos-1.6.tar.gz" } ], "1.6.2": [ { "comment_text": "", "digests": { "md5": "04727a0d5b40d8a2ba6abe63fa29f19f", "sha256": "d9d2fb99629adf66fc2aa0a63bc686c8527b78d73e8c7fd18dd370206d5c73dd" }, "downloads": -1, "filename": "spotify_videos-1.6.2-py3-none-any.whl", "has_sig": false, "md5_digest": "04727a0d5b40d8a2ba6abe63fa29f19f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 25462, "upload_time": "2019-08-16T15:32:11", "url": "https://files.pythonhosted.org/packages/e2/e1/344f62bdbf1c8fd45e4d82d2b7827638283dd3d52b12d8bbe7b09b5b3465/spotify_videos-1.6.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c2836c8ee4ebc170d56fae87cb5a9025", "sha256": "3050366a1e0427424984eb1e35636a806f03c6ccf18ac944e08e3fda4ef767ca" }, "downloads": -1, "filename": "spotify-videos-1.6.2.tar.gz", "has_sig": false, "md5_digest": "c2836c8ee4ebc170d56fae87cb5a9025", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 22863, "upload_time": "2019-08-16T15:32:13", "url": "https://files.pythonhosted.org/packages/d6/07/203daed6f9f1b712a67173e913057257cb173c0c6cb54af3b897604b2cce/spotify-videos-1.6.2.tar.gz" } ], "1.7": [ { "comment_text": "", "digests": { "md5": "3e4cf3264f109698d26394c11c04ee92", "sha256": "a30c8f85cae31190ca11f99c1fd773281c2fe68edf8e3726b279e663de792e83" }, "downloads": -1, "filename": "spotify_videos-1.7-py3.7.egg", "has_sig": false, "md5_digest": "3e4cf3264f109698d26394c11c04ee92", "packagetype": "bdist_egg", "python_version": "3.7", "requires_python": ">=3.6", "size": 58333, "upload_time": "2019-08-17T02:22:34", "url": "https://files.pythonhosted.org/packages/7a/e4/cf5dcddb7a2fc9cc5e074ad5da6b38e9ad9ad44b23ca3e267b337c207c69/spotify_videos-1.7-py3.7.egg" }, { "comment_text": "", "digests": { "md5": "f3f0e816f3f6c2e577aa9ea0166e54c5", "sha256": "d4c95644906f13fa01ce107eb92f6f3799b626c4723ac0215f0e92c197816048" }, "downloads": -1, "filename": "spotify_videos-1.7-py3-none-any.whl", "has_sig": false, "md5_digest": "f3f0e816f3f6c2e577aa9ea0166e54c5", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 27080, "upload_time": "2019-08-17T02:22:32", "url": "https://files.pythonhosted.org/packages/14/31/224c1fe045f3a854711d6999bb0e9005c4a82d5dbfe0a9ee5886bb2c2411/spotify_videos-1.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "fd1f93065f7c32b1b886596a6f13c3f6", "sha256": "5274424cbb13fdef38e47ee88f976494e28988c97e03b5f94e9d53b6b3977ccb" }, "downloads": -1, "filename": "spotify-videos-1.7.tar.gz", "has_sig": false, "md5_digest": "fd1f93065f7c32b1b886596a6f13c3f6", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 24303, "upload_time": "2019-08-17T02:22:36", "url": "https://files.pythonhosted.org/packages/e6/95/cd543dbb69e07944fa06fb35a0dbe3dbcf42f630b8af92ecd00679e47997/spotify-videos-1.7.tar.gz" } ], "1.7.1": [ { "comment_text": "", "digests": { "md5": "1e97d6550b96c871e02c8b05cfacb502", "sha256": "537a521030b10f1260ef7f347b005e086ca1f264ae688ec9466fa432c1130321" }, "downloads": -1, "filename": "spotify_videos-1.7.1-py3-none-any.whl", "has_sig": false, "md5_digest": "1e97d6550b96c871e02c8b05cfacb502", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 27080, "upload_time": "2019-08-17T16:40:14", "url": "https://files.pythonhosted.org/packages/dc/f2/5e558110a334f5cc568a9d716516e74b10e7d5c922773ab4e1101c6f142d/spotify_videos-1.7.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3aa45a88ca10787ce7a12c57f11e48b0", "sha256": "10e021042969f2cf6a0362e4969aebefe7b0f70cea6b7946122cde9e1371ab1d" }, "downloads": -1, "filename": "spotify-videos-1.7.1.tar.gz", "has_sig": false, "md5_digest": "3aa45a88ca10787ce7a12c57f11e48b0", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 24336, "upload_time": "2019-08-17T16:40:16", "url": "https://files.pythonhosted.org/packages/16/99/e87638ef51e6b0b88f1968289f6cad77b353bc196540477d904a3356bc84/spotify-videos-1.7.1.tar.gz" } ], "1.8": [ { "comment_text": "", "digests": { "md5": "4f3ff986c8436f0c5e0a447a48c82f4e", "sha256": "bb5eb8b08d73dacac3a66220c67b9cc4f4109b4120631103932983bb2a879a6b" }, "downloads": -1, "filename": "spotify_videos-1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "4f3ff986c8436f0c5e0a447a48c82f4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 26685, "upload_time": "2019-08-18T23:44:10", "url": "https://files.pythonhosted.org/packages/ae/56/5808fa868fe52f1f76d4f759bdd841540c78f9c096fae8e33e071c06d42d/spotify_videos-1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a6c331a115ae6c355e5fa016b87784b", "sha256": "7540838d80c4fbcb0b7d88746d0f3034478f6f6c945cf6a61961bf61f6834dc8" }, "downloads": -1, "filename": "spotify-videos-1.8.tar.gz", "has_sig": false, "md5_digest": "7a6c331a115ae6c355e5fa016b87784b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 23979, "upload_time": "2019-08-18T23:44:12", "url": "https://files.pythonhosted.org/packages/a4/dd/30c9a926cd3622eb9c37aed4b608ae563dee6e39b16f9232f16672582cc5/spotify-videos-1.8.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4f3ff986c8436f0c5e0a447a48c82f4e", "sha256": "bb5eb8b08d73dacac3a66220c67b9cc4f4109b4120631103932983bb2a879a6b" }, "downloads": -1, "filename": "spotify_videos-1.8-py3-none-any.whl", "has_sig": false, "md5_digest": "4f3ff986c8436f0c5e0a447a48c82f4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 26685, "upload_time": "2019-08-18T23:44:10", "url": "https://files.pythonhosted.org/packages/ae/56/5808fa868fe52f1f76d4f759bdd841540c78f9c096fae8e33e071c06d42d/spotify_videos-1.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7a6c331a115ae6c355e5fa016b87784b", "sha256": "7540838d80c4fbcb0b7d88746d0f3034478f6f6c945cf6a61961bf61f6834dc8" }, "downloads": -1, "filename": "spotify-videos-1.8.tar.gz", "has_sig": false, "md5_digest": "7a6c331a115ae6c355e5fa016b87784b", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 23979, "upload_time": "2019-08-18T23:44:12", "url": "https://files.pythonhosted.org/packages/a4/dd/30c9a926cd3622eb9c37aed4b608ae563dee6e39b16f9232f16672582cc5/spotify-videos-1.8.tar.gz" } ] }