Member-only story
How to download Teams / Sharepoint videos
Nov 7, 2023
Microsoft Teams annoys me every single day.
I would have enough topics for a full post just on that… but let’s focus on one very annoying point.
If someone has recorded a video call or shared a video via Sharepoint, you aren’t able to download it.
Or can you?
- Open Terminal
- brew install ffmpeg
- Open the Video on the Browser (something like: https://xpto-my.sharepoint.com/personal/x_person/_layouts/15/stream.aspx?id=…)
- On Chrome press F12 -> Inspector -> Network
- Refresh page and get the link starting with videomanifest?…
- After a few seconds you should now see 1 result in the browser inspector’s network part. Something like:
videomanifest?provider=spo… => Copy it. - ffmpeg -i “https://theURLtoTheManifestYouCopiedHere" -codec copy downloadedVideo.mp4