From 290ab348a49ab80793382e260fb93e20b8eadff2 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Wed, 2 Jan 2019 10:29:33 +0100 Subject: [PATCH] fix and cleanup video links --- js/common.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/js/common.js b/js/common.js index e7aea796..0c1bdbee 100644 --- a/js/common.js +++ b/js/common.js @@ -12,19 +12,16 @@ firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // The key corresponds to the data attributes in docs/talks/index.html // TODO(jtattermusch): is there a way to not require editing this when adding new videos? var playerInfoList = [ - {type: 'yt', key: '5QH67PXNbaI'}, + {type: 'yt', key: 'OZ_Qmklc4zE'}, {type: 'yt', key: 'F2znfxn_5Hg'}, - {type: 'yt', key: 'rf5fw_O4tnU'}, + {type: 'yt', key: 'S7WIYLcPS1Y'}, {type: 'yt', key: 'F2WYEFLTKEw'}, {type: 'yt', key: 'UZcvnApm81U'}, {type: 'yt', key: 'UOIJNygDNlE'}, + {type: 'yt', key: 'RvUP7vX2P4s'}, {type: 'yt', key: 'nz-LcdoMYWA'}, - {type: 'yt', key: 'sZx3oZt7LVg'}, - {type: 'yt', key: 'RvUP7vX2P4s'}, - {type: 'slideshare', key: 'https://www.slideshare.net/sujatatibre/g-rpc-talk-with-intel-3'}, - {type: 'slideshare', key: 'https://www.slideshare.net/VarunTalwar4/grpc-design-and-implementation'}, - {type: 'slideshare', key: 'https://www.slideshare.net/VarunTalwar4/grpc-overview'}, - {type: 'slideshare', key: 'https://www.ustream.tv/recorded/86187859'} + {type: 'yt', key: 'sZx3oZt7LVg'}, + {type: 'vimeo', key: 'https://vimeo.com/190648663'} ]; function createPlayer(key) {