r0oth3x49 / udemy-dl

A cross-platform python based utility to download courses from udemy for personal offline use.
MIT License
4.83k stars 1.19k forks source link

Assistance with 1080 download (Windows) #589

Closed scapman2k closed 3 years ago

scapman2k commented 3 years ago

Excuse me if this is not posted in the right place but everything aside from 1080 downloading works. I have all the required modules installed Ran pip install ffmpeg-python

I am unsure what to add to the environment variables to enable 1080p downloading

The -q 1080 switch doesn't work, downloading a course without switches will proceed at 720.

This is running on a windows 10 machine. Thank you for your assistance.

r0oth3x49 commented 3 years ago

@scapman2k -q switch with 1080 will only work if:

By Installing ffmpeg i mean you need to download the exe file for windows from ffmpeg.org. This article will help you configure ffmpeg so that udemy-dl can use it. install-ffmpeg-windows-10

Let me know if you still face issue with downloading 1080p and if this information helps you out please do close the issue.