0

Availability check temporary (?) removed

This commit is contained in:
Kaimi
2021-10-10 16:35:13 +03:00
committed by GitHub
parent 838c16e12e
commit 003c175412

View File

@@ -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});