Using IPV4 for youtube-dl due to HTTP Error 429 using travis-ci
This commit is contained in:
parent
fa3ea6e17b
commit
9ccedc06a7
|
@ -22,5 +22,5 @@ script:
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- ffmpeg -version
|
- ffmpeg -version
|
||||||
- youtube-dl --output ~/.mumbledj/songs/QcIy9NiNbmo.m4a --format m4a --prefer-ffmpeg --verbose http://www.youtube.com/watch?v=QcIy9NiNbmo
|
- youtube-dl --output ~/.mumbledj/songs/QcIy9NiNbmo.m4a --format m4a --prefer-ffmpeg -4 --verbose http://www.youtube.com/watch?v=QcIy9NiNbmo
|
||||||
- mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -verbose=true -test=true
|
- mumbledj -server=$MUMBLE_IP -port=$MUMBLE_PORT -username=travis -password=$MUMBLE_PASSWORD -verbose=true -test=true
|
Reference in a new issue