Closed GoogleCodeExporter closed 9 years ago
This is a patch.
--- get-flash-videos-1.24.orig/lib/FlashVideo/Site/Googlevideosearch.pm
+++ get-flash-videos-1.24/lib/FlashVideo/Site/Googlevideosearch.pm
@@ -10,6 +10,8 @@ sub search {
my $browser = FlashVideo::Mechanize->new;
+ $browser->allow_redirects;
+
$browser->get('http://video.google.com/');
$browser->submit_form(
Original comment by taniguch...@gmail.com
on 19 Jan 2011 at 10:58
That patch lets the tests run for me, but one still fails:
PERL_DL_NONLAZY=1 /usr/bin/perl5.12.4 "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/google_video_search.t .. 1/2
# Failed test 'Results returned'
# at t/google_video_search.t line 18.
# Looks like you failed 1 test of 2.
t/google_video_search.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests
Original comment by kingjon3...@gmail.com
on 8 Mar 2012 at 1:45
Fixed thanks to psycotica, sorry I didn't notice the other patch here.
Original comment by zakflash...@gmail.com
on 9 Apr 2012 at 4:10
Original issue reported on code.google.com by
taniguch...@gmail.com
on 18 Jan 2011 at 1:58