aboutsummaryrefslogtreecommitdiff
path: root/share/hoarder/youtube-dl/unix/linux/debian/install
blob: a28ce64ab8c54395f6836393eac11595ada3a997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/env sh
#
# Install youtube-dl
# https://youtube-dl.org
# https://github.com/ytdl-org/youtube-dl

# Parameters
SHARE="$1"
LIB="$2"

# Include basic functions
. $LIB/trashman/functions || exit 1
. $LIB/trashman/debian    || exit 1

# Requirements
trashman_apt_install_packages python3-pip

# Install
pip3 install --user -U youtube-dl