-
Notifications
You must be signed in to change notification settings - Fork 113
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
Error setting yt-dlp executable in Windows 10 #616
Comments
I tested this, but the Classic Mode download was successful. (I moved yt-dlp.exe from ..\mingw64\bin\ to C:\Users\MYNAME\Desktop, and I set the custom path in Tartube preferences). Please show me a screenshot of Tartube's Output tab, when the video fails to download. You could also try downloading the same video that I tested. |
This is not supported on MS Windows. Please remove it until we have solved your actual problem. You should also remove all the other unnecessary stuff like I suggest that you click Edit > System preferences > Options > Download options, and add a temporary set of download options. When your problem is solved, you can delete those options, and continue with your normal download options.
I am not a Windows programmer, so I am not sure it's a good idea to create new files in this folder. (Maybe it's ok, I don't know - I am not a Windows programmer). Try doing what I did: put the yt-dlp.exe on your desktop, so the path will be |
You mean in Tartube? Because yt-dlp supports it.
Though adding additional paths to the PATH env var is better the env vars in Windows support a limited amount of characters, I already surpassed the max length so I have to rely on copying files to the Windows directory (as that is in the PATH var by default already), is not bad per sé, I mean, is dangerous if you don't know what you are doing but that applies to everything. Here is the new output: By the way if I run the same command (or even just |
Yes, yt-dlp supports it but MSYS2 does not.
That would be a simple change, but if you run |
Then I guess a message should be added that the only supported builds (at least on Windows) are the ones from pip. |
Hello, |
What operating system are you using?
Windows 10
What version of Tartube are you using?
2.5.0
If your bug report is "I can't download this video", please provide a link to the video
After updating to 2.5.0 I started receiving a message that mingw64\bin\yt-dlp.exe was missing when up until now Tartube was using the executable available in my PATH. Anyways I went a set up a custom path for the executable pointing to C:\Windows\yt-dlp.exe and although the "default path" in there points to an executable file too whenever I start a download (I'm using classic mode) I get an error because Tartube wants to load the custom path as if I specified a python file, it tries to run
python3 -X utf8 C:\Windows\yt-dlp.exe
and obviously errors out, please allow us to use the executable available in PATH again.The text was updated successfully, but these errors were encountered: