Youtube/Twitch to streamlink

Add button to youtube and twitch player to watch the video/stream in streamlink

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

Autor
fke9fgjew89gjwe89
Denně instalací
0
Celkem instalací
221
Hodnocení
5 0 0
Verze
1.2
Vytvořeno
26. 11. 2020
Aktualizováno
26. 11. 2020
Size
2,3 KB
Licence
neuvedeno
Spustit na

With this script you can generate a button on youtube/twitch player that sends the stream/video to streamlink
These instructions are for windows

---SETUP INFO---
First get a copy of streamlink

Create a file called parse.cmd in your streamlink folder and paste these contents in
Modify the video player variable to point to your player of choice

@echo off
set "player=C:\Program Files\MPC-HC\mpc-hc64.exe"
set "str=%~1"
set "str=%str:streamlink://=%"
start "" "%~dp0streamlink.exe" --player "%player%" "%str%" best
exit 0

After that open a command prompt as admin and run these two commands
The highlighted part is the path to your streamlink folder and parse.cmd, change this to yours
reg add "HKCR\streamlink" /v "URL protocol" /t REG_SZ /d "" /f
reg add "HKCR\streamlink\shell\open\command" /ve /t REG_SZ /d "\"C:\Program Files (x86)\Streamlink\bin\parse.cmd\" \"%1\"" /f
After all this is done, you can install this script