debakarr / kodekloud-downloader

Simple downloaded for https://kodekloud.com/
103 stars 34 forks source link

It seems to download the same 1st video fo the course over and over again #3

Closed Hikandy closed 1 year ago

Hikandy commented 1 year ago

When I try to download any course (FREE or PREMIUM), it just downloads the same video over and over again ever though it renames it as if they all are correctly downloaded, I have provided all the cookies correctly image

debakarr commented 1 year ago

Fixed it in 0.0.5. The way to supply cookie has been updated. Also if you don't have purchased the course it will download the same video for all the lessons.

Hikandy commented 1 year ago

I am using 0.0.5 and provided the cookies, the course in that pic is actually free, its not a paid course and yet i could only download the same videos image

debakarr commented 1 year ago

try downloading new cookie.

I tried from my end: kodekloud dl -o . -c cookie.txt -> selected 14.

This is the output: You can see file size are different in my case: image

You can also try enrolling in the course and then try downloading it. There is also a colab book link in readme which can be used.

Tisona commented 1 year ago

I confirm that download without enrolling the course leads to weird results: same intro video been saved under different names. After enrolling everything works smooth.

Hikandy commented 1 year ago

True, getting a new set of cookies after enrolling into the course fixes the issue