Files
gallery-dl/gallery_dl
Mike Fährmann 7990fe84f1 support user-defined 'output.mode' settings (#2529)
work in progress

the same output as produced by "mode": "color" can be achieved with

"output": {
    "mode": {
        "start"  : "{}",
        "success": "\r\u001b[1;32m{}\u001b[0m\n",
        "skip"   : "\u001b[2m{}\u001b[0m\n",
        "progress"      : "\r{0:>7}B {1:>7}B/s ",
        "progress-total": "\r{3:>3}% {0:>7}B {1:>7}B/s "
    }
}

to make 'output.shorten' work correctly, it is necessary to manually
specify the number of extra characters:

        "start"  : [12, "Downloading {}"]
2022-05-27 15:03:54 +02:00
..
2021-10-13 04:07:41 +02:00
2022-05-08 13:28:53 +02:00
2022-01-23 18:01:05 +01:00
2022-03-01 03:09:57 +01:00
2022-05-23 18:30:26 +02:00