this post was submitted on 09 Apr 2025
3 points (80.0% liked)

Firefox

4945 readers
5 users here now

A community for discussion about Mozilla Firefox.

founded 2 years ago
MODERATORS
 

Only finding old ways and either Im too untalented or it become obsolete (as someone mentioned in an old comment there)

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 5 days ago

blog:http content is usually dynamically managed via asynchronous requests.

Your best bet is to use the Network tab and filter the actual request made by the browser when it tries to expand the resource.

[โ€“] [email protected] 3 points 1 week ago* (last edited 1 week ago)

Bring up the video page
On the page do a right-click Inspect (Q), which will bring up the page code on the bottom third of the screen
Play the video, then quickly go to the "Network" tab on the page code
You'll see a bunch of URLs with .mp4 extension

One of those will be the file you're looking for.

Right click on those URLs to open them in new tabs

Obviously skip the filenames with "audio" in them.

When you get a tab with the actual video you're looking for, you can do a "Save As" in the browser to save the video file.