YaMusicDownload : Update to fix the bug.

This commit is contained in:
Dmitry Voronin 2024-06-30 15:52:42 +03:00
parent 918e204593
commit 2fe64aecce
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 4 additions and 12 deletions

View file

@ -14,7 +14,7 @@ in {
cd ${storage} cd ${storage}
output=$(${package}/bin/yandex-music-downloader --browser "firefox" --hq --skip-broken --add-lyrics --embed-cover --skip-existing --stick-to-artist --only-music --path-pattern "${pattern}" --url https://music.yandex.ru/users/cakee.ru/playlists/3) output=$(${package}/bin/yandex-music-downloader --browser "firefox" --hq --add-lyrics --embed-cover --skip-existing --stick-to-artist --only-music --path-pattern "${pattern}" --url https://music.yandex.ru/users/cakee.ru/playlists/3)
if [[ $? = 0 ]]; then if [[ $? = 0 ]]; then
notify_silent "Music download complete: ''${output}" notify_silent "Music download complete: ''${output}"

View file

@ -12,17 +12,9 @@
]; ];
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "voronind-com"; owner = "llistochek";
repo = "yandex-music-downloader"; repo = "yandex-music-downloader";
rev = "8266917793d17fd9dd020154bb5aabc44f88b129"; rev = "08ea384869cbc31efb1e78b831e2356882219951";
hash = "sha256-lhEdeN9Vl4wcptWbF/fNfD3KqAdShs6MLYfJK5IDdXE="; hash = "sha256-WOFesD7HjskyqHaXZAPy3pgSPaEO+tOyQ+5MV3ZO7XU=";
}; };
# NOTE: Waiting for PR https://github.com/llistochek/yandex-music-downloader/pull/49
# src = pkgs.fetchFromGitHub {
# owner = "llistochek";
# repo = "yandex-music-downloader";
# rev = "";
# hash = "";
# };
} }