Upgrade youtube_dl to 2018.04.03 (#13647)

This commit is contained in:
Fabian Affolter 2018-04-03 18:27:08 +02:00 committed by GitHub
parent 9ce4755f8a
commit 89f5a938c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,7 +14,7 @@ from homeassistant.components.media_player import (
SERVICE_PLAY_MEDIA)
from homeassistant.helpers import config_validation as cv
REQUIREMENTS = ['youtube_dl==2018.03.10']
REQUIREMENTS = ['youtube_dl==2018.04.03']
_LOGGER = logging.getLogger(__name__)