r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.83k stars 1.19k forks source link

Stop downloading #605

Closed AnthonyIp closed 3 years ago

AnthonyIp commented 3 years ago

Tried to download the course with this cmd:

python udemy-dl.py -u https://www.udemy.com/course/complete-ethical-hacking-bootcamp-zero-to-mastery/ -q 1080 -k cookie.txt --sub-lang en

But the download stuck at chapter 83....

There is no error log...

r0oth3x49 commented 3 years ago

@AnthonyIp did you tried using --chapter-start switch to start download from chapter 83?

AnthonyIp commented 3 years ago

My bad it was lecture 83 and I tried to start it from there but it restarts to lecture 1. image

r0oth3x49 commented 3 years ago

the indexing is different for lectures in udemy-dl. it always starts from one for a chapter. so the command should be --chapter-start 11 --lecture-start 1 --skip-hls or just --chapter-start 11 --skip-hls

AnthonyIp commented 3 years ago

@r0oth3x49 what does --skip-hls do ?

it skips a big part of the chapter