Giving pip sudo to install youtube-dl
This commit is contained in:
parent
d71257422c
commit
9b6956f13d
|
@ -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:
|
||||||
|
|
Reference in a new issue