1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-21 18:22:30 +01:00
gallery-dl/gallery_dl
Mike Fährmann 9b2d782cb7
[pp:classify] rewrite & simplify (#5213)
Do not manually build paths, which get later overwritten by
pathfmt.build_path() anyway. Just update the target directory and let
the rest of the "path logic" handle it.

Fixes skipping previously downloaded and categorized files,
which was broken since 8124c16a50
2024-11-19 08:05:11 +01:00
..
downloader [dl:ytdl] change 'forward-cookies' default to 'true' (#6401, #6348) 2024-10-31 17:35:08 +01:00
extractor [newgrounds] fix metadata extraction (#6463) 2024-11-18 16:21:59 +01:00
postprocessor [pp:classify] rewrite & simplify (#5213) 2024-11-19 08:05:11 +01:00
__init__.py [util] add "defaultdict" filters-environment 2024-11-14 22:47:25 +01:00
__main__.py fix symlink resolution in __main__.py 2023-09-30 17:02:57 +02:00
actions.py [actions] emit logging messages before waiting/exiting/etc 2024-07-01 01:19:25 +02:00
aes.py [aes] fix GCM pad length calculation 2024-11-03 21:25:45 +01:00
archive.py [archive] implement DownloadArchiveMemory class (#5255) 2024-05-10 01:15:44 +02:00
cache.py run tests without using 'nose' 2021-10-13 04:07:41 +02:00
config.py [config] support accumulating non-list values 2024-11-16 21:13:57 +01:00
cookies.py [cookies] try decryption with empty password as fallback 2024-11-05 08:34:24 +01:00
exception.py [exception] implement constructing HttpError from response 2024-10-11 19:57:38 +02:00
formatter.py [formatter] implement 'L' conversion 2024-09-19 13:50:52 +02:00
job.py [pp] allow inheriting settings from global 'postprocessor' entries 2024-11-16 21:16:13 +01:00
oauth.py replace '24*3600' with '86400' 2023-12-18 23:57:22 +01:00
option.py [options] fix passing negative numbers as arguments (#5262) 2024-11-11 19:07:37 +01:00
output.py [output] use ANSI colors only when stream is a TTY 2024-10-28 19:36:42 +01:00
path.py [util] implement 'compile_filter()' (#5262) 2024-11-14 22:47:36 +01:00
text.py [text] implement 'parse_query_list()' 2024-10-01 20:28:30 +02:00
update.py [workflows:executables] change dev/linux binary name to …_linux 2024-05-29 02:46:29 +02:00
util.py [tests] add workaround for compile_expression_defaultdict in pypy3 2024-11-16 19:35:28 +01:00
version.py [mangadex] apply 'lang' only to chapter results (#6372) 2024-10-27 07:55:14 +01:00
ytdl.py [ytdl] fix AttributeError caused by 'decodeOption()' removal 2024-11-18 16:22:08 +01:00