Credit to https://github.com/DennisPing/Windows-10-Cpp-MinGW64
Run powershell as admin
- Install go https://go.dev/learn/
- Install choco https://chocolatey.org/install
Credit to https://github.com/DennisPing/Windows-10-Cpp-MinGW64
Run powershell as admin
| // 1. Open the browser developper console on the network tab | |
| // 2. Start the video | |
| // 3. In the dev tab, locate the load of the "master.json" file, copy its full URL | |
| // 4. Run: node vimeo-downloader.js "<URL>" | |
| // 5. Combine the m4v and m4a files with mkvmerge | |
| const fs = require('fs'); | |
| const url = require('url'); | |
| const https = require('https'); |