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/05/29 11:55] – external edit 127.0.0.1 | howto:save-streams [2025/02/24 12:12] (current) – Wulf Rajek | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Saving Audio/ | ====== Saving Audio/ | ||
+ | |||
+ | ===== streamrip ===== | ||
+ | |||
+ | https:// | ||
+ | https:// | ||
+ | |||
+ | {{: | ||
+ | |||
+ | < | ||
+ | |||
+ | on Mint22 with pipx: | ||
+ | < | ||
+ | pipx install streamrip | ||
+ | # or | ||
+ | pipx upgrade streamrip | ||
+ | # or for development version | ||
+ | pipx install git+https:// | ||
+ | </ | ||
+ | |||
+ | config in folder ~/ | ||
===== deemix ===== | ===== deemix ===== | ||
Line 152: | 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 244: | Line 306: | ||
</ | </ | ||
+ | |||
howto/save-streams.1685357733.txt.gz · Last modified: 2023/05/29 11:55 by 127.0.0.1