Update MANIFEST.
[clive.git] / t / 14spiegel.t
blob9ee0def2f452dfdf94b8227415f1b6b6b63c2bcb
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 => 10;
13 use Test::clive;
15 Test::clive::host(qq|http://www.spiegel.de/video/video-1012584.html|,"-f $_" )
16 foreach qw(flv vp6_64 vp6_388 vp6_576 vp6_928 h264_1400 3gp small iphone podcast);