Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kaimi-io/yandex-music-download.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/ya.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ya.pl b/src/ya.pl
index c0d44a8..5edbad9 100755
--- a/src/ya.pl
+++ b/src/ya.pl
@@ -350,7 +350,7 @@ if($opt{url})
if($opt{album} || ($opt{playlist} && $opt{kind}))
{
my @track_list_info;
-
+=pod
info(INFO, 'Checking Yandex.Music availability');
my $request = $ua->get(TEST_URL);
@@ -363,7 +363,7 @@ if($opt{album} || ($opt{playlist} && $opt{kind}))
{
info(OK, 'Yandex.Music is available')
}
-
+=cut
if($opt{album})
{
info(INFO, 'Fetching album info: ' . $opt{album});