diff --git a/setup.sh b/setup.sh index a8b1165..5828671 100755 --- a/setup.sh +++ b/setup.sh @@ -8,6 +8,10 @@ setup() { sudo xargs apt-get install -y < requirements.apt sudo pip install -r requirements.pip + # Requires yt-dlp, but a very recent version (as youtube broke their API for the pip version) + # https://stackoverflow.com/a/75504772 + python3 -m pip install --force-reinstall https://github.com/yt-dlp/yt-dlp/archive/master.tar.gz + # Install device driver ./scripts/SDRplay_RSP_API-Linux-3.07.1.run