Installs directly from the latest version of the repository upto the latest commit
npm i <package-name>/<repo-name>
npm i express/expresstsc --init in the repo for initiating a tsconfig.json filetsconfig.json config as per requiredfind app/src -name "*.js" -exec sh -c 'mv "$0" "${0%.js}.ts"' {} \;// @ts-nocheck comment on top of all ts files to avoid immediate ts errors or don't convert them to ts| // 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'); |