Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
glomatico committed Aug 24, 2024
1 parent 529e2a8 commit 104df4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Spotify Web Downloader
A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify.
A Python CLI app for downloading songs and music videos directly from Spotify.

**Discord Server:** https://discord.gg/aBjMEZ9tnq

Expand Down Expand Up @@ -44,7 +44,11 @@ spotify-web-downloader [OPTIONS] URLS...
```

## Configuration
spotify-web-downloader can be configured using the command line arguments or the config file. The config file is created automatically when you run spotify-web-downloader for the first time at `~/.spotify-web-downloader/config.json` on Linux and `%USERPROFILE%\.spotify-web-downloader\config.json` on Windows. Config file values can be overridden using command line arguments.
spotify-web-downloader can be configured using the command line arguments or the config file.

The config file is created automatically when you run spotify-web-downloader for the first time at `~/.spotify-web-downloader/config.json` on Linux and `%USERPROFILE%\.spotify-web-downloader\config.json` on Windows.

Config file values can be overridden using command line arguments.
| Command line argument / Config file key | Description | Default value |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------- | -------------------------------------------- |
| `--download-music-video` / `download_music_video` | Attempt to download music videos from songs (can lead to incorrect results). | `false` |
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "spotify-web-downloader"
description = "A Python CLI app for downloading songs/music videos/albums/playlists directly from Spotify."
description = "A Python CLI app for downloading songs and music videos directly from Spotify."
requires-python = ">=3.8"
authors = [{ name = "glomatico" }]
dependencies = ["click", "pybase62", "pywidevine", "pyyaml", "yt-dlp"]
Expand Down

0 comments on commit 104df4d

Please sign in to comment.