fix path encoding (#60).
[clive.git] / t / 05dailymotion.t
blob24120e05b905d596bb0a4c9cd50e51421d881624
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 => 3;
13 use Test::clive;
15 foreach (qw(flv hq hd)) {
16 Test::clive::host(
17 qq|http://www.dailymotion.com/hd/video/|
18 . qq|x9fkzj_battlefield-1943-coral-sea-trailer_videogames|,
19 "-f $_"