Skip to content

Commit 4427d30

Browse files
authored
Merge pull request #68 from auouymous/read-ytdlp-config
Document youtube-dl config file loading.
2 parents 3398eae + 2ac9df4 commit 4427d30

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/extensions/youtubedl.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,17 @@ and the `manage_downloads` setting is listed as "Download all supported episodes
6767

6868
youtube-dl extension will use the proxy set in [gPodder proxy settings](../user-manual.md#using-a-http-or-socks-proxy-server).
6969

70+
## Read settings from youtube-dl or yt-dlp config file
71+
72+
gPodder 3.11.6 can load settings from the same config file used by the command line tool, and other tools such as mpv.
73+
The file can be found at `${XDG_CONFIG_HOME}/yt-dlp/config` on Linux/macOS, and `${APPDATA}/yt-dlp/config` on Windows.
74+
A list of more config file locations are available at https://github.com/yt-dlp/yt-dlp#configuration.
75+
76+
The extension's preferences page has a checkbox that must be enabled to load the config file.
77+
Please uncheck it to verify extension related errors are not caused by settings in your config file.
78+
79+
Some settings are overridden by gPodder, such as `-f` and `--format`.
80+
7081
Links:
7182

7283
- [Extension Source](https://github.com/gpodder/gpodder/blob/master/share/gpodder/extensions/youtube-dl.py)

0 commit comments

Comments
 (0)