0

Update README.md

This commit is contained in:
Kaimi
2019-02-16 09:39:37 +03:00
committed by GitHub
parent 0d7e0562c4
commit 3d1a171470

View File

@@ -4,7 +4,7 @@ Yandex Music Downloader
This is a simple command line Perl script for downloading music from Yandex Music (http://music.yandex.ru). This is a simple command line Perl script for downloading music from Yandex Music (http://music.yandex.ru).
Origin of the script is the following article: https://kaimi.io/2013/11/yandex-music-downloader/ Origin of the script is the following article: https://kaimi.io/2013/11/yandex-music-downloader/
# Usage ## Usage
```bat ```bat
ya.pl [-adkptu] [long options...] ya.pl [-adkptu] [long options...]
@@ -43,4 +43,23 @@ ya.pl [-adkptu] [long options...]
``` ```
## Dependencies
##### Mozilla::CA
```
sudo apt-get install perl-modules
sudo cpan -i Mozilla::CA
```
##### MP3::Tag
```
sudo apt-get install libmp3-tag-perl
```
##### Getopt::Long::Descriptive
```
sudo apt-get install libgetopt-long-descriptive-perl
```
For further assistance don't hesitate to ask for help in GitHub issues or on the blog: https://kaimi.io For further assistance don't hesitate to ask for help in GitHub issues or on the blog: https://kaimi.io