actually my command is working fine but its not downloading start from spesific lecture
still i am getting this error
i want to skip lecture's 52 asset which i giving me error to download so i want to start downloading from lecture 53 and i am using these commands and all commands are start downloading from first lecture
D:\Downloads\dlmster\uddl.py -o 'D:\contents\New folder' -u *@y.com -p ** --skip-sub --lecture-start 053 --lecture-end 088 https://www.udemy.com/growthhacking/
here i used other command also
D:\Downloads\dlmster\uddl.py -o 'D:\contents\New folder' -u *y.com -p * --skip-sub -c 06 -l 053 --lecture-end 088 https://www.udemy.com/growthhacking/
i just need to clarify that which command i need to use to start lecture from 53
@r0oth3x49 if you cannot help then why to open this project just close it and take bed rest
first read github rules
@jaan143 brother if you are not comfortable with using this utility you can go for any one else did i bound you to use this. BTW a big screen shot was mention in the previous issue now i cannot spoon feed you with your errors.
@r0oth3x49 i used old udemy-dl nishad's project and i know little bit about python thats
he closed this project thats why i am using this one i just want to clear which command i need to use for downloading start from lecture 053 and you didnt help
i read all usage and i tried one by one but its start downloading from first lecture
@r0oth3x49 how much time it will take you to give example ? less than 30 seconds
@jaan143 okay try the below steps.
1 - python udemy-dl.py -u USER -p PASS COURSE_URL -c CHAPTER_NUMBER --info
2 - python udemy-dl.py -u USER -p PASS COURSE_URL -c CHAPTER_NUMBER --lecture-start LECTURE_NUMBER --lecture-end LECTURE_NUMBER
example.
python udemy-dl.py -u USER -p PASS COURSE_URL -c 5 --lecture-start 3 --lecture-end 5
this will download lectures from that particular chapter starting from 3 to 5 but the chapter should have 5 lectures.
3 - python udemy-dl.py -u USER -p PASS COURSE_URL --chapter-start 6
if this does not work for you let me know.
bro sorry if i take your time
its important to add lecture end option also ?
if i just use only lecture start option and it will not finish auto on lecture end ?
@jaan143 sorry for late response, no its not necessary.
you can simply provide starting point but it should be for chapter and should be numeric no leading zeros.
example. in your case.
python udemy-dl.py COURSE_URL -c 6 --lecture-start 2
again it will only download chapter number 6 starting from lecture 2.
does this worked for you?
@r0oth3x49 bro if i use this command then my python didnt read your project because your project didnt install in python site packages
python udemy-dl.py COURSE_URL
so i am giving your folder path in python then it is reading your project
what i need to do to use this command
python udemy-dl.py COURSE_URL
@jaan143 lets start from scratch. (this utility cannot be installed using pip command)
i hope the above steps clears the criteria to use this utility and brother i gotta go now.
@r0oth3x49 bro these are done
download/clone again from here on github (remember this repository cannot be installed via pip)
pip install -r requirements.txt
but how to change root directly
change to the root directly where udemy-dl.py is.
@jaan143 brother use cd command on terminal/cmd.
example.
cd udemy-dl
search on google how to run python script using command line.
@r0oth3x49 thank you very much for help
my lecture's problem is solved
actually i put whole lecture number but i need to put chapter's lecture number
thats the point where i was wrong
next script directory i will try to fix and will update you
thank you so much for the help bro
@jaan143 here is more better explaination of using via cmd by @tofanelli bro.
@r0oth3x49 bro after downloading my spesific lecture i use this command to download next
python udemy-dl.py COURSE_URL --chapter-start 7
but its download only chapter 7 not all rest chapters and i want to download all rest chapters
@r0oth3x49 bro this command is not working
---chapter-start 5 --chapter-end 11 https://www.udemy.com/new-manager-training/
i want to download chapter 5 to chapter 11
for this what is exactly command ?