From a41b35f470639d0c58ddc4247f7eaa665321e3a0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 21 Apr 2009 06:26:10 +0000 Subject: [PATCH] - uri_unescape() seems no longer exported, qualify Changed files: clive-delfi.patch -> 1.21 --- clive-delfi.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clive-delfi.patch b/clive-delfi.patch index 4beaf3f..a808f5f 100644 --- a/clive-delfi.patch +++ b/clive-delfi.patch @@ -48,7 +48,7 @@ + $xurl = $videobox_url; + + } elsif ($video_url) { -+ $xurl = uri_unescape($video_url); ++ $xurl = URI::Escape::uri_unescape($video_url); + $id = $1 if $xurl =~ m{^\S+://[^/]+/v/(.+?)\.flv}; + + } elsif ($video_salt and $video_site) { -- 2.44.0