From 81f000a84e15263ea1935771ea595c843ac8a393 Mon Sep 17 00:00:00 2001 From: Toni Gundogdu Date: Tue, 29 Oct 2013 16:43:17 +0200 Subject: [PATCH] tests: media_liveleak: Replace URL for embedded youtube content The previously used video was removed from the liveleak website. Signed-off-by: Toni Gundogdu --- tests/media/media_liveleak.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/media/media_liveleak.c b/tests/media/media_liveleak.c index 259ffbc..92df214 100644 --- a/tests/media/media_liveleak.c +++ b/tests/media/media_liveleak.c @@ -29,7 +29,7 @@ static const gchar *URLs[] = { "http://www.liveleak.com/view?i=c72_1366852611", - "http://www.liveleak.com/view?i=8d2_1367308416", /* Hosted by YouTube */ + "http://www.liveleak.com/view?i=27d_1382768607", /* Hosted by YouTube */ "http://www.liveleak.com/view?i=edd_1380341149", /* >1 streams */ NULL }; @@ -37,7 +37,7 @@ static const gchar *URLs[] = static const gchar *TITLEs[] = { "Otter jumps in car and refuses to leave", - "How To Park A Porsche", + "Sea Lion stealing Monster fish!!", "JUNGLE HENDRIX", NULL }; @@ -45,7 +45,7 @@ static const gchar *TITLEs[] = static const gchar *IDs[] = { "c72_1366852611", - "6NPkvWnabK4", + "sGz-NIBZwEw", "edd_1380341149", NULL }; -- 2.11.4.GIT