Node.js script helps you to download private videos from Vimeo
Before you start, make sure you have installed Node.js.
To check it run in terminal node -v. You will see v10.11.0 for example. If you get error, install latest Node.js.
To download videos you have to:
- Open the browser developer tools on the network tab (
F12on Windows/Linux,CMD + Option + Ion Mac OS). - Start the video (or move mouse over the video).
- In the "Network" tab, locate the load of the "master.json" file, copy its full URL.
- Fill in
urlandname(using as filename) fields invideojson.jsfile - Run:
node vimeomaster.js - Wait for console output
🌈 List finished
To combine and convert video/audio parts to mp4 file run in terminal vimeo-combine.sh and enjoy!
Special thanks to contributors:
@ftitreefly - created bash script to merge videos/audio parts to mp4