[get-flash-videos] 04/12: Add patch to update Google Video Search URL

Daniel Lintott dlintott-guest at moszumanska.debian.org
Sun Mar 23 21:55:31 UTC 2014


This is an automated email from the git hooks/post-receive script.

dlintott-guest pushed a commit to branch master
in repository get-flash-videos.

commit 5b8de30d41fd219eff933871dcf62c2c67ffdad0
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Sun Mar 23 21:10:47 2014 +0000

    Add patch to update Google Video Search URL
    
    Closes: #742450
    Thanks: Dallas E. Legan
---
 debian/patches/UpdateGoogleVideoURL.patch | 15 +++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 16 insertions(+)

diff --git a/debian/patches/UpdateGoogleVideoURL.patch b/debian/patches/UpdateGoogleVideoURL.patch
new file mode 100644
index 0000000..98b9348
--- /dev/null
+++ b/debian/patches/UpdateGoogleVideoURL.patch
@@ -0,0 +1,15 @@
+Description: Update URL fro Google Video Search
+Author: Dallas E. Legan <aw585 at lafn.org>
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742450
+Last-Update: 2014-03-23
+--- a/lib/FlashVideo/Site/Googlevideosearch.pm
++++ b/lib/FlashVideo/Site/Googlevideosearch.pm
+@@ -11,7 +11,7 @@
+ 
+   my $browser = FlashVideo::Mechanize->new;
+   
+-  $browser->get('http://video.google.com/videoadvancedsearch');
++  $browser->get('http://www.google.com/videohp');
+ 
+   $browser->submit_form(
+     with_fields => {
diff --git a/debian/patches/series b/debian/patches/series
index dcf76f5..02d18a5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+UpdateGoogleVideoURL.patch
 00_fix_manpage_warning.diff
 use_libcrypt-blowfish-perl.diff
 no-network-tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/get-flash-videos.git



More information about the Pkg-perl-cvs-commits mailing list