# yt-dlp
SOURCE=https://github.com/yt-dlp/yt-dlp
APT_DEPENDENCIES=(
python3
zip
pandoc
python3-pytest
)
export PIP_REQUIRE_VIRTUALENV=false
# Plan
## Use the make-centric one, instead of PIP. Because ... I like make :)
install_deps
repo_pull
repo_ready
make_install