howto:save-streams
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| howto:save-streams [2023/11/06 23:11] – Wuff | howto:save-streams [2025/10/04 20:43] (current) – [Saving DRM streams] Wuff | ||
|---|---|---|---|
| Line 6: | Line 6: | ||
| https:// | https:// | ||
| - | {{: | + | {{: |
| < | < | ||
| + | |||
| + | on Mint22 with pipx: | ||
| + | < | ||
| + | pipx install streamrip | ||
| + | # or | ||
| + | pipx upgrade streamrip | ||
| + | # or for development version | ||
| + | pipx install git+https:// | ||
| + | </ | ||
| + | |||
| + | config in folder ~/ | ||
| + | |||
| + | ===== Video Download Helper Browser addon===== | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | https:// | ||
| + | |||
| + | Requires external helper companion app: | ||
| + | < | ||
| + | url -sSLf https:// | ||
| + | </ | ||
| + | < | ||
| + | # downloads: https:// | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | / | ||
| + | # installed under ' | ||
| + | # To uninstall, run ' | ||
| + | </ | ||
| + | < | ||
| + | ls ~/ | ||
| + | ffmpeg | ||
| + | </ | ||
| + | |||
| Line 162: | Line 201: | ||
| 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 | ||
| + | * select the desired quality in the command line prompt | ||
| + | |||
| + | |||
| ====== Screen Recording ====== | ====== Screen Recording ====== | ||
| Line 254: | Line 336: | ||
| </ | </ | ||
| + | |||
howto/save-streams.1699312271.txt.gz · Last modified: by Wuff