Open GoogleCodeExporter opened 8 years ago
you can fix that by applying the following patch :)
i'm running 1.24 but it should be the same on other recent versions.
--- /usr/local/libdata/perl5/site_perl/FlashVideo/Site/Arte.pm Wed Feb 1
01:26:19 2012
+++ /usr/local/libdata/perl5/site_perl/FlashVideo/Site/Arte.pm Wed Feb 1
01:23:49 2012
@@ -34,7 +34,7 @@
$browser->get($xmlurl1);
- if($browser->content =~ /<video lang="$lang" ref="(.*)"\/>/) {
+ if($browser->content =~ /<video lang="$lang" ref="(.*)" \/>/) {
$xmlurl2 = $1;
debug "found <video ref=\"$xmlurl2\">\n";
} else {
yes, it's a missing space after the link :p
they must have changed their xml encoding or something like that.
enjoy culture :p
laurent
Original comment by ooook...@gmail.com
on 1 Feb 2012 at 12:34
Original issue reported on code.google.com by
nixis...@googlemail.com
on 19 Dec 2011 at 1:19