From 003c17541231c6cc28449490bb8ad34935897809 Mon Sep 17 00:00:00 2001 From: Kaimi Date: Sun, 10 Oct 2021 16:35:13 +0300 Subject: [PATCH] Availability check temporary (?) removed --- src/ya.pl | 4 ++-- 1 file 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});