Thann / play-with-mpv

Chrome extension that allows you to play videos in webpages like youtube with MPV instead
https://chrome.google.com/webstore/detail/play-with-mpv/hahklcmnfgffdlchjigehabfbiigleji
The Unlicense
348 stars 80 forks source link

Change installation command to fit with new github protocol #83

Open tommy307507 opened 2 years ago

tommy307507 commented 2 years ago

According to the new github security update, the old git:// channel is permantly disabled on March 15. https://github.blog/2021-09-01-improving-git-protocol-security-github/

The new command should be using the https:// encrypted protocol. i.e. changing from git:// to https:// will fix it. Else it will throw and error and point to the website above. pip install git+https://github.com/Thann/play-with-mpv.git --user

The error that it'll throw using old command: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

SonaliBendre commented 2 years ago

pip3 install git+https://github.com/Thann/play-with-mpv.git --user