#!/bin/bash youtube-dl -f best --hls-prefer-native https://devstreaming-cdn.apple.com/videos/wwdc/2015/1014o78qhj07pbfxt9g7/101/hls_vod_mvp.m3u8 --output "[2015] [Session 101] Keynote.mp4" youtube-dl -f best --hls-prefer-native https://devstreaming-cdn.apple.com/videos/wwdc/2015/1026npwuy2crj2xyuq11/102/hls_vod_mvp.m3u8 --output "[2015] [Session 102] Platforms State of the Union.mp4" youtube-dl -f best --hls-prefer-native https://devstreaming-cdn.apple.com/videos/wwdc/2015/112lwa56zromr4h6uf0/112/hls_vod_mvp.m3u8 --output "[2015] [Session 112] Think Audacious.mp4" youtube-dl -f best --hls-prefer-native https://events-delivery.apple.com/3004qzusahnbjppuwydgjzsdyzsippar/m3u8/hls_vod_mvp.m3u8 --output "[2019] [Session 101] Keynote.mp4" youtube-dl -f bestvideo+english_128-English_Audio --hls-prefer-native https://events-delivery.apple.com/2605bdtgclbnfypwzfkzdsupvcyzhhbx/m3u8/hls_vod_mvp.m3u8 --output "[2020] [Session 101] Keynote.mp4" youtube-dl -f bestvideo+audio-stereo-aac-128-English --hls-prefer-native https://events-delivery.apple.com/1805asrvgvurxcrkewleraugwqathmvg/m3u8/vod_index-YVvsDudyWzBdgmtcMPabYTdjaWWmbLaA.m3u8 --output "[2021] [Session 101] Keynote.mp4" youtube-dl -f bestvideo+audio-stereo-aac-128-English --hls-prefer-native https://events-delivery.apple.com/1805asrvgvurxcrkewleraugwqathmvg/m3u8/vod_asl_index-YjZLVmcchTTNTtDTLsRUgqHBaNmHAmNH.m3u8 --output "[2021] [Session 111] Keynote (ASL).mp4"