Skip to content

ybk5053/yt_dlp_hass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integration to use YT-DLP within Home Assistant

Integration can be used with yt_dlp-card to see download status

Installation

Manually

Clone or download this repository and copy the "yt_dlp" directory to your "custom_components" directory in your config directory

<config directory>/custom_components/yt_dlp/...

HACS

  • Add Custom Repositories
Repository: https://github.com/ybk5053/yt_dlp_hass
Category: Integration

Configuration

Configuration via the "Configuration -> Integrations" section of the Home Assistant UI

  • Search for the integration labeled "Youtube DLP" and select it.
  • Enter the path for the download directory.

Downloading

Via Developer tools -> Services

  • Search for service "yt_dlp.download"
  • Enter link to video download and click "call service"
  • Additional options can be passed into the data in Yaml Mode
  • See yt_dlp/YoutubeDL.py or help(yt_dlp.YoutubeDL) in a Python shell for list of options

About

Integration to use Yt-DLP within Home Assistant

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages