From 5677ce719a92f0afd154158c033a947c0ea06cd3 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Thu, 17 Feb 2022 22:13:56 +0100 Subject: [PATCH] Update youtube-dl to 2021.12.17 (#395) --- composer.json | 8 ++++---- composer.lock | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index a12f1c8..9fc941c 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ "symfony/translation": "^4.0", "symfony/yaml": "^4.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" }, "require-dev": { @@ -91,10 +91,10 @@ "type": "package", "package": { "name": "ytdl-org/youtube-dl", - "version": "2021.04.01", + "version": "2021.12.17", "dist": { - "type": "zip", - "url": "https://github.com/ytdl-org/youtube-dl/archive/2021.04.01.zip" + "type": "tar", + "url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz" } } } diff --git a/composer.lock b/composer.lock index 7740b56..6875a34 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "84611c933695810ca81edd49eb1ae8aa", + "content-hash": "f8a4cb982920f807202eee5f0807882f", "packages": [ { "name": "aura/session", @@ -2859,10 +2859,10 @@ }, { "name": "ytdl-org/youtube-dl", - "version": "2021.04.01", + "version": "2021.12.17", "dist": { - "type": "zip", - "url": "https://github.com/ytdl-org/youtube-dl/archive/2021.04.01.zip" + "type": "tar", + "url": "https://yt-dl.org/downloads/2021.12.17/youtube-dl-2021.12.17.tar.gz" }, "type": "library" },