Update youtube-dl to 2017.09.11 (fixes #128)

This commit is contained in:
Pierre Rudloff 2017-09-12 22:32:20 +02:00
parent 392a949e44
commit 01d3b58c29
2 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@
"squizlabs/php_codesniffer": "~3.0.0",
"phpunit/phpunit": "~5.7.2",
"ffmpeg/ffmpeg": "dev-release",
"rg3/youtube-dl": "~2017.05.09",
"rg3/youtube-dl": "~2017.09.11",
"rudloff/rtmpdump-bin": "~2.3.0",
"heroku/heroku-buildpack-php": "*"
},
@ -39,10 +39,10 @@
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2017.05.09",
"version": "2017.09.11",
"dist": {
"type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2017.05.09.zip"
"url": "https://github.com/rg3/youtube-dl/archive/2017.09.11.zip"
}
}
},