Update MANIFEST.
[clive.git] / t / 05dailymotion.t
bloba701089a763640c1d7f110c3d53ede74ffe68b9c
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 => 6;
13 use Test::clive;
15 foreach (qw(flv spak-mini vp6-hq vp6-hd vp6 h264)) {
16 Test::clive::host(
17 qq|http://www.dailymotion.com/hd/video/|
18 . qq|x9fkzj_battlefield-1943-coral-sea-trailer_videogames|,
19 "-f $_"
21 sleep(5);