YaMusicDownload : Update to fix the bug.
This commit is contained in:
parent
918e204593
commit
2fe64aecce
|
@ -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}"
|
||||||
|
|
|
@ -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 = "";
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue