Upgrade youtube-dl to 2020.09 (fixes #300)
This commit is contained in:
parent
79ec6aee09
commit
5ee9d457b2
2 changed files with 6 additions and 6 deletions
|
@ -33,7 +33,7 @@
|
|||
"symfony/translation": "^4.0",
|
||||
"symfony/yaml": "^4.0",
|
||||
"webfontkit/open-sans": "^1.0",
|
||||
"ytdl-org/youtube-dl": "^2020.06",
|
||||
"ytdl-org/youtube-dl": "^2020.09",
|
||||
"zonuexe/http-accept-language": "^0.4.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -71,10 +71,10 @@
|
|||
"type": "package",
|
||||
"package": {
|
||||
"name": "ytdl-org/youtube-dl",
|
||||
"version": "2020.06.16.1",
|
||||
"version": "2020.09.20",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.06.16.1.zip"
|
||||
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.09.20.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
6
composer.lock
generated
6
composer.lock
generated
|
@ -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": "b4620291428c1396460522b3b5c0eebe",
|
||||
"content-hash": "7e756e8b0f372bd5a914c54310933ecb",
|
||||
"packages": [
|
||||
{
|
||||
"name": "aura/session",
|
||||
|
@ -1840,10 +1840,10 @@
|
|||
},
|
||||
{
|
||||
"name": "ytdl-org/youtube-dl",
|
||||
"version": "2020.06.16.1",
|
||||
"version": "2020.09.20",
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.06.16.1.zip"
|
||||
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.09.20.zip"
|
||||
},
|
||||
"type": "library"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue