Skip to content

Commit 72a565b

Browse files
committed
Update teaching video metadata
1 parent 57a9182 commit 72a565b

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

src/data/playlists.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const teachingPlaylists: TeachingPlaylist[] = [
4343
"(Hedva 2 + Linear Algebra; per-video classification).",
4444
videoIds: [
4545
// Order mirrors the live YouTube playlist (newest first).
46+
"Wl8GTdup7zk", "uiQYDmSx_cw",
4647
"VV16DidUM-M",
4748
"PC-q415eLvU", "PBCggtB-Ayk",
4849
"qLyxqHZCzGE", "q6thMbb2VPs",

src/data/tirgulim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export const tirgulim: TirgulSession[] = [
180180
titleEn: "Practice sheet 11",
181181
topics: [],
182182
pdfPath: "/files/teaching/calculus-2/tirgul11.pdf",
183-
videoIds: ["VV16DidUM-M"],
183+
videoIds: ["Wl8GTdup7zk", "uiQYDmSx_cw", "VV16DidUM-M"],
184184
},
185185
{
186186
// Copied from ../tirgulim/דף תרגול 12 ואחרון - אינטגרלים משטחיים , משפט גאוס וסטוקס.pdf.

src/data/youtubeVideos.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,13 @@ const rawVideos: RawVideo[] = [
157157
// recording is matched to tirgul11.pdf. Title + duration are verbatim from
158158
// YouTube (yt-dlp flat-playlist).
159159
{ index: 53, title: "חדווא 2ב לביו רפואה - תרגול 11 : אינטגרלים קווים ,עקומות פרמטריות שדה משמר ומשפט גרין ( יום רביעי)", videoId: "VV16DidUM-M", url: "https://www.youtube.com/watch?v=VV16DidUM-M", embedUrl: "https://www.youtube-nocookie.com/embed/VV16DidUM-M", thumbnail: "https://i.ytimg.com/vi/VV16DidUM-M/hqdefault.jpg", duration: "1:52:54", durationSeconds: 6774, description: "", category: "hedva2", relatedPractice: "tirgul11", laTutorial: null, isExamQuestion: false, track: "Biomedical Engineering", sessionNote: "Wednesday group · line integrals, parametric curves, conservative field, Green's theorem", topics: [], visibilityNote: "Unlisted YouTube video. Anyone with the link can view it.", contentType: "tutorial", playlistId: "PLm0oTNdEqyakr9oIlO9PSWB9RzApsSEoW", playlistTitle: "חדווא 2 2026 סמסטר ב׳" },
160+
161+
// Additional Hedva 2 tutorial 11 recordings now present in the live main
162+
// playlist (biomedical + mechanical tracks). Both titles explicitly state
163+
// תרגול 11 → matched to tirgul11.pdf. Titles + durations verbatim from
164+
// YouTube (yt-dlp flat-playlist).
165+
{ index: 54, title: "חדווא 2ב לביו רפואית - תרגול 11", videoId: "Wl8GTdup7zk", url: "https://www.youtube.com/watch?v=Wl8GTdup7zk", embedUrl: "https://www.youtube-nocookie.com/embed/Wl8GTdup7zk", thumbnail: "https://i.ytimg.com/vi/Wl8GTdup7zk/hqdefault.jpg", duration: "1:33:24", durationSeconds: 5604, description: "", category: "hedva2", relatedPractice: "tirgul11", laTutorial: null, isExamQuestion: false, track: "Biomedical Engineering", sessionNote: "", topics: [], visibilityNote: "Unlisted YouTube video. Anyone with the link can view it.", contentType: "tutorial", playlistId: "PLm0oTNdEqyakr9oIlO9PSWB9RzApsSEoW", playlistTitle: "חדווא 2 2026 סמסטר ב׳" },
166+
{ index: 55, title: "חדווא 2ב למכנית - תרגול 11 אינטגרלים קווים", videoId: "uiQYDmSx_cw", url: "https://www.youtube.com/watch?v=uiQYDmSx_cw", embedUrl: "https://www.youtube-nocookie.com/embed/uiQYDmSx_cw", thumbnail: "https://i.ytimg.com/vi/uiQYDmSx_cw/hqdefault.jpg", duration: "1:40:18", durationSeconds: 6018, description: "", category: "hedva2", relatedPractice: "tirgul11", laTutorial: null, isExamQuestion: false, track: "Mechanical Engineering", sessionNote: "line integrals", topics: [], visibilityNote: "Unlisted YouTube video. Anyone with the link can view it.", contentType: "tutorial", playlistId: "PLm0oTNdEqyakr9oIlO9PSWB9RzApsSEoW", playlistTitle: "חדווא 2 2026 סמסטר ב׳" },
160167
];
161168

162169
// Stamp courseId/courseTag onto every video from its category (single source of

0 commit comments

Comments
 (0)