diff options
| author | 2021-08-04 02:14:52 -0400 | |
|---|---|---|
| committer | 2021-08-04 02:14:52 -0400 | |
| commit | a32569ddaeb4c668c86145304fb0d6a258bc09bf (patch) | |
| tree | bda55e2ef201c9c21aef61d9727f409160567958 /gallery_dl/postprocessor/metadata.py | |
| parent | fa6876a938e33e0f97ea4dd43b792c56afe3e2eb (diff) | |
| parent | 873d9a628e9412a79bdc64cd962470749de3425b (diff) | |
Update upstream source from tag 'upstream/1.18.2'
Update to upstream version '1.18.2'
with Debian dir 50487e387a6ba906f7ac9d1564ba5f0d36a0e2ae
Diffstat (limited to 'gallery_dl/postprocessor/metadata.py')
| -rw-r--r-- | gallery_dl/postprocessor/metadata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gallery_dl/postprocessor/metadata.py b/gallery_dl/postprocessor/metadata.py index ef1d304..c721612 100644 --- a/gallery_dl/postprocessor/metadata.py +++ b/gallery_dl/postprocessor/metadata.py @@ -89,7 +89,7 @@ class MetadataPP(PostProcessor): ext = kwdict.get("extension") kwdict["extension"] = pathfmt.extension kwdict["extension"] = pathfmt.prefix + self._extension_fmt(kwdict) - filename = pathfmt.build_filename() + filename = pathfmt.build_filename(kwdict) kwdict["extension"] = ext return filename |
