You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// api call: https://www.googleapis.com/youtube/v3/videos?part=[PART TYPE]&id=[VIDEO ID]key=[API KEY]
3
+
// part type = snippet gets: publishedAt, channelId, title, description, thumbnails, channelTitle, tags, categoryId
4
+
// part type = contentDetails gets: duration, dimension, definition, caption, licensedContent, projection
5
+
1
6
constexample_session={
2
7
order: 0,
3
8
src: 'https://www.youtube.com/embed/MFCzwiqlnCE',
@@ -65,7 +70,7 @@ const adventure_begins = {
65
70
constmake_rules={
66
71
order: 0,
67
72
src: 'https://www.youtube.com/embed/g5lrIDoEPOw',
68
-
length: 3603,
73
+
length: 'PT3H9M7S',
69
74
title: 'You Make the Rules!',
70
75
description: `The published D&D sourcebooks have their fair share of suggested rules... but as the DM, you have the special privilege to bend those to your will! Learn in this video how to set house rules for your campaign and your world, and begin collecting these guidelines in a Player's Guide for your party.`,
0 commit comments