From 217b974cefaae4dbbee4f4ba916937b8a0e0dba9 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer <pepe.schlehofer@gmail.com> Date: Wed, 25 Dec 2019 10:18:10 +0100 Subject: [PATCH] Upgrade youtube_dl to 2019.12.25 (#30203) --- homeassistant/components/media_extractor/manifest.json | 2 +- requirements_all.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_extractor/manifest.json b/homeassistant/components/media_extractor/manifest.json index 16f491f0cae..b57b4396869 100644 --- a/homeassistant/components/media_extractor/manifest.json +++ b/homeassistant/components/media_extractor/manifest.json @@ -3,7 +3,7 @@ "name": "Media extractor", "documentation": "https://www.home-assistant.io/integrations/media_extractor", "requirements": [ - "youtube_dl==2019.11.28" + "youtube_dl==2019.12.25" ], "dependencies": [ "media_player" diff --git a/requirements_all.txt b/requirements_all.txt index 7cfaff94ef8..fedfa2f61ec 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -2085,7 +2085,7 @@ yeelight==0.5.0 yeelightsunflower==0.0.10 # homeassistant.components.media_extractor -youtube_dl==2019.11.28 +youtube_dl==2019.12.25 # homeassistant.components.zengge zengge==0.2 -- GitLab