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 a720062..aa83359 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)