Files
gallery-dl/gallery_dl
Mike Fährmann dd67e24aa9 [lolisafe] include file ID in filenames
More precisely, it now splits the full 'filename' into 'name' and 'id'
instead of overwriting 'filename'. The format string stays the same as
before. Use '{name}.{extension}' to restore the old behavior.

before:
- filename: foobar
- id      : 12345

now:
- filename: foobar-12345
- name    : foobar
- id      : 12345
2021-12-25 17:16:45 +01:00
..
2021-10-13 04:07:41 +02:00
2021-05-12 02:22:28 +02:00
2021-12-19 04:52:00 +01:00