how to download videos from sharepoint
- open the link and find in the network inspection tab the resource filtering with this field:
&altManifestMetadata - after that, copy the source url and delete all parameters after that field
- open the terminal and execute this command:
ffmpeg -i "url-obtained" -codec copy video.mp4
and there you go :)