If anyone would like their own copy for archival/legal defense purposes, there's a free, open-source Youtube downloader called
yt-dlp.
It's command line only, but you just run:
Code:
yt-dlp.exe https://www.youtube.com/watch?v=GKdwICM9FWo
...and it'll pull down a copy.
If you're feeling fancy:
Code:
https://www.youtube.com/watch?v=GKdwICM9FWo --postprocessor-args "-ss 00:24:23.00 -to 00:29:49.00"
...will clip just the Pat bit.
EDIT: It's not just YouTube it'll download, it's everything - Facebook, Vimeo, Streamable, the German news site he was on, whatever shitty hosting service your local news uses (you might have to view the page source and find the video URL, though).