Use this to easily download all video lectures of a paid udemy course in Windows.
Steps-
pip install youtube-dl
youtube-dl -u "[email protected]" -p "xxxxxxx" URLofYourCourse(Content Page)
For Example:youtube-dl -u "[email protected]" -p "1234pass" https://www.udemy.com/learn-ethical-hacking-from-scratch/learn/v4/content
Complete code in code.bat (Run with administrator privileges)
*Note- I was facing frequent failures, so I made a batch file and put it on repeat.
That code can be found in repeat.bat