Skip to content
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #804 from jtattermusch/master
Browse files Browse the repository at this point in the history
Fix and cleanup video links
  • Loading branch information
hsaliak authored Jan 3, 2019
2 parents 9548b83 + 290ab34 commit 8aa74da
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions js/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8aa74da

Please sign in to comment.