NAME
WWW::NicoSound::Download::Sound - A property class of MP3 file.
SYNOPSIS
my $sound = $downloader->save( url => $url );
say $sound->filename;
DESCRIPTION
This class keeps information of result of WWW::NicoSound::Download's downloader.
CLASS METHODS
- new
-
Returns new instance of this class.
- is_id_valid
-
Checks the parameter likes nicosound ID.
INSTANCE METHODS
- info_url
- sound_url
- parse_id_from_url
- parse_filename_from_title
PROPERTIES
- url
- id
- title
- filename
-
- url
SEE ALSO
The homepage URL of NicoSound is "http://nicosound.anyap.info/"
COPYRIGHT AND LICENSE
Copyright (C) 2010 by Kuniyoshi Kouji
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.
2 POD Errors
The following errors were encountered while parsing the POD:
- Around line 165:
'=item' outside of any '=over'
- Around line 179:
You forgot a '=back' before '=head1'