1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 02:32:33 +01:00
gallery-dl/gallery_dl/postprocessor
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
..
__init__.py [pp:hash] add 'hash' post processor (#6099) 2024-08-31 17:04:44 +02:00
classify.py [pp:classify] rewrite & simplify (#5213) 2024-11-19 08:05:11 +01:00
common.py [archive] move DownloadArchive into its own module 2024-05-10 01:05:28 +02:00
compare.py 'sys.exit' -> 'SystemExit' 2023-08-21 23:46:39 +02:00
exec.py restore LD_LIBRARY_PATH for PyInstaller builds (#5421) 2024-04-06 16:58:33 +02:00
hash.py [pp:hash] add 'hash' post processor (#6099) 2024-08-31 17:04:44 +02:00
metadata.py [pp:metadata] fix using '..' in directories on Windows (#5942, #6094) 2024-08-27 14:38:40 +02:00
mtime.py [pp:mtime] do not overwrite '_mtime' for None values (#5439) 2024-04-07 02:33:19 +02:00
python.py add return value to 'PostProcessor._init_archive()' 2023-07-24 14:32:25 +02:00
rename.py [pp:rename] recheck if file exists only when necessary 2024-09-05 17:42:29 +02:00
ugoira.py [pp:ugoira] prevent BadZipFile exceptions (#6285) 2024-10-10 09:20:06 +02:00
zip.py [postprocessor] update 'finalize' events 2023-08-10 19:46:37 +02:00