{"library":"spotify-web-downloader","title":"Spotify Web Downloader","type":"library","description":"A Python CLI application for downloading songs and music videos from Spotify by analyzing Spotify URLs, fetching metadata, and sourcing audio/video from YouTube or other providers. Version 1.8.1, requires Python >=3.8. Active maintenance.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotify-web-downloader"],"cli":{"name":"spotdl","version":"sh: 1: spotdl: not found"}},"imports":["from spotify_web_downloader import SpotifyDownloader"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/glomatico/spotify-web-downloader","docs":null,"changelog":null,"pypi":"https://pypi.org/project/spotify-web-downloader/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotify_web_downloader import SpotifyDownloader\n\ndownloader = SpotifyDownloader()\n\ntrack_url = \"https://open.spotify.com/track/4cOdK2wGLETKBW3PvgPWqT\"\nresult = downloader.download_track(track_url)\nprint(f\"Downloaded: {result['title']} by {result['artist']}\")","lang":"python","description":"Initialize the downloader, provide a Spotify track URL, and download the audio.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}