Skip to content

Instantly share code, notes, and snippets.

@pulketo
Created November 5, 2019 02:52
Show Gist options
  • Select an option

  • Save pulketo/41010e6ec1b574bebd1b442fa31717c8 to your computer and use it in GitHub Desktop.

Select an option

Save pulketo/41010e6ec1b574bebd1b442fa31717c8 to your computer and use it in GitHub Desktop.
mpsyt http not supported
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