You can use this tool to download videos hosted on the Wistia platform.
You can find the binaries in the Releases page. Windows, macOS and Linux are supported.
The command is quite simple: wistia-dl -v <video_id> -o <output_file_name>
.
To find the video ID, follow these steps:
-
Right click on the video and choose "Copy link and thumbnail".
-
Paste the copied text in a text editor and find the video ID. Look for
"wvideo="
. Video ID comes after that text. In the following picture, the video ID is0j69dfdsq4
.
- Install Go.
- Clone the project.
- Run the
build.sh
. It will generate binary files for macOS, Linux, and Windows in theoutput
folder.