{ "info": { "author": "elmoiv", "author_email": "elmoiv@yahoo.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# sdelmo\n[![Build Status](https://api.travis-ci.org/elmoiv/sdelmo.svg?branch=master)](https://travis-ci.org/elmoiv/sdelmo)\n[![Python version](https://img.shields.io/badge/python-3.6-blue.svg)](https://pypi.org/project/sdelmo/)\n\nSimple Soundcloud music downloader.\n\n## Features\n* Download any public soundcloud audio file.\n* audio files can be downloaded with cover if you have [eyeD3](https://eyed3.readthedocs.io/).\n\n## Installation\n`sdelmo` requires Python 3.\n\nUse `pip` to install the package from PyPI:\n\n```bash\npip install sdelmo\n```\n\nOr, install the latest version of the package from GitHub:\n\n```bash\npip install git+https://github.com/elmoiv/sdelmo.git\n```\n\n## Usage\n```\nimport sdelmo\n\nsdelmo.scdl(client_id, track_url)\n```\n\n## How to get `client_id` (in case of expiry)\n\nYou can find client_id by searching through XHR requests:\n\n![alt text](https://i.imgur.com/Xl3JnuP.png)\n\n## Contributing\nPlease contribute! If you want to fix a bug, suggest improvements, or add new features to the project, just [open an issue](https://github.com/elmoiv/sdelmo/issues) or send me 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/elmoiv/sdelmo", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "sdelmo", "package_url": "https://pypi.org/project/sdelmo/", "platform": "", "project_url": "https://pypi.org/project/sdelmo/", "project_urls": { "Homepage": "https://github.com/elmoiv/sdelmo" }, "release_url": "https://pypi.org/project/sdelmo/2.0.2/", "requires_dist": [ "requests", "lxml" ], "requires_python": ">=3.4", "summary": "Simple downloader for soundcloud", "version": "2.0.2" }, "last_serial": 5804696, "releases": { "2.0.2": [ { "comment_text": "", "digests": { "md5": "d4473da0fdb8732294c78a8280e6dc01", "sha256": "ade3c4e9af88f655fc977760810ef2d37fdcb6c02fea1a2ca27d279992621769" }, "downloads": -1, "filename": "sdelmo-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d4473da0fdb8732294c78a8280e6dc01", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 3968, "upload_time": "2019-09-09T17:29:27", "url": "https://files.pythonhosted.org/packages/36/3a/e0242a80f3abfd576f357be9ec1a96d32a4f7e04717173e32fc89f26e69c/sdelmo-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48c69e86da441ed5e5fdec064108c2da", "sha256": "649ea41cb89841dce07d891499916e8d45f6093c624fe075594b23b16e2f850d" }, "downloads": -1, "filename": "sdelmo-2.0.2.tar.gz", "has_sig": false, "md5_digest": "48c69e86da441ed5e5fdec064108c2da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2782, "upload_time": "2019-09-09T17:29:29", "url": "https://files.pythonhosted.org/packages/6b/07/01b1b5e38ab7d0bdadd6c9024b1d0b01cc24d6fe6ecea4bc79d5b1c4bb9c/sdelmo-2.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d4473da0fdb8732294c78a8280e6dc01", "sha256": "ade3c4e9af88f655fc977760810ef2d37fdcb6c02fea1a2ca27d279992621769" }, "downloads": -1, "filename": "sdelmo-2.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "d4473da0fdb8732294c78a8280e6dc01", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.4", "size": 3968, "upload_time": "2019-09-09T17:29:27", "url": "https://files.pythonhosted.org/packages/36/3a/e0242a80f3abfd576f357be9ec1a96d32a4f7e04717173e32fc89f26e69c/sdelmo-2.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "48c69e86da441ed5e5fdec064108c2da", "sha256": "649ea41cb89841dce07d891499916e8d45f6093c624fe075594b23b16e2f850d" }, "downloads": -1, "filename": "sdelmo-2.0.2.tar.gz", "has_sig": false, "md5_digest": "48c69e86da441ed5e5fdec064108c2da", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.4", "size": 2782, "upload_time": "2019-09-09T17:29:29", "url": "https://files.pythonhosted.org/packages/6b/07/01b1b5e38ab7d0bdadd6c9024b1d0b01cc24d6fe6ecea4bc79d5b1c4bb9c/sdelmo-2.0.2.tar.gz" } ] }