From 4893ca8a1ac49c07099bbf3d6e211127ce83f081 Mon Sep 17 00:00:00 2001 From: Kaimi Date: Wed, 9 Sep 2020 18:09:08 +0300 Subject: Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1f45b8d..c565819 100644 --- a/README.md +++ b/README.md @@ -104,12 +104,12 @@ 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 --init --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 --cookie "Session_id=..." -u https://music.yandex.ru/album/215688/track/1710808 ``` ## Usage ```bat -Yandex Music Downloader v1.0 +Yandex Music Downloader v1.1 ya.pl [-adklpstu] [long options...] -p[=INT] --playlist[=INT] playlist id to download @@ -160,14 +160,14 @@ ya.pl [-adklpstu] [long options...] ## FAQ ### What is the cause for "[ERROR] Yandex.Music is not available"? -Currently Yandex Music is available only for Russia and CIS countries. For other countries you should either acquire paid subscription and use ```--auth``` parameter or use it through proxy (```--proxy``` parameter) from one of those countries. +Currently Yandex Music is available only for Russia and CIS countries. For other countries you should either acquire paid subscription or use it through proxy (```--proxy``` parameter) from one of those countries. ## Contribute If you want to help make Yandex Music Downloader better the easiest thing you can do is to report issues and feature requests. Or you can help in development. ## License -Yandex Music Downloader Copyright © 2013-2020 by Kaimi (Sergey Belov) - https://kaimi.io +Yandex Music Downloader Copyright © 2013-2020 by Kaimi (Sergey Belov) - https://kaimi.io. Yandex Music Downloader is free software: you can redistribute it and/or modify it under the terms of the Massachusetts Institute of Technology (MIT) License. -You should have received a copy of the MIT License along with Yandex Music Downloader. If not, see [MIT License](LICENSE) +You should have received a copy of the MIT License along with Yandex Music Downloader. If not, see [MIT License](LICENSE). -- cgit v1.2.3