youtube-dl config

Hi,
I have installed youtube-dl and it works great.
However i do not find the location of the config file. I do not fint/access the recommended .cnfig directory in home.
Where is it?
Thank you

at least from DietPi side, we don’t create a configuration file. We simply download the youtube-dl file only and store it in /usr/local/bin. That’s it.

https://github.com/ytdl-org/youtube-dl/blob/master/README.md#readme

i see. But for my interest, where is the .config directory located?

See https://github.com/ytdl-org/youtube-dl/blob/master/README.md#configuration

You also can change the config directory with the option --config-location PATH

yes there is no configuration directory specified by us. You could place the file where you like and call it with the --config-location PATH option.

thank you for the input. everything is clear now.

What exactly did you do?