core/homeassistant/components/media_extractor/manifest.json

12 lines
335 B
JSON
Raw Normal View History

{
"domain": "media_extractor",
"name": "Media Extractor",
"codeowners": [],
2023-02-08 19:38:43 +00:00
"dependencies": ["media_player"],
"documentation": "https://www.home-assistant.io/integrations/media_extractor",
"iot_class": "calculated",
2023-02-08 19:38:43 +00:00
"loggers": ["youtube_dl"],
"quality_scale": "internal",
"requirements": ["youtube_dl==2021.12.17"]
}