aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2022-06-05 00:34:01 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2022-06-05 00:34:01 -0400
commit548bb979c42f87d6a7be13bd107cf7ec1d937eeb (patch)
tree6d6f089141e7abbf22becf9ff5000cc6c37d9e35 /docs
parent211bbfcd87587d827b54f083870c7bf53211f3b0 (diff)
parent25442ea49f031d4d2df3353dd7e9ad2080e332da (diff)
Update upstream source from tag 'upstream/1.22.1'
Update to upstream version '1.22.1' with Debian dir 9c0ed00e4093679e84971427214a2b6e5f55bbb6
Diffstat (limited to 'docs')
-rw-r--r--docs/gallery-dl-example.conf3
-rw-r--r--docs/gallery-dl.conf10
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/gallery-dl-example.conf b/docs/gallery-dl-example.conf
index 29b2507..89bfd0c 100644
--- a/docs/gallery-dl-example.conf
+++ b/docs/gallery-dl-example.conf
@@ -334,6 +334,9 @@
"#": "while also considering wider East-Asian characters",
"shorten": "eaw",
+ "#": "enable ANSI escape sequences on Windows",
+ "ansi": true,
+
"#": "write logging messages to a separate file",
"logfile": {
"path": "~/gallery-dl/log.txt",
diff --git a/docs/gallery-dl.conf b/docs/gallery-dl.conf
index 6e71d42..cf71949 100644
--- a/docs/gallery-dl.conf
+++ b/docs/gallery-dl.conf
@@ -113,6 +113,10 @@
{
"format": ["mp4", "webm", "mobile", "gif"]
},
+ "gofile": {
+ "api-token": null,
+ "website-token": "12345"
+ },
"hentaifoundry":
{
"include": "pictures"
@@ -191,6 +195,10 @@
"cache": true,
"port": 6414
},
+ "paheal":
+ {
+ "metadata": false
+ },
"pillowfort":
{
"external": false,
@@ -301,6 +309,7 @@
},
"weibo":
{
+ "livephoto": true,
"retweets": true,
"videos": true
},
@@ -355,6 +364,7 @@
"mode": "auto",
"progress": true,
"shorten": true,
+ "ansi": false,
"colors": {
"success": "1;32",
"skip" : "2"