summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/gallery-dl-example.conf13
-rw-r--r--docs/gallery-dl.conf9
2 files changed, 18 insertions, 4 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",
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf
index 1fcbb3b..becf599 100644
--- a/docs/gallery-dl.conf
+++ b/docs/gallery-dl.conf
@@ -159,9 +159,8 @@
},
"instagram":
{
- "username": null,
- "password": null,
- "api": "auto",
+ "api": "rest",
+ "cookies": null,
"include": "posts",
"sleep-request": [6.0, 12.0],
"videos": true
@@ -330,7 +329,8 @@
"wallhaven":
{
"api-key": null,
- "metadata": false
+ "metadata": false,
+ "include": "uploads"
},
"weasyl":
{
@@ -381,6 +381,7 @@
"http":
{
"adjust-extensions": true,
+ "chunk-size": 32768,
"headers": null
},