savify icon indicating copy to clipboard operation
savify copied to clipboard

Download Spotify songs to mp3 with full metadata and cover art!

Results 49 savify issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Previous versions there was an option: `savify -f flac -a URL`. Once provided with artist link, it would download all...

enhancement

With this change, `savify` will instruct `youtube-dl` to prefer a download in the requested format, if available. For example, if the user requests `-f opus`, `youtube-dl` will download the opus...

**Describe the bug** ERROR:root:Connection timed out, check you have a stable internet connection! **To Reproduce** `savify "https://open.spotify.com/album/49dHzRWF2ywOfl7KLkOoGN" -q best -f mp3 -o "./" -g "%artist%/%album%"` **Desktop (please complete the following...

bug

**Describe the bug** youtube-dl doesn't always use the 'best' quality. **To Reproduce** Download any 'older' album as the source then verify bitrate afterward. **Expected behavior** Expect the bitrate to be...

bug

**Describe the bug** Getting, error below when video is only for adult ``` [ERROR] ERROR: This video may be inappropriate for some users. ``` **To Reproduce** 1. Add to spotify...

bug

**Describe the bug** 1. `[ERROR] ERROR: unable to download video data: HTTP Error 403: Forbidden` 2. `[ERROR] ERROR: WARNING: unable to obtain file audio codec with ffprobe` 3. `[ERROR] ERROR:...

bug

**Describe the bug** Some kind of API error is in an infinite loop: `Unable to download API page: ` **To Reproduce** `savify "https://open.spotify.com/album/6H4jUZ7n3mPjHPj9kuUlhE" -q best -f mp3 -o "./" -g...

bug

youtube-dl seems to no longer be actively maintained. Switch to the widely used yt-dlp fork.

** what happended** ``` [INFO] Downloading 1 songs... [ERROR] ERROR: Signature extraction failed: Traceback (most recent call last): File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/extractor/youtube.py", line 1303, in _decrypt_signature func = self._extract_signature_function( File "/usr/local/lib/python3.8/site-packages/youtube_dl-2021.1.24.1-py3.8.egg/youtube_dl/extractor/youtube.py", line...

bug

**Is your feature request related to a problem? Please describe.** I can't tell from the README how spotify and youtube(-dl) are used in savify, i.e. without digging through the code....

enhancement