mirror of
https://github.com/Tusko/vimeo-private-downloader.git
synced 2025-08-20 13:24:19 -07:00
fx readme
This commit is contained in:
parent
69bc41df8b
commit
eb4b2c6028
1 changed files with 3 additions and 2 deletions
|
@ -10,11 +10,12 @@ 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).
|
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).
|
2. Start the video (or move mouse over the video).
|
||||||
3. In the dev tab, locate the load of the "master.json" file, copy its full URL.
|
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
|
4. Fill in `url` and `name`(using as filename) fields in `videojson.js` file
|
||||||
5. Run: node vimeo-downloader.js
|
5. Run: node vimeo-downloader.js
|
||||||
6. Wait for console output `🌈 List finished`
|
6. Wait for console output `🌈 List finished`
|
||||||
|
|
||||||
Also, you can combine the m4v and m4a files with [ffmpeg](https://www.ffmpeg.org/)
|
Also, you can combine the m4v and m4a files with [ffmpeg](https://www.ffmpeg.org/)
|
||||||
|
|
||||||
example script file is `runnner.sh` filenames in same format and run in terminal `sh ./runnner.sh`
|
I've added an example bash script `runnner.sh` to bulk merge video parts.
|
||||||
|
Fill your filenames in same format and run in terminal `sh ./runnner.sh`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue