Version and date bump
This commit is contained in:
@@ -158,7 +158,7 @@ ya.pl [-adhklpstu] [long options...]
|
|||||||
ya.pl -u https://music.yandex.ru/album/215688/track/1710808 --auth ...
|
ya.pl -u https://music.yandex.ru/album/215688/track/1710808 --auth ...
|
||||||
ya.pl -u https://music.yandex.ru/users/ya.playlist/playlists/1257 --cookie ...
|
ya.pl -u https://music.yandex.ru/users/ya.playlist/playlists/1257 --cookie ...
|
||||||
|
|
||||||
© 2013-2021 by Kaimi (https://kaimi.io)
|
© 2013-2022 by Kaimi (https://kaimi.io)
|
||||||
```
|
```
|
||||||
|
|
||||||
## FAQ
|
## FAQ
|
||||||
@@ -169,7 +169,7 @@ Currently Yandex Music is available only for Russia and CIS countries. For other
|
|||||||
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.
|
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
|
## License
|
||||||
Yandex Music Downloader Copyright © 2013-2021 by Kaimi (Sergey Belov) - https://kaimi.io.
|
Yandex Music Downloader Copyright © 2013-2022 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
@@ -53,8 +53,8 @@ use constant
|
|||||||
HQ_BITRATE => '320',
|
HQ_BITRATE => '320',
|
||||||
DEFAULT_CODEC => 'mp3',
|
DEFAULT_CODEC => 'mp3',
|
||||||
PODCAST_TYPE => 'podcast',
|
PODCAST_TYPE => 'podcast',
|
||||||
VERSION => '1.2',
|
VERSION => '1.3',
|
||||||
COPYRIGHT => '© 2013-2021 by Kaimi (https://kaimi.io)',
|
COPYRIGHT => '© 2013-2022 by Kaimi (https://kaimi.io)',
|
||||||
};
|
};
|
||||||
use constant
|
use constant
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user