From a01c0f99fd986d81fdb10e04c00135188ba37df9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 5 Aug 2025 19:56:39 +0200 Subject: [PATCH] [options] update '-T' to match '-A' behavior (#7978) 2eb5e5205590e64813456fc0d63ec7e55794d2f2 --- gallery_dl/option.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/option.py b/gallery_dl/option.py index b5ed49be..fd664e67 100644 --- a/gallery_dl/option.py +++ b/gallery_dl/option.py @@ -673,7 +673,7 @@ def build_parser(): ) selection.add_argument( "-T", "--terminate", - dest="terminate", metavar="N", type=int, + dest="terminate", metavar="N", help=("Stop current & parent extractors " "and proceed with the next input URL " "after N consecutive file downloads were skipped"),