Browse Source

images now also respect --nf

pull/3/head
rra 5 years ago
parent
commit
28f8793613
  1. 3
      distribusi/distribusi.py

3
distribusi/distribusi.py

@ -105,8 +105,11 @@ def distribusify(args, directory): # noqa
caption = name caption = name
if args.thumbnail: if args.thumbnail:
a = thumbnail(full_path, name, args) a = thumbnail(full_path, name, args)
if args.no_filenames:
caption = ""
if args.captions: if args.captions:
caption = caption(full_path) caption = caption(full_path)
a = FILE_TYPES[type_].format(name, caption) a = FILE_TYPES[type_].format(name, caption)
if subtype in SUB_TYPES: if subtype in SUB_TYPES:

Loading…
Cancel
Save