We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove yt-dlp and tubeup with pip, pipx or your distros package manager:
sudo apt remove yt-dlp ; pip3 uninstall yt-dlp tubeup ; pipx uninstall yt-dlp --force ; pipx uninstall tubeup --force
Install pipx.
Re-install tubeup with pipx, but include the dependencies inside the venv for tubeup, and this time you're injecting the latest nightly for yt-dlp:
You will need to look up what the latest yt-dlp nightly is, and not just blindly copy and paste this command into your terminal.
You will need to replace 2024.07.09.232843 with whatever the latest nightly that has a youtube/site extractor fix you need.
2024.07.09.232843
pipx install tubeup --include-deps ; pipx inject tubeup "yt-dlp[default] @ https://github.com/yt-dlp/yt-dlp-nightly-builds/releases/download/2024.07.09.232843/yt-dlp.tar.gz" --force
Ensure the path for pipx:
pipx ensurepath
Give it a spin.
The text was updated successfully, but these errors were encountered:
Dunno if this is still relevant but pinning it so it's easier to users to find a fix
Sorry, something went wrong.
No branches or pull requests
Remove yt-dlp and tubeup with pip, pipx or your distros package manager:
Install pipx.
Re-install tubeup with pipx, but include the dependencies inside the venv for tubeup, and this time you're injecting the latest nightly for yt-dlp:
You will need to look up what the latest yt-dlp nightly is, and not just blindly copy and paste this command into your terminal.
You will need to replace
2024.07.09.232843
with whatever the latest nightly that has a youtube/site extractor fix you need.Ensure the path for pipx:
Give it a spin.
The text was updated successfully, but these errors were encountered: