yt-dlp installing the master branch with pipenv
https://github.com/yt-dlp/yt-dlp/pull/7890 is a fix I want for yt-dlp which isn’t in the binary release yet.
https://github.com/yt-dlp/yt-dlp/wiki/Installation#with-pip follow these instructions to downloading using pip from master.
pipenv update
pipenv shell
# 2023.07.06
# this is from the pipfile
yt-dlp --version
python3 -m pip install -U pip setuptools wheel
python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz
# 2023.07.06 - hmmm still the same
# but it is now running the latest master code
yt-dlp --version