1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2024-11-22 18:53:21 +01:00

terrible workaround for errors with 'http-metadata' (#3334)

This commit is contained in:
Mike Fährmann 2022-12-04 19:36:21 +01:00
parent 20e12b5d7c
commit d0b160461a
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

View File

@ -219,7 +219,7 @@ class PathFormat():
self.path = self.path[:-1]
self.temppath = self.realpath = self.realpath[:-1]
elif not self.temppath:
self.build_path()
self.path = self.directory + "?"
return True
def build_filename(self, kwdict):