🪴 Brain

Search

Search IconIcon to open search

How to download webm video from url (clickup)

Last updated Dec 2, 2022 Edit Source

# How to download webm video from URL (html page)

# 🗒️Task:

I have an URL and I would like to download the video webm file. I record videos using clickup and once it is generated I would like to download those recording and do some postprocessing on it and this is why I need the file.

# 🛠️Prerequisites (if applicable): 

Web browser - I’m using Microsoft Edge

# 📝Instructions:

  1. Open url with the file in browser and hit F12 to open developer tools
  2. Use the Select an element in the page to inspect it option and try to point the whole video control - it might be hard so you can use the code to find the proper video component.
  3. Copy the video source URL
  4. Right click and select Go to option…
  5. It will start to download:

# Video:

# Outcome:

You will have the webm file downloaded.

This solution should also work with other video types - not only webm.


Template: templates/knowledge_note_how_to