https://github.com/smbl64/wistia-dl
⏬ Download videos hosted on the Wistia platform
https://github.com/smbl64/wistia-dl
downloader wistia wistia-video
Last synced: about 1 month ago
JSON representation
⏬ Download videos hosted on the Wistia platform
- Host: GitHub
- URL: https://github.com/smbl64/wistia-dl
- Owner: smbl64
- License: mit
- Created: 2020-11-10T19:34:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T17:57:11.000Z (over 1 year ago)
- Last Synced: 2025-03-25T05:46:21.778Z (about 1 month ago)
- Topics: downloader, wistia, wistia-video
- Language: Go
- Homepage:
- Size: 5.48 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/smbl64/wistia-dl/actions?query=workflow%3Aci)


[](https://goreportcard.com/report/github.com/smbl64/wistia-dl)# wistia-dl
You can use this tool to download videos hosted on the [Wistia](https://wistia.com/) platform.
## Download
You can find the binaries in the [Releases](https://github.com/smbl64/wistia-dl/releases) page. Windows, macOS and Linux are supported.
## Usage
The command is quite simple: `wistia-dl -v -o `.To find the video ID, follow these steps:
1. Right click on the video and choose "Copy link and thumbnail".
2. 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 is `0j69dfdsq4`.
## Build from Source
1. Install Go.
2. Clone the project.
3. Run the `build.sh`. It will generate binary files for macOS, Linux, and Windows in the `output` folder.