Skip to content

Commit 6e5e45b

Browse files
authored
Upgrade youtube_dl to 2020.12.29 (home-assistant#44643)
1 parent 222c5b5 commit 6e5e45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeassistant/components/media_extractor/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"domain": "media_extractor",
33
"name": "Media Extractor",
44
"documentation": "https://www.home-assistant.io/integrations/media_extractor",
5-
"requirements": ["youtube_dl==2020.12.07"],
5+
"requirements": ["youtube_dl==2020.12.29"],
66
"dependencies": ["media_player"],
77
"codeowners": [],
88
"quality_scale": "internal"

requirements_all.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ yeelight==0.5.4
23272327
yeelightsunflower==0.0.10
23282328

23292329
# homeassistant.components.media_extractor
2330-
youtube_dl==2020.12.07
2330+
youtube_dl==2020.12.29
23312331

23322332
# homeassistant.components.onvif
23332333
zeep[async]==4.0.0

0 commit comments

Comments
 (0)