Update MANIFEST.
[clive.git] / t / 02youtube.t
blobc6707556f6d095aa8473c68538b0f995c229eaaa
1 #!/usr/bin/env perl -I./t/lib
3 use warnings;
4 use strict;
6 use Test::More;
7 if ( $ENV{NO_INTERNET} ) {
8 plan skip_all => "No internet during package build";
10 else {
11 plan tests => 8;
13 use Test::clive;
15 Test::clive::host( qq|http://www.youtube.com/watch?v=VjihaK7HfGs|, "-f $_" )
16 foreach qw(flv fmt17 fmt18 fmt22 fmt35);
18 Test::clive::host(qq|http://www.youtube.com/v/VjihaK7HfGs|); # Embed.
20 Test::clive::host(qq|http://www.youtube-nocookie.com/v/3PuHGKnboNY|);
22 Test::clive::host(
23 qq|http://www.last.fm/music/Iron+Maiden/+videos/+1-Pje6h_hFPzc|);