]> git.dolda2000.com Git - automanga.git/commitdiff
getmanga: Allow specifying getnames in props-file.
authorFredrik Tolf <fredrik@dolda2000.com>
Sat, 20 Jun 2020 22:10:31 +0000 (00:10 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Sat, 20 Jun 2020 22:10:31 +0000 (00:10 +0200)
getmanga

index a7200623a1f1c2f67e92242aceea2164c6364f0a..aa833590d0c65d85f0addbcf0526eb169c593d4f 100755 (executable)
--- 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)