diff --git a/jm2l/views.py b/jm2l/views.py index 3b75696..ece5a5e 100644 --- a/jm2l/views.py +++ b/jm2l/views.py @@ -289,7 +289,7 @@ def JSON_TimeLine_Request(request): "asset": { #"media":"https://www.youtube.com/watch?v=91X65eEKxvU&t=6s", - "media":embeed_video("video/ogg","http://jm2l.linux-azur.org/resources/2015/Video/jm2l_france3-2015.ogv"), + "media":embeed_video("video/ogg","/resources/2015/Video/jm2l_france3-2015.ogv"), "credit":"Reportage France 3", "caption":"JM2L 2015" } @@ -304,7 +304,7 @@ def JSON_TimeLine_Request(request): "asset": { #"media":"https://www.youtube.com/watch?v=91X65eEKxvU&t=6s", - "media":embeed_video("video/ogg","http://jm2l.linux-azur.org/resources/2015/Video/jm2l_france3-2015.ogv"), + "media":embeed_video("video/ogg","/resources/2015/Video/jm2l_france3-2015.ogv"), "credit":"Reportage France 3", "caption":"JM2L 2015" } @@ -331,7 +331,7 @@ def JSON_TimeLine_Request(request): "text":"5ème Édition", "asset": { - "media":embeed_video("video/ogg","http://jm2l.linux-azur.org/resources/2010/Video/reportages/JM2L2010-PleinSudTV.ogv"), + "media":embeed_video("video/ogg","/resources/2010/Video/reportages/JM2L2010-PleinSudTV.ogv"), "credit":"Le reportage Plein-sud TV", "caption":"JM2L", } @@ -344,7 +344,7 @@ def JSON_TimeLine_Request(request): "text":"2ème Édition", "asset": { - "media":embeed_video("video/ogg","http://jm2l.linux-azur.org/resources/2007/Video/20071110-linux.ogv"), + "media":embeed_video("video/ogg","/resources/2007/Video/20071110-linux.ogv"), "credit":"Le reportage Plein-sud TV", "caption":"JM2L 2007", }