Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save darocha/cab6dba33d8cea4e209e966b9cd3b00b to your computer and use it in GitHub Desktop.
Save darocha/cab6dba33d8cea4e209e966b9cd3b00b to your computer and use it in GitHub Desktop.

Revisions

  1. @szepeviktor szepeviktor revised this gist Jun 4, 2023. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Wistia-download-videos.md
    Original file line number Diff line number Diff line change
    @@ -7,5 +7,5 @@
    1. 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: `"type":"hd_mp4_video"`
    - alternative: look for `"type":"hd_mp4_video"`
    1. download the video from the URL with `.mp4` extension instead of `.bin`
  2. @szepeviktor szepeviktor revised this gist Aug 29, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Wistia-download-videos.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@

    1. right-click on the **playing** video, select Copy link
    1. find Wistia video ID in the copied link e.g. `wvideo=tra6gsm6rl`
    - alternative: look for `hashedId=tra6gsm6rl` in the page source
    - alternative: look for e.g. `hashedId=tra6gsm6rl` in the page source
    1. load `http://fast.wistia.net/embed/iframe/` + video ID in your browser
    1. look for `"type":"original"` in the page source and
    copy the URL from the next line
  3. @szepeviktor szepeviktor revised this gist May 13, 2020. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Wistia-download-videos.md
    Original file line number Diff line number Diff line change
    @@ -7,5 +7,5 @@
    1. 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: `type":"hd_mp4_video"`
    - alternative: `"type":"hd_mp4_video"`
    1. download the video from the URL with `.mp4` extension instead of `.bin`
  4. @szepeviktor szepeviktor created this gist May 11, 2020.
    11 changes: 11 additions & 0 deletions Wistia-download-videos.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    # Download Wistia videos

    1. right-click on the **playing** video, select Copy link
    1. find Wistia video ID in the copied link e.g. `wvideo=tra6gsm6rl`
    - alternative: look for `hashedId=tra6gsm6rl` in the page source
    1. load `http://fast.wistia.net/embed/iframe/` + video ID in your browser
    1. 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: `type":"hd_mp4_video"`
    1. download the video from the URL with `.mp4` extension instead of `.bin`