From 182c87a9462516dcd75dbf875aef171e2acb67d8 Mon Sep 17 00:00:00 2001 From: Kaimi Date: Fri, 14 Aug 2020 22:18:49 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 271896d..1f45b8d 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ perl ya.pl -h git clone https://github.com/kaimi-io/yandex-music-download.git cd yandex-music-download docker build --tag yandex-music-downloader:1.0 . -docker run --rm -v $(PWD):/root/ --name yamusic yandex-music-downloader:1.0 -d /root -u https://music.yandex.ru/album/215688/track/1710808 +docker run --init --rm -v $(PWD):/root/ --name yamusic yandex-music-downloader:1.0 -d /root -u https://music.yandex.ru/album/215688/track/1710808 ``` ## Usage @@ -131,6 +131,9 @@ ya.pl [-adklpstu] [long options...] --cookie STR authorization cookie for web version (Session_id=...) --bitrate INT bitrate (eg. 64, 128, 192, 320) + --pattern STR track naming pattern + Available placeholders: #number, #artist, + #title -l --link do not fetch, only print links to the tracks