Files
gallery-dl/gallery_dl
Mike Fährmann 4235d412c4 implement 'actions'
continuation of d37e7f48
but more versatile and extendable

Example:

"actions": [
    # change debug messages to info
    ["debug", "level ~info"],

    # change exit status to a non-zero value
    ["info:^No results for", "status |= 1"],

    # exit with status 2 on 429
    ["warning:429", "exit 2"],

    # restart extractor when no cookies found
    ["warning:^[Nn]o .*cookies", "restart"]
]
2023-03-10 22:08:10 +01:00
..
2023-03-10 22:08:10 +01:00
2021-10-13 04:07:41 +02:00
2023-02-10 17:05:20 +01:00
2023-03-10 22:08:10 +01:00
2023-03-10 22:08:10 +01:00
2023-02-10 17:05:20 +01:00
2023-02-28 23:10:23 +01:00
2023-02-22 11:09:17 +01:00
2023-03-05 19:57:23 +01:00