Merge pull request #275 from raycheung/develop

Update youtube-dl to 2020.03.24
This commit is contained in:
Pierre Rudloff 2020-05-13 20:24:55 +02:00 committed by GitHub
commit a6705dd89c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -32,7 +32,7 @@
"squizlabs/php_codesniffer": "^3.5", "squizlabs/php_codesniffer": "^3.5",
"symfony/debug": "^4.0", "symfony/debug": "^4.0",
"symfony/var-dumper": "^4.0", "symfony/var-dumper": "^4.0",
"ytdl-org/youtube-dl": "^2020.02" "ytdl-org/youtube-dl": "^2020.03.24"
}, },
"extra": { "extra": {
"paas": { "paas": {
@ -50,10 +50,10 @@
"type": "package", "type": "package",
"package": { "package": {
"name": "ytdl-org/youtube-dl", "name": "ytdl-org/youtube-dl",
"version": "2020.02.16", "version": "2020.03.24",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.02.16.zip" "url": "https://github.com/ytdl-org/youtube-dl/archive/2020.03.24.zip"
} }
} }
}, },

6
composer.lock generated
View file

@ -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": "bcc40aec18060593e21a8157b07c4f55", "content-hash": "84661260029cd1e5b182272542fe65fa",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -6017,10 +6017,10 @@
}, },
{ {
"name": "ytdl-org/youtube-dl", "name": "ytdl-org/youtube-dl",
"version": "2020.02.16", "version": "2020.03.24",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://github.com/ytdl-org/youtube-dl/archive/2020.02.16.zip" "url": "https://github.com/ytdl-org/youtube-dl/archive/2020.03.24.zip"
}, },
"type": "library" "type": "library"
} }