Skip to content
New issue

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

Fix: n-sig errors or double-video ripping in a item as of 07-09-2024 #329

Closed
vxbinaca opened this issue Jul 10, 2024 · 1 comment
Closed
Labels

Comments

@vxbinaca
Copy link
Collaborator

vxbinaca commented Jul 10, 2024

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.

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.

@vxbinaca vxbinaca added the bug label Jul 10, 2024
@mrpapersonic mrpapersonic pinned this issue Aug 16, 2024
@mrpapersonic
Copy link
Collaborator

Dunno if this is still relevant but pinning it so it's easier to users to find a fix

@vxbinaca vxbinaca unpinned this issue Nov 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants