Skip to content

Playlist download process done completely, but no video found at destination #537

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

Open
vencel86 opened this issue Mar 16, 2025 · 3 comments

Comments

@vencel86
Copy link

vencel86 commented Mar 16, 2025

Sir, video download process done 10 video from playlist, progress bar worked well, taken time also, but after process finishes, there is no video anywhere in my computer. Please check it, Works well when I download single video.

@shaked6540
Copy link
Owner

shaked6540 commented Mar 16, 2025

Try running it as administrator, it usually solves most of these problems

@NobilityDeviant
Copy link

NobilityDeviant commented Mar 16, 2025

I just experienced this as well. Running it as admin did solve the issue, but why is there no checks beforehand?
That would be a very simple thing to do. There's also no console to see such errors which seems to be needed.
I checked my temp directory and I see every single download, but nothing went into the designated folder i assigned without admin mode.

Image

The folder is in the Desktop which holds hardly any restrictions. Admin might solve this issue, but seems absolutely unnecessary. I believe there's something wrong with the code you use to move/copy the files.

Also, why do these files re-download if they're already inside the temp folder? Is it only checking the settings save folder to see if they exist?
You can find the file size of the download beforehand, compare it to the existing file and potentially offset any bytes needed to complete that file too.

Sorry if you already do such checks. I will look through everything deeper, but on the surface it seems to be redownloading them entirely.

@vencel86
Copy link
Author

Thanks both of you, problem solved now, Run as Administrator worked. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants
@shaked6540 @vencel86 @NobilityDeviant and others