Skip to content

Commit

Permalink
terrible workaround for errors with 'http-metadata' (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikf committed Dec 4, 2022
1 parent 20e12b5 commit d0b1604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gallery_dl/path.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def fix_extension(self, _=None):
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):
Expand Down

0 comments on commit d0b1604

Please sign in to comment.