mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Upgrade youtube_dl to 2019.03.18 (#22181)
This commit is contained in:
parent
08849fd3e8
commit
2b250a7ec8
@ -12,7 +12,7 @@ from homeassistant.const import (
|
||||
ATTR_ENTITY_ID)
|
||||
from homeassistant.helpers import config_validation as cv
|
||||
|
||||
REQUIREMENTS = ['youtube_dl==2019.03.09']
|
||||
REQUIREMENTS = ['youtube_dl==2019.03.18']
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
|
@ -1820,7 +1820,7 @@ yeelight==0.4.3
|
||||
yeelightsunflower==0.0.10
|
||||
|
||||
# homeassistant.components.media_extractor
|
||||
youtube_dl==2019.03.09
|
||||
youtube_dl==2019.03.18
|
||||
|
||||
# homeassistant.components.zengge.light
|
||||
zengge==0.2
|
||||
|
Loading…
x
Reference in New Issue
Block a user