From: Fredrik Tolf Date: Sat, 20 Jun 2020 22:10:31 +0000 (+0200) Subject: getmanga: Allow specifying getnames in props-file. X-Git-Url: http://dolda2000.com/gitweb/?p=automanga.git;a=commitdiff_plain;h=1e88082799e9103bd475197d0f30bc2d23783b55 getmanga: Allow specifying getnames in props-file. --- diff --git a/getmanga b/getmanga index a720062..aa83359 100755 --- a/getmanga +++ b/getmanga @@ -198,6 +198,9 @@ def main(): else: profile = manga.profile.profile.byname(profnm) + if props.get("getnames", "") == "yes": + getnames = True + if len(args) == 2: usage(sys.stderr) sys.exit(1)