Fixing issue downloading songs
This commit is contained in:
parent
cc32db2688
commit
82d2faa1a4
|
@ -7,10 +7,13 @@ machine:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
pre:
|
pre:
|
||||||
|
- sudo apt-get update; sudo apt-get upgrade
|
||||||
- bash install-dependencies.sh
|
- bash install-dependencies.sh
|
||||||
|
|
||||||
override:
|
override:
|
||||||
- make
|
- make
|
||||||
- make install
|
- make install
|
||||||
|
|
||||||
cache_directories:
|
cache_directories:
|
||||||
- "~/opus"
|
- "~/opus"
|
||||||
- "~/bin"
|
- "~/bin"
|
||||||
|
@ -18,6 +21,7 @@ dependencies:
|
||||||
- "/home/ubuntu/.go_workspace/bin"
|
- "/home/ubuntu/.go_workspace/bin"
|
||||||
- "/home/ubuntu/.go_workspace/pkg"
|
- "/home/ubuntu/.go_workspace/pkg"
|
||||||
- "/home/ubuntu/.go_workspace/src/github.com/nitrous-io"
|
- "/home/ubuntu/.go_workspace/src/github.com/nitrous-io"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
override:
|
override:
|
||||||
- youtube-dl --output ~/.mumbledj/songs/QcIy9NiNbmo.m4a --format m4a --prefer-ffmpeg http://www.youtube.com/watch?v=QcIy9NiNbmo
|
- youtube-dl --output ~/.mumbledj/songs/QcIy9NiNbmo.m4a --format m4a --prefer-ffmpeg http://www.youtube.com/watch?v=QcIy9NiNbmo
|
||||||
|
|
Reference in a new issue