0

Whitespace -> tab. Usage in readme now corresponds with script. Proxy support (forgot to mention in previous commit).

This commit is contained in:
Kaimi
2015-02-16 18:07:58 +03:00
parent 72b0077283
commit fb458756e8
2 changed files with 363 additions and 364 deletions

View File

@@ -8,20 +8,19 @@ Origin of the script is the following article: http://kaimi.ru/2013/11/yandex-mu
```bat
ya.pl [-adkpt] [long options...]
-p --playlist playlist id to download
-k --kind playlist kind (eg. ya-playlist, music-blog,
music-partners, etc.)
-a --album album to download
-t --track track to download (album id must be specified)
-d --dir download path (current direcotry will be used by
default)
--debug print debug info during work
--help print usage
Example:
-p --playlist playlist id to download
-k --kind playlist kind (eg. ya-playlist, music-blog, music-partners, etc.)
-a --album album to download
-t --track track to download (album id must be specified)
-d --dir download path (current direcotry will be used by default)
--proxy HTTP-proxy (format: 1.2.3.4:8888)
--debug print debug info during work
--help print usage
Example:
ya.pl -p 123 -k ya-playlist
ya.pl -a 123
ya.pl -a 123
ya.pl -a 123 -t 321
```