X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=getmanga;h=aa833590d0c65d85f0addbcf0526eb169c593d4f;hb=1e88082799e9103bd475197d0f30bc2d23783b55;hp=a7200623a1f1c2f67e92242aceea2164c6364f0a;hpb=d20b18a79abfba21d5e34cd13e5c370ed7f9c79c;p=automanga.git 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)