[PATCH 8/9] Web PVR: fix update URL

dinkypumpkin dinkypumpkin at gmail.com
Sun May 27 15:05:12 EDT 2012


The update URL pointed to non-existent resource at
linuxcentre.net, which resulted in overwriting Web
PVR with junk if updated.  Update URL now points to
valid resource at infradead.org.
---
 get_iplayer.cgi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/get_iplayer.cgi b/get_iplayer.cgi
index dd4575a..54807e4 100755
--- a/get_iplayer.cgi
+++ b/get_iplayer.cgi
@@ -1280,7 +1280,7 @@ sub build_url_playlist {
 # If the get_iplayer.cgi script is unwritable then quit
 # update script
 sub update_script {
-	my $update_url	= 'http://linuxcentre.net/get_iplayer/get_iplayer.cgi';
+	my $update_url	= 'http://www.infradead.org/get_iplayer/latest/get_iplayer.cgi';
 	# Get version URL
 	my $script_file = $0;
 	my $ua = create_ua('update');
-- 
1.7.7.5 (Apple Git-26)




More information about the get_iplayer mailing list