Upgrade youtube-dl to 2021.04.01 (fixes #349)

This commit is contained in:
Pierre Rudloff 2021-04-02 21:05:50 +02:00
parent be3f7d9a82
commit b902c9027b
2 changed files with 7 additions and 8 deletions

View file

@ -36,7 +36,7 @@
"symfony/translation": "^4.0",
"symfony/yaml": "^4.0",
"webfontkit/open-sans": "^1.0",
"ytdl-org/youtube-dl": "^2020.11",
"ytdl-org/youtube-dl": "^2021.04",
"zonuexe/http-accept-language": "^0.4.1"
},
"require-dev": {
@ -90,10 +90,10 @@
"type": "package",
"package": {
"name": "ytdl-org/youtube-dl",
"version": "2020.11.12",
"version": "2021.04.01",
"dist": {
"type": "zip",
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.11.12.zip"
"url": "https://github.com/ytdl-org/youtube-dl/archive/2021.04.01.zip"
}
}
}