Upgrade youtube-dl to 2020.09 (fixes #300)

This commit is contained in:
Pierre Rudloff 2020-10-10 23:03:40 +02:00
parent 79ec6aee09
commit 5ee9d457b2
2 changed files with 6 additions and 6 deletions

View file

@ -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"
}
}
}