We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System: Windows 10
When using the extension, it feeds the following text to MPV, preventing video streaming:
Rather than the plain text of the URL, this prevents MPV from seeing the link fed to MPV as a valid URL.
Original URL: https://www.youtube.com/watch?v=46pBeyHKQuQ
the following was used:
Computer\HKEY_CLASSES_ROOT\ytdl\shell\open\command
"E:\Portable Installs\mpv-x86_64-20210815-git-0c9e1e3\zxc.bat" "%1"
zxc.bat
echo %* pause
The text was updated successfully, but these errors were encountered:
No branches or pull requests
System: Windows 10
When using the extension, it feeds the following text to MPV, preventing video streaming:
Rather than the plain text of the URL, this prevents MPV from seeing the link fed to MPV as a valid URL.
Original URL: https://www.youtube.com/watch?v=46pBeyHKQuQ
the following was used:
Computer\HKEY_CLASSES_ROOT\ytdl\shell\open\command
zxc.bat
The text was updated successfully, but these errors were encountered: