debakarr / kodekloud-downloader

Simple downloaded for https://kodekloud.com/
142 stars 44 forks source link

A fix if download stopped in middle #24

Closed hypercleric closed 7 months ago

hypercleric commented 1 year ago

yt_dlp.networking.exceptions.RequestError: SSLV3_ALERT_HANDSHAKE_FAILURE: The server may not support the current cipher list. Try using --legacy-server-connect

if this is the case just redownload that it will continue (try to download the courses one by one ) use this command

kodekloud dl -o . -c /path/to/cookie.txt

if it stops just re-download by choosing the number of the course , you can try this multiple times also dont worry it will show the part which is already downloades as already downloaded in the cli.

Hope This helps (:👍🏻

Also very thanks to debakar

debakarr commented 7 months ago

Thanks for this.