1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-23 11:12:40 +01:00
gallery-dl/gallery_dl
Mike Fährmann e9ab97396f
[kemonoparty] update default filenames and archive IDs (#1514)
Add an enumeration index so that attachments and regular files with the
same filename still get downloaded and not counted as duplicate files
(even though for patreon posts they usually are)

This invalidates all previously generated archive IDs.
To keep using old names and IDs, set
'filename' to "{id}_{title}_{filename}.{extension}" and
'archive-format' to "{service}_{user}_{id}_{filename}.{extension}".
2021-06-18 16:32:45 +02:00
..
downloader [downloader:http] disable filename extension changes for ugoira 2021-04-27 01:29:09 +02:00
extractor [kemonoparty] update default filenames and archive IDs (#1514) 2021-06-18 16:32:45 +02:00
postprocessor [postprocessor:zip] run 'finalize()' regardless of 'filter' (#1460) 2021-06-07 22:15:36 +02:00
__init__.py remove Python version checks 2021-06-12 00:20:59 +02:00
__main__.py return with non-zero exit status on error 2019-10-27 23:54:18 +01:00
cache.py require an argument for --clear-cache 2021-06-12 00:15:25 +02:00
config.py support XDG_CONFIG_HOME (closes #1545) 2021-05-16 02:48:16 +02:00
exception.py add '"skip": "terminate"' option 2021-05-12 02:22:28 +02:00
job.py update post processor config capabilities 2021-06-05 14:11:16 +02:00
oauth.py write OAuth token to cache by default (#616) 2020-05-25 22:35:45 +02:00
option.py require an argument for --clear-cache 2021-06-12 00:15:25 +02:00
output.py add 'output.skip' option 2021-05-04 19:27:18 +02:00
text.py consider apparently long extensions as part of the filename 2021-05-02 21:15:50 +02:00
util.py restructure code in PathFormat constructor 2021-06-08 18:05:07 +02:00
version.py initial support for conditional filenames (#1394) 2021-06-04 16:45:32 +02:00