r0oth3x49 / acloud-dl

A cross-platform python based utility to download courses from acloud.guru for personal offline use.
MIT License
350 stars 141 forks source link

How to download using range? #84

Closed mabayhan closed 2 years ago

mabayhan commented 2 years ago

I did not get how to download using range option.

I want to download 6,7 and 10 but none of these worked. 6,7,10 6 7 10

If you could tell me how or add more explanation to README, it would be awesome.

r0oth3x49 commented 2 years ago

let say you want to download course from index 6 onward then the input will be ==> 6+, currently this is the only behavior which is supported, later on i will implement proper switches or may be some other way.