From: lisu Date: Fri, 29 May 2009 08:33:00 +0000 (+0000) Subject: - updated for 2.1.14 X-Git-Tag: auto/th/clive-2_2_26-0_1~27 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fclive.git;a=commitdiff_plain;h=f3d6642329ed45d3aaf54aa9f6ab2999e2517c01 - updated for 2.1.14 Changed files: clive-delfi.patch -> 1.23 --- diff --git a/clive-delfi.patch b/clive-delfi.patch index 080ef9d..6eea0d3 100644 --- a/clive-delfi.patch +++ b/clive-delfi.patch @@ -1,23 +1,23 @@ ---- clive-2.1.10/clive~ 2009-04-27 11:14:37.000000000 +0200 -+++ clive-2.1.10/clive 2009-04-27 11:21:15.000000000 +0200 -@@ -87,6 +87,7 @@ - IsEvisor => qr|evisor.tv|i, - IsDmotion => qr|dailymotion.com|i, - IsCctv => qr|tv.cctv.com|i, -+ IsDelfi => qr|.delfi.|i, - ); - +--- clive-2.1.14/clive~ 2009-05-29 10:38:23.000000000 +0200 ++++ clive-2.1.14/clive 2009-05-29 10:38:19.000000000 +0200 +@@ -78,6 +78,7 @@ + IsDmotion => qr|dailymotion.com|i, + IsCctv => qr|tv.cctv.com|i, + IsRedtube => qr|redtube.com|i, ++ IsDelfi => qr|.delfi.|i, + ); + my @re_hosts_arr = ( -@@ -99,6 +100,7 @@ - [$re_hosts{IsEvisor}, \&handle_evisor], - [$re_hosts{IsDmotion}, \&handle_dmotion], - [$re_hosts{IsCctv}, \&handle_cctv], -+ [$re_hosts{IsDelfi}, \&handle_delfi], - ); - - # Parse config -@@ -992,6 +993,64 @@ - return ($xurl, $id); +@@ -91,6 +92,7 @@ + [ $re_hosts{IsDmotion}, \&handle_dmotion ], + [ $re_hosts{IsCctv}, \&handle_cctv ], + [ $re_hosts{IsRedtube}, \&handle_redtube ], ++ [ $re_hosts{IsDelfi}, \&handle_delfi], + ); + + # Parse config +@@ -1016,6 +1018,64 @@ + return ( $xurl, $video_id ); } +sub handle_delfi { @@ -80,3 +80,4 @@ + # Subroutines: Progress # NOTE: the 'dot' progress copies much from wget. +