- right-click on the playing video, select Copy link
- find Wistia video ID in the copied link e.g.
wvideo=tra6gsm6rl- alternative: look for e.g.
hashedId=tra6gsm6rlin the page source
- alternative: look for e.g.
- load
http://fast.wistia.net/embed/iframe/+ video ID in your browser - look for
"type":"original"in the page source and copy the URL from the next line e.g."url":"http://embed.wistia.com/deliveries/129720d1762175bcd8e06dcab926ec76ad38ff00.bin"- alternative: look for
"type":"hd_mp4_video"
- alternative: look for
- download the video from the URL with
.mp4extension instead of.bin
Last active
March 14, 2026 02:47
-
Star
(170)
You must be signed in to star a gist -
Fork
(34)
You must be signed in to fork a gist
-
-
Save szepeviktor/2a8a3ce8b32e2a67ca416ffd077553c5 to your computer and use it in GitHub Desktop.
Download Wistia videos - Please do not misuse it!
Video kab milenge
Video chahiye
Video
Mujhe video kaise milenge
Video
Pl video
I created a little website based on this that gets all asset urls, which fit my use case better. Maybe its helpful for some as well: https://jannispaul.github.io/wisita-url-fetcher/
Thank you a 1000 times
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the feedback, I'm glad the extension works for you! Regarding that website, the problem seems that the videos are loaded in a popup overlay and so aren't detected. I'll see what I can do about that.