Skip to content

Commit bce2680

Browse files
committed
docs: fix broken youtube playlists
Change-Id: I07a1e9af2c8104a56c9a5e6d1060de7578cbd1ae
1 parent 480ac7f commit bce2680

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

docs/html/develop/index.jd

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -296,17 +296,17 @@ function renderDevelopersLivePlaylist(data) {
296296
* Each string in 'ids' is the ID of a YouTube playlist that belongs in the corresponding tab.
297297
*/
298298
var playlists = {
299-
'googleio' : {
300-
'ids': ["4C6BCDE45E05F49E"]
299+
'designinaction' : {
300+
'ids': ["PLWz5rJ2EKKc8j2B95zGMb8muZvrIy-wcF"]
301301
},
302-
'fridayreview' : {
303-
'ids': ["B7B9B23D864A55C3"]
302+
'about' : {
303+
'ids': ["PL611F8C5DBF49CEC6"]
304304
},
305-
'officehours' : {
306-
'ids': ["7383D9AADA6E6D55"]
305+
'developersstrikeback' : {
306+
'ids': ["PLWz5rJ2EKKc8nhhIOieejm1PxYHmPkIPh"]
307307
},
308-
'about' : {
309-
'ids': ["D7C64411AF40DEA5"]
308+
'googleio' : {
309+
'ids': ["PL4C6BCDE45E05F49E"]
310310
}
311311
};
312312

@@ -326,7 +326,7 @@ function showVideosPlaylists() {
326326

327327
/* Request the playlist feeds from YouTube */
328328
function showDevelopersLivePlaylist() {
329-
var playlistId = "B7B9B23D864A55C3"; /* The Friday Review */
329+
var playlistId = "PLB7B9B23D864A55C3"; /* The App Clinic */
330330
var script = "<script type='text/javascript' src='//gdata.youtube.com/feeds/api/playlists/"
331331
+ playlistId +
332332
"?v=2&alt=json-in-script&max-results=10&callback=renderDevelopersLivePlaylist&orderby=published'><\/script > ";

0 commit comments

Comments
 (0)