Upgrade youtube-dl to 2020.01.24 (fixes #259)

This commit is contained in:
Pierre Rudloff 2020-02-09 15:13:30 +01:00
parent b20ff282ae
commit 18abd00c9c
2 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@
"phpro/grumphp": "^0.17.0", "phpro/grumphp": "^0.17.0",
"phpstan/phpstan": "~0.9.2", "phpstan/phpstan": "~0.9.2",
"phpunit/phpunit": "^8.4", "phpunit/phpunit": "^8.4",
"rg3/youtube-dl": "^2019.11", "rg3/youtube-dl": "^2020.01",
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-master",
"smarty-gettext/smarty-gettext": "^1.6", "smarty-gettext/smarty-gettext": "^1.6",
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
@ -50,10 +50,10 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2019.11.28", "version": "2020.01.24",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2019.11.28.zip" "url": "https://github.com/rg3/youtube-dl/archive/2020.01.24.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", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "3d68a20e61fc48bd5ac1bba4b510b733", "content-hash": "2bd1e21d4b8b3a7c138effac43143028",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -4130,10 +4130,10 @@
}, },
{ {
"name": "rg3/youtube-dl", "name": "rg3/youtube-dl",
"version": "2019.11.28", "version": "2020.01.24",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/rg3/youtube-dl/archive/2019.11.28.zip" "url": "https://github.com/rg3/youtube-dl/archive/2020.01.24.zip"
}, },
"type": "library" "type": "library"
}, },