Skip to content

Instantly share code, notes, and snippets.

@Attosius
Attosius / vimeo-downloader.js
Created July 18, 2020 19:12 — forked from mistic100/vimeo-downloader.js
Download video from Vimeo (chopped m4s files)
// 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');
@Attosius
Attosius / guide.md
Created September 7, 2025 11:04 — forked from TheFern2/guide.md
How to use go sfml with windows mingw64 powershell