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

What's the best way to resume download #48

Open
shawn8888 opened this issue Apr 16, 2020 · 7 comments
Open

What's the best way to resume download #48

shawn8888 opened this issue Apr 16, 2020 · 7 comments

Comments

@shawn8888
Copy link

I was wondering if there is a better way to resume when the job failed in the middle.
I know I can manually input the numbers in the courselist.txt file to "set video interval". However, you will have to merge it with the failed job, and you need to locate where it failed. Is there a better solution?

Thanks!

@Taranis01
Copy link

If you copy the folder from failed to inprogress, the downloader will skip the files that exist already.

@shawn8888
Copy link
Author

Thanks for the reply.
I tried it and it was able to skip the videos that already exist, then 403 error, and my account got banned.
I guess the best way is still set video interval, because PS is so sensitive about script download now.

@zoomeni
Copy link

zoomeni commented Apr 21, 2020

I have the same problem, but the solution you've recommended doesn't work. I created a courses/_inprogress folder, but pluradl.py keeps deleting it and starts the download process from video 1

@zoomeni
Copy link

zoomeni commented Apr 21, 2020

I have the same problem, but the solution you've recommended doesn't work. I created a courses/_inprogress folder, but pluradl.py keeps deleting it and starts the download process from video 1

Fixed by manually adding video range to courselist.txt

@dahikino
Copy link

I don't understand the big deal it seems to be. I have the problem with the managment of the Failed or Cancelled Courses. I have to create by hand the folder _inprogress and copy the course folder from Failed or Cancelled folder.
The simple way to manage all this, is to check in both Cancelled and Failed folders if the file exists with the right name (the definitive name is given only at end of download).
If it exists, move it to _inprogess folder and skip the download for next file , otherwise download the file and follow the list ...

??

@zoomeni
Copy link

zoomeni commented Apr 27, 2020

_inprogress folder gets deleted every time

@Taranis01
Copy link

it doesnt (anymore) - get the latest code!

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

4 participants