From 540c39d259b76b092601971f431a8d4168f9bfa1 Mon Sep 17 00:00:00 2001 From: Kaimi Date: Tue, 14 Dec 2021 14:42:59 +0300 Subject: [PATCH] Missing path argument --- src/ya.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ya.pl b/src/ya.pl index 7a63c64..a3b517e 100755 --- a/src/ya.pl +++ b/src/ya.pl @@ -206,6 +206,7 @@ my ($opt, $usage) = Getopt::Long::Descriptive::describe_options ['cookie=s', 'authorization cookie for web version (Session_id=...)'], ['bitrate=i', 'bitrate (eg. 64, 128, 192, 320)'], ['pattern=s', 'track naming pattern', {default => FILE_NAME_PATTERN}], + ['path=s', 'path saving pattern', {default => ''}], [], ['Available placeholders: #number, #artist, #title, #album, #year'], [],