1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-25 04:02:32 +01:00
gallery-dl/gallery_dl/postprocessor
Mike Fährmann 4b7a24122e
[pp:ugoira] prevent BadZipFile exceptions (#6285)
reset '_convert_…' flags  on every 'prepare' event
2024-10-10 09:20:06 +02:00
..
__init__.py [pp:hash] add 'hash' post processor (#6099) 2024-08-31 17:04:44 +02:00
classify.py
common.py [archive] move DownloadArchive into its own module 2024-05-10 01:05:28 +02:00
compare.py
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
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