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

want to stop text about log #585

Closed jaan143 closed 3 years ago

jaan143 commented 3 years ago

hello i dont want to get course log file which is containing (udemy-dl.text) file inside course folder so did any command here to skip this file ?

r0oth3x49 commented 3 years ago

you mean udemy-dl.conf or udemy-dl.log? your question is not clear enough. btw udemy-dl.log only contains error logs and nothing else so it is safe i guess. while udemy-dl.conf is one time generation under root directory, it is used for session and is created (if not exists already) on every run, so what do you want exactly?

jaan143 commented 3 years ago

@r0oth3x49 when i download any course i got a file which name is "udemy-dl" it is text file which is outside from section folders i dont want to get this file

r0oth3x49 commented 3 years ago

hmm that's log file which is if any sort of error occurs on that course it will be logged to that file. for now we don't have any switch to disable it but i will add one to avoid logging errors.

the purpose of that file is to log errors if any so that it is easy to proceed with fixing or something.

jaan143 commented 3 years ago

ok thank you very much