Skip to content

Script gets you access to download private videos on Vimeo

Notifications You must be signed in to change notification settings

DeepBlueDiving/vimeo-private-downloader

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vimeo Private Video Downloader

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.

Download

To download videos you have to:

  1. Open the browser developer tools on the network tab (F12 on Windows/Linux, CMD + Option + I on Mac OS).
  2. Start the video (or move mouse over the video).
  3. In the "Network" tab, locate the load of the "master.json" file, copy its full URL.
  4. Fill in url and name(using as filename) fields in videojson.js file
  5. Run: node index.js or npm run start
  6. Wait for console output 🌈 List finished

Combine and convert

To combine and convert video/audio parts to mp4 file run in terminal sh vimeo-combine.sh or npm run combine and enjoy!

Contributors

Special thanks to contributors:

@ftitreefly - created bash script to merge videos/audio parts to mp4

About

Script gets you access to download private videos on Vimeo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.5%
  • Shell 1.5%