Last active
January 2, 2016 02:19
-
-
Save builat/8236762 to your computer and use it in GitHub Desktop.
try mp3vk_api.pm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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