#!/bin/bash # Sessions with no download-link provided. yt-dlp -f bestvideo+bestaudio https://events-delivery.apple.com/0205eyyhwbbqexozkwmgccegwnjyrktg/m3u8/vod_index-dpyfrsVksFWjneFiptbXnAMYBtGYbXeZ.m3u8 --output "[2022] [Session 101] Keynote.mp4" yt-dlp -f bestvideo+bestaudio https://events-delivery.apple.com/0205eyyhwbbqexozkwmgccegwnjyrktg/m3u8/vod_asl_index-ktnaTcjUgzeMGMTaiatvJAZgtCVGqFUX.m3u8 --output "[2022] [Session 111] Keynote (ASL).mp4" yt-dlp -f bestvideo+bestaudio https://events-delivery.apple.com/wwdc22/S6609-rUNWRhfHEGjdhBffWQLkyEHB/cmaf.m3u8 --output "[2022] [Session 10113] Explore EDR on iOS.mp4" yt-dlp -f bestvideo+bestaudio https://events-delivery.apple.com/wwdc22/S6610-wbTYzbGrJjXGpwDYrMCraMxm/cmaf.m3u8 --output "[2022] [Session 10114] Display EDR content with Core Image, Metal, and SwiftUI.mp4"