homeserver/roles/hedii.youtube-dl/README.md
2020-08-18 11:57:53 +02:00

1 KiB

Ansible role: youtube-dl

Build Status

Installs youtube-dl on any Linux or UNIX system.

Youtube-dl is a small command-line program to download videos from YouTube.com and other video platforms.

Requirements

None.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml)

# The path where youtube-dl executable will be installed.
# It is recommended to not change this path.
youtubedl_executable_path: "/usr/local/bin/youtube-dl"

# Do we need to update youtube-dl if it is already installed?
youtubedl_update: false

Dependencies

None.

Example Playbook

- hosts: servers
  roles:
    - hedii.youtube-dl

License

MIT

Author Information

Hedi Chaibi