On 24/03/11 05:24PM, [email protected] wrote:
> didn't reboot, and I didn't mention but other files both from yt-dlp and
> the folder structure of torrenting are there, and yt-dlp said that video
> and other files are downloaded
Check the directory given to yt-dlp as the parameter to -o switch and the same
option in the configuration file.
According to [1], the configuration file can be in the following locations:
> ${XDG_CONFIG_HOME}/yt-dlp.conf
> ${XDG_CONFIG_HOME}/yt-dlp/config (recommended on Linux/macOS)
> ${XDG_CONFIG_HOME}/yt-dlp/config.txt
> ${APPDATA}/yt-dlp.conf
> ${APPDATA}/yt-dlp/config (recommended on Windows)
> ${APPDATA}/yt-dlp/config.txt
> ~/yt-dlp.conf
> ~/yt-dlp.conf.txt
> ~/.yt-dlp/config
> ~/.yt-dlp/config.txt
>
> If unset, ${XDG_CONFIG_HOME} defaults to ~/.config and ${XDG_CACHE_HOME} to
> ~/.cache
>
> System Configuration:
>
> /etc/yt-dlp.conf
> /etc/yt-dlp/config
> /etc/yt-dlp/config.txt
[1]: https://github.com/yt-dlp/yt-dlp/blob/master/README.md