Skip to content

Instantly share code, notes, and snippets.

@builat
Last active January 2, 2016 02:19
Show Gist options
  • Select an option

  • Save builat/8236762 to your computer and use it in GitHub Desktop.

Select an option

Save builat/8236762 to your computer and use it in GitHub Desktop.
try mp3vk_api.pm
#!/usr/bin/perl
use warnings;
use strict;
use v5.18;
use mp3vk_api;
use utf8;
my $vk = mp3vk_api->new( login => 'mail@mail.com',
password => 'passwd',
dir =>'Rhapsody',
threads=>'10',
);
my $out = $vk->search('Rhapsody');
my $a = $vk->vk_download($out);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment