-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1393 from spotDL/dev
* bugfix: don't add cover if spotify does not provide album cover (#1384) * 🪶: Refactor Code Expression (#1390) Co-authored-by: Silverarmor <[email protected]> Co-authored-by: Jakub Kot <[email protected]> Co-authored-by: Peyton Creery <[email protected]> * bugfix: replace rapidfuzz with thefuzz (#1391) * gitignore update and update tests for multithread search (#1398) * misc improvements (#1392) This reverts commit 5787bea. Co-authored-by: Silverarmor <[email protected]> * Multiple Lyrics Providers (#1397) Co-authored-by: Silverarmor <[email protected]> Co-authored-by: Jakub Kot <[email protected]> * misc: fix warnings (#1400) * revert bea748b: revert to rapidfuzz (#1403) * ci: cleanup (#1402) * feat: added path template (#1401) Co-authored-by: Silverarmor <[email protected]> Co-authored-by: Jakub Kot <[email protected]> Co-authored-by: Yasser Tahiri <[email protected]> Co-authored-by: Peyton Creery <[email protected]> Co-authored-by: Arbaaz Shafiq <[email protected]> Co-authored-by: Jakub Kot <[email protected]>
- Loading branch information
Showing
31 changed files
with
28,415 additions
and
58,983 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,5 +48,5 @@ dist | |
# Tox | ||
.tox/ | ||
|
||
# Cache | ||
.cache | ||
# Test Coverage | ||
.coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[metadata] | ||
version = 3.8.0 | ||
version = 3.9.0 | ||
|
||
name = spotdl | ||
url = https://github.com/spotDL/spotify-downloader | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.