Wrong album cover uri fixed; include, exclude list support
This commit is contained in:
32
README.md
32
README.md
@@ -8,20 +8,28 @@ 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)
|
||||
--proxy HTTP-proxy (format: 1.2.3.4:8888)
|
||||
|
||||
--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)
|
||||
--exclude skip tracks specified in file
|
||||
--include filter tracks specified in file
|
||||
|
||||
--debug print debug info during work
|
||||
--help print usage
|
||||
|
||||
--include option presume 'only' prefix
|
||||
--include and --exclude options use weak match i.e. ~/$term/
|
||||
|
||||
Example:
|
||||
ya.pl -p 123 -k ya-playlist
|
||||
ya.pl -a 123
|
||||
ya.pl -a 123
|
||||
ya.pl -a 123 -t 321
|
||||
|
||||
```
|
||||
|
||||
For further assistance don't hesitate to ask for help in GitHub issues or on the blog: http://kaimi.ru
|
||||
|
||||
Reference in New Issue
Block a user