Upgrade youtube_dl to 2017.10.01 (#9647)

This commit is contained in:
Fabian Affolter 2017-10-02 17:16:09 +02:00 committed by GitHub
parent 5327d2dd1a
commit 13fe5857b3
2 changed files with 2 additions and 2 deletions

View file

@ -15,7 +15,7 @@ from homeassistant.components.media_player import (
from homeassistant.config import load_yaml_config_file
from homeassistant.helpers import config_validation as cv
REQUIREMENTS = ['youtube_dl==2017.9.24']
REQUIREMENTS = ['youtube_dl==2017.10.01']
_LOGGER = logging.getLogger(__name__)