[postprocessor:zip] defer zip file creation (fixes #968)

don't try to create zip files on postprocessor construction,
wait until directory creation during file download,
This commit is contained in:
Mike Fährmann
2020-08-31 21:53:18 +02:00
parent 33fe67b594
commit fd0685d9b5
4 changed files with 25 additions and 20 deletions

View File

@@ -1,5 +1,7 @@
# Changelog
## Unreleased
## 1.14.5 - 2020-08-30
### Additions
- [aryion] add username/password support ([#960](https://github.com/mikf/gallery-dl/issues/960))