Update youtube-dl to 2021.12.17 (#395)
This commit is contained in:
parent
655490eeb3
commit
5677ce719a
2 changed files with 8 additions and 8 deletions
|
@ -36,7 +36,7 @@
|
||||||
"symfony/translation": "^4.0",
|
"symfony/translation": "^4.0",
|
||||||
"symfony/yaml": "^4.0",
|
"symfony/yaml": "^4.0",
|
||||||
"webfontkit/open-sans": "^1.0",
|
"webfontkit/open-sans": "^1.0",
|
||||||
"ytdl-org/youtube-dl": "^2021.04",
|
"ytdl-org/youtube-dl": "^2021.12",
|
||||||
"zonuexe/http-accept-language": "^0.4.1"
|
"zonuexe/http-accept-language": "^0.4.1"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -91,10 +91,10 @@
|
||||||
"type": "package",
|
"type": "package",
|
||||||
"package": {
|
"package": {
|
||||||
"name": "ytdl-org/youtube-dl",
|
"name": "ytdl-org/youtube-dl",
|
||||||
"version": "2021.04.01",
|
"version": "2021.12.17",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "tar",
|
||||||
"url": "https://github.com/ytdl-org/youtube-dl/archive/2021.04.01.zip"
|
"url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
8
composer.lock
generated
8
composer.lock
generated
|
@ -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": "84611c933695810ca81edd49eb1ae8aa",
|
"content-hash": "f8a4cb982920f807202eee5f0807882f",
|
||||||
"packages": [
|
"packages": [
|
||||||
{
|
{
|
||||||
"name": "aura/session",
|
"name": "aura/session",
|
||||||
|
@ -2859,10 +2859,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ytdl-org/youtube-dl",
|
"name": "ytdl-org/youtube-dl",
|
||||||
"version": "2021.04.01",
|
"version": "2021.12.17",
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "tar",
|
||||||
"url": "https://github.com/ytdl-org/youtube-dl/archive/2021.04.01.zip"
|
"url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz"
|
||||||
},
|
},
|
||||||
"type": "library"
|
"type": "library"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue