mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 19:27:45 +00:00
Upgrade youtube_dl to 2019.04.07 (#22961)
This commit is contained in:
parent
6156bb4e5b
commit
3d5ee0eb58
@ -12,7 +12,7 @@ from homeassistant.const import (
|
|||||||
ATTR_ENTITY_ID)
|
ATTR_ENTITY_ID)
|
||||||
from homeassistant.helpers import config_validation as cv
|
from homeassistant.helpers import config_validation as cv
|
||||||
|
|
||||||
REQUIREMENTS = ['youtube_dl==2019.03.18']
|
REQUIREMENTS = ['youtube_dl==2019.04.07']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Media extractor",
|
"name": "Media extractor",
|
||||||
"documentation": "https://www.home-assistant.io/components/media_extractor",
|
"documentation": "https://www.home-assistant.io/components/media_extractor",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"youtube_dl==2019.03.18"
|
"youtube_dl==2019.04.07"
|
||||||
],
|
],
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"media_player"
|
"media_player"
|
||||||
|
@ -1809,7 +1809,7 @@ yeelight==0.4.4
|
|||||||
yeelightsunflower==0.0.10
|
yeelightsunflower==0.0.10
|
||||||
|
|
||||||
# homeassistant.components.media_extractor
|
# homeassistant.components.media_extractor
|
||||||
youtube_dl==2019.03.18
|
youtube_dl==2019.04.07
|
||||||
|
|
||||||
# homeassistant.components.zengge
|
# homeassistant.components.zengge
|
||||||
zengge==0.2
|
zengge==0.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user