Saving Video Streamed Via Blob URLs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "For example, if you inspect the video source on sites like Reddit or Instagram, you'll find the source url starts with `"blob:https://etc.etc"` * Play the video on the page. Open '''Developer Tools''' in Chrome. * Navigate to the '''Network''' tab. * Click the '''Media''' sub-tab. ** Now on the left, the '''Name''' panel should filter out everything except video sources. * Click on the source representing the video being played on the page. ** Select the '''Headers'''...") Tag: wikieditor |
No edit summary Tag: wikieditor |
||
| Line 1: | Line 1: | ||
== Overview == | |||
For example, if you inspect the video source on sites like Reddit or Instagram, you'll find the source url starts with `"blob:https://etc.etc"` | For example, if you inspect the video source on sites like Reddit or Instagram, you'll find the source url starts with `"blob:https://etc.etc"` | ||
== Process == | |||
* Play the video on the page. Open '''Developer Tools''' in Chrome. | * Play the video on the page. Open '''Developer Tools''' in Chrome. | ||
| Line 11: | Line 15: | ||
* Open VLC. | * Open VLC. | ||
* '''File''' > '''Open Network''' ( <kbd>CMD</kbd> + <kbd>N</kbd> ) | * '''File''' > '''Open Network''' ( <kbd>CMD</kbd> + <kbd>N</kbd> ) | ||
== See also == | |||
[[Downloading Video From Instagram]] | |||
Revision as of 21:23, 13 December 2022
Overview
For example, if you inspect the video source on sites like Reddit or Instagram, you'll find the source url starts with "blob:https://etc.etc"
Process
- Play the video on the page. Open Developer Tools in Chrome.
- Navigate to the Network tab.
- Click the Media sub-tab.
- Now on the left, the Name panel should filter out everything except video sources.
- Click on the source representing the video being played on the page.
- Select the Headers tab in the panel to the right of the Name panel.
- Under General > Request URL, the real URL of the video is displayed. Copy this URL.
- Open VLC.
- File > Open Network ( CMD + N )