howto:save-streams
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
howto:save-streams [2025/02/24 12:11] – Wulf Rajek | howto:save-streams [2025/02/24 12:12] (current) – Wulf Rajek | ||
---|---|---|---|
Line 172: | Line 172: | ||
https:// | https:// | ||
+ | |||
+ | |||
+ | ===== Saving DRM streams ===== | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | < | ||
+ | mkdir hellyes6 | ||
+ | cd hellyes6 | ||
+ | wget https:// | ||
+ | unzip hellyes6.zip | ||
+ | rm hellyes6.zip | ||
+ | cd HellYesGui | ||
+ | python -m venv venv | ||
+ | venv/ | ||
+ | </ | ||
+ | |||
+ | download the following 4 and copy binaries to any directory in the path, e.g. to ~/ | ||
+ | # uses N_m3u8DL-RE, | ||
+ | # see https:// | ||
+ | # see https:// | ||
+ | # see https:// | ||
+ | # see https:// | ||
+ | |||
+ | |||
+ | Start it using the venv python interpreter: | ||
+ | < | ||
+ | venv/ | ||
+ | </ | ||
+ | |||
+ | Usage as following: | ||
+ | * open debug console in browser (F12) and open network tab | ||
+ | * add regexp: | ||
+ | * open https:// | ||
+ | * copy the found GET mpd entry and paste into the MPD URL field | ||
+ | * copy the found POST entry as cURL and paste into the cURL of License Request field | ||
+ | * add a video name | ||
+ | * press get Keys | ||
+ | * press download video | ||
+ | |||
+ | |||
====== Screen Recording ====== | ====== Screen Recording ====== | ||
Line 264: | Line 306: | ||
</ | </ | ||
- | |||
- | ===== Saving DRM streams ===== | ||
- | |||
- | https:// | ||
- | https:// | ||
- | |||
- | < | ||
- | mkdir hellyes6 | ||
- | cd hellyes6 | ||
- | wget https:// | ||
- | unzip hellyes6.zip | ||
- | rm hellyes6.zip | ||
- | cd HellYesGui | ||
- | python -m venv venv | ||
- | venv/ | ||
- | </ | ||
- | |||
- | download the following 4 and copy binaries to any directory in the path, e.g. to ~/ | ||
- | # uses N_m3u8DL-RE, | ||
- | # see https:// | ||
- | # see https:// | ||
- | # see https:// | ||
- | # see https:// | ||
- | |||
- | |||
- | Start it using the venv python interpreter: | ||
- | < | ||
- | venv/ | ||
- | </ | ||
- | |||
- | Usage as following: | ||
- | * open debug console in browser (F12) and open network tab | ||
- | * add regexp: | ||
- | * open https:// | ||
- | * copy the found GET mpd entry and paste into the MPD URL field | ||
- | * copy the found POST entry as cURL and paste into the cURL of License Request field | ||
- | * add a video name | ||
- | * press get Keys | ||
- | * press download video | ||
howto/save-streams.txt · Last modified: 2025/02/24 12:12 by Wulf Rajek