First Install PIP in your server: # sudo curl https://bootstrap.pypa.io/get-pip.py | sudo python # cd /tmp # git clone https://github.com/nishad/udemy-dl.git Download the udemy-dl software from git, then Install udemy-dl (Udemy Course Downloader) running the below command: #pip install udemy-dl Now Download the course that you have purchased already: # udemy-dl https://www.udemy.com/COURSE_NAME For example, I have […]