BKSalman / ytdlp-gui

a GUI for ytdlp written in Rust
GNU General Public License v3.0
222 stars 10 forks source link

Download finished but video not found (Windows 10) #13

Closed JXWw3wLD9LArcR7c closed 1 year ago

JXWw3wLD9LArcR7c commented 1 year ago

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

BKSalman commented 1 year ago

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!

JXWw3wLD9LArcR7c commented 1 year ago

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

JXWw3wLD9LArcR7c commented 1 year ago

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

BKSalman commented 1 year ago

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?

BKSalman commented 1 year ago

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

Thanks! :)

JXWw3wLD9LArcR7c commented 1 year ago

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

BKSalman commented 1 year ago

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

BKSalman commented 1 year ago

released new version that fixes this issue