Giving pip sudo to install youtube-dl

This commit is contained in:
MichaelOultram 2015-08-14 10:50:56 +01:00
parent d71257422c
commit 9b6956f13d

View file

@ -8,7 +8,7 @@ machine:
dependencies: dependencies:
pre: pre:
- bash install-dependencies.sh - bash install-dependencies.sh
- pip install youtube-dl - sudo pip install youtube-dl
- ffmpeg -version - ffmpeg -version
override: override: