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:
authorKaimi <kaimi-@users.noreply.github.com>2021-10-10 16:35:13 +0300
committerGitHub <noreply@github.com>2021-10-10 16:35:13 +0300
commit003c17541231c6cc28449490bb8ad34935897809 (patch)
tree88ddd394c6a9eaf69764b0eb61621206fb9fd874
parent838c16e12e828ab3c49105f6d467c05e6b2cb649 (diff)
Availability check temporary (?) removed
-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});