WWW::YourFileHost - Get video informations from YourFileHost


WWW-YourFileHost documentation  | view source Contained in the WWW-YourFileHost distribution.

Index


NAME

Top

WWW::YourFileHost - Get video informations from YourFileHost

SYNOPSIS

Top

    use LWP::UserAgent;
    use WWW::YourFileHost;
    use Perl6::Say;

    my $url = "http://www.yourfilehost.com/media.php?cat=video&file=hoge.wmv";
    my $ua  = LWP::UserAgent->new( agent => "WWW::YourFileHost" );
    $ua->cookie_jar( HTTP::Cookies->new );
    my $yourfilehost = WWW::YourFileHost->new( url => $url , ua => $ua );
    say $yourfilehost->photo;
    say $yourfilehost->video_id;
    say $yourfilehost->embed;




AUTHOR

Top

Yusuke Wada <yusuke@kamawada.com>

LICENCE AND COPYRIGHT

Top


WWW-YourFileHost documentation  | view source Contained in the WWW-YourFileHost distribution.