From 0adeee109cf8d8517f3a890105f5b46459495204 Mon Sep 17 00:00:00 2001 From: Sem Date: Sun, 6 Nov 2011 23:28:09 +0100 Subject: Watch working for Vimeo and Youtube. --- views/default/videolist/watch/metacafe.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 views/default/videolist/watch/metacafe.php (limited to 'views/default/videolist/watch/metacafe.php') diff --git a/views/default/videolist/watch/metacafe.php b/views/default/videolist/watch/metacafe.php new file mode 100644 index 000000000..cfa5e02a4 --- /dev/null +++ b/views/default/videolist/watch/metacafe.php @@ -0,0 +1,15 @@ +thumbnail); +$path = array_reverse($path); +$thumbnailArray = explode(".", $path[0]); +$video_id = $video_id."/".$thumbnailArray[0].".swf"; + +echo "
+"; +*/ -- cgit v1.2.3