Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T17:57:11.000Z (about 1 year ago)
- Last Synced: 2024-12-01T00:49:36.801Z (22 days ago)
- Topics: downloader, wistia, wistia-video
- Language: Go
- Homepage:
- Size: 5.48 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://github.com/smbl64/wistia-dl/actions/workflows/ci.yml/badge.svg)](https://github.com/smbl64/wistia-dl/actions?query=workflow%3Aci)
![GitHub](https://img.shields.io/github/license/smbl64/wistia-dl)
![GitHub release (with filter)](https://img.shields.io/github/v/release/smbl64/wistia-dl)
[![Go Report Card](https://goreportcard.com/badge/github.com/smbl64/wistia-dl)](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".
![Copy link and thumbnail](./docs/click-on-video.png)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`.
![Video ID](./docs/video-id.png)## 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.