Videos like
- https://{ORGID}.sharepoint.com/personal/{USERID}/_layouts/15/stream.aspx?id={VIDEOID}%2Emp4&ga=1
- https://{ORGID}.sharepoint.com/:v:/p/{USERID}/{VIDEOID}
- Run video from SharePoint corporate account or OneDrive,
- In Chrome open
Web inspectorand inNetworkfilter byvideomanifest - Copy this url
- Run
ffmpeg -i "%URL%" -codec copy outputvideo.mp4

This is my Python script using
yt_dlpto download Microsoft Teams / SharePoint recordings from avideomanifestURL.videomanifest.txtmust contain the URL obtained from Chrome DevTools → Network tab, filtering byvideomanifest.Setup
Usage
The script automatically trims the URL to
&part=index&format=dashand merges audio and video into an MP4 container.https://github.com/cypher-256/py-sharepoint-video-downloader here is my new repo