Created
November 5, 2019 02:52
-
-
Save pulketo/41010e6ec1b574bebd1b442fa31717c8 to your computer and use it in GitHub Desktop.
mpsyt http not supported
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| mkdir -p ~/src/pafy | |
| git clone [email protected]:mps-youtube/pafy.git ~/src/pafy | |
| cd ~/src/pafy | |
| MPSYT=`which mpsyt` | |
| MPSYT_PYTHON=`head -1 $MPSYT | cut -d'!' -f 2` | |
| $MPSYT_PYTHON -m pip install . | |
| #source https://github.com/mps-youtube/mps-youtube/issues/986 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment