Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kaimi-io/yandex-music-download.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKaimi <kaimi-@users.noreply.github.com>2020-09-09 18:09:08 +0300
committerGitHub <noreply@github.com>2020-09-09 18:09:08 +0300
commit4893ca8a1ac49c07099bbf3d6e211127ce83f081 (patch)
tree5f6fdf27bac27dc8a3e405d9308de7fb0c91199c
parent9330622530f341b5fab9d83cec085551b4268f2d (diff)
Update README.md1.1
-rw-r--r--README.md10
1 files 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).