Update youtube-dl to 2020.05.08 (fixes #278)

This commit is contained in:
Pierre Rudloff 2020-05-13 23:20:21 +02:00
parent 6a19a1ddc1
commit 95977c5564
2 changed files with 6 additions and 6 deletions

View File

@ -34,7 +34,7 @@
"squizlabs/php_codesniffer": "^3.5",
"symfony/error-handler": "^5.0",
"symfony/var-dumper": "^5.0",
"ytdl-org/youtube-dl": "^2020.03.24"
"ytdl-org/youtube-dl": "^2020.05"
},
"extra": {
"paas": {
@ -52,10 +52,10 @@
"type": "package",
"package": {
"name": "ytdl-org/youtube-dl",
"version": "2020.03.24",
"version": "2020.05.08",
"dist": {
"type": "zip",
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.03.24.zip"
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.05.08.zip"
}
}
},

6
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9860b748974de6e19945cfae8619d223",
"content-hash": "66aaa3c92cd4b75c8e9693a23d2c5b8c",
"packages": [
{
"name": "aura/session",
@ -6060,10 +6060,10 @@
},
{
"name": "ytdl-org/youtube-dl",
"version": "2020.03.24",
"version": "2020.05.08",
"dist": {
"type": "zip",
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.03.24.zip"
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.05.08.zip"
},
"type": "library"
}