Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 566 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 566 Bytes

udemy-download-hack

Use this to easily download all video lectures of a paid udemy course in Windows.

Run

Steps-

  1. pip install youtube-dl
  2. 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