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:
parent
20e12b5d7c
commit
d0b160461a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user