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",
"phpstan/phpstan": "~0.9.2",
"phpunit/phpunit": "^8.4",
"rg3/youtube-dl": "^2019.11",
"rg3/youtube-dl": "^2020.01",
"roave/security-advisories": "dev-master",
"smarty-gettext/smarty-gettext": "^1.6",
"squizlabs/php_codesniffer": "^3.5",
@ -50,10 +50,10 @@
"type": "package",
"package": {
"name": "rg3/youtube-dl",
"version": "2019.11.28",
"version": "2020.01.24",
"dist": {
"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"
}
}
},