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

Making the configuration file optional #600

Closed Farzat07 closed 3 years ago

Farzat07 commented 3 years ago

Right now, it seems that a configuration file is created whenever the program is run. However, sometimes the configurations used are not intended to be reused. Also, it can contain sensitive information such as the password. Therefore I believe it is better if the file was made optional.

r0oth3x49 commented 3 years ago

@Farzat07 will mark it as future enhancement.