Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade youtube_dl to 2018.04.25 #14136

Merged
merged 1 commit into from Apr 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion homeassistant/components/media_extractor.py
Expand Up @@ -14,7 +14,7 @@
SERVICE_PLAY_MEDIA)
from homeassistant.helpers import config_validation as cv

REQUIREMENTS = ['youtube_dl==2018.04.16']
REQUIREMENTS = ['youtube_dl==2018.04.25']

_LOGGER = logging.getLogger(__name__)

Expand Down
2 changes: 1 addition & 1 deletion requirements_all.txt
Expand Up @@ -1361,7 +1361,7 @@ yeelight==0.4.0
yeelightsunflower==0.0.10

# homeassistant.components.media_extractor
youtube_dl==2018.04.16
youtube_dl==2018.04.25

# homeassistant.components.light.zengge
zengge==0.2
Expand Down