BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Download finished but video not found (Windows 10)

JXWw3wLD9LArcR7c opened this issue · comments

Is there any way to figure out why this is not working? The application doesn't give me much to work with when it comes to figure out why it failed. There's no logs or anything.

When I clicked the download button, it says initializing. After a few seconds, it says finished (even if the video is 10hrs long, it does it in 10 seconds). I had tried changing the directory already and using different settings.
image
It's all on the same folder

Hey, thanks for taking the time and reporting this, this is probably related to a bug that recently got introduced due to YouTube changing their url for channels from /channel/foo to /@foo, and that broke yt-dlp.

However it was since fixed, but I just didn't get the chance to update the version I have in the release page, I will make sure to update it whenever I can tho!! (If you want to fix it by yourself you can replace the yt-dlp exe in the folder with a newer version)

Also, I realize logging needs to be addressed, so I will be fixing that as well!

Hey great to know! I appreciate the response and good work

I think that issue might be unrelated because this happens to me when I download videos, not youtube channels.

I think that issue might be unrelated because this happens to me when I download videos, not youtube channels.

It could be related, since I have encountered this issue personally, could you try to check it after replacing the yt-dlp.exe with the latest release from its GitHub repo please?

Hey great to know! I appreciate the response and good work

Thanks! :)

I think that issue might be unrelated because this happens to me when I download videos, not youtube channels.

It could be related, since I have encountered this issue personally, could you try to check it after replacing the yt-dlp.exe with the latest release from its GitHub repo please?

Hey it's working! Sorry I am doing a lot of things at once right now, kind of overwhelmed and distracted

I think that issue might be unrelated because this happens to me when I download videos, not youtube channels.

It could be related, since I have encountered this issue personally, could you try to check it after replacing the yt-dlp.exe with the latest release from its GitHub repo please?

Hey it's working! Sorry I am doing a lot of things at once right now, kind of overwhelmed and distracted

Hahah, it's alright, glad that it worked! Will get on it whenever I can

released new version that fixes this issue