diff options
| author | 2022-11-22 04:28:43 -0500 | |
|---|---|---|
| committer | 2022-11-22 04:28:43 -0500 | |
| commit | 2c529817db948dea14069ea9f5ccfae5598fff47 (patch) | |
| tree | ec67f818b3f6f329fdaa37cf8cf8a89d90022747 /docs/gallery-dl-example.conf | |
| parent | 5ed6cfd4bbc85cc8c4bece8e0ff30600a640e6aa (diff) | |
| parent | 7af5cc29d1c02d20a6890b7b7ba78ab41532a763 (diff) | |
Update upstream source from tag 'upstream/1.24.0'
Update to upstream version '1.24.0'
with Debian dir 44b4fff355c06e5285ef1f8a3ec428ae9cef164b
Diffstat (limited to 'docs/gallery-dl-example.conf')
| -rw-r--r-- | docs/gallery-dl-example.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/gallery-dl-example.conf b/docs/gallery-dl-example.conf index 279aeef..92509b5 100644 --- a/docs/gallery-dl-example.conf +++ b/docs/gallery-dl-example.conf @@ -210,6 +210,19 @@ "text-tweets": true }, + "ytdl": + { + "#": "enable 'ytdl' extractor", + "#": "i.e. invoke ytdl on all otherwise unsupported input URLs", + "enabled": true, + + "#": "use yt-dlp instead of youtube-dl", + "module": "yt_dlp", + + "#": "load ytdl options from config file", + "config-file": "~/yt-dlp.conf" + }, + "mastodon": { "#": "add 'tabletop.social' as recognized mastodon instance", |
