Skip to content

Commit

Permalink
[boosty] Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik committed Jan 3, 2025
1 parent 8c9221f commit ea65947
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gallery_dl/extractor/boosty.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,10 @@ def _process_post(self, post):

elif type == "audio_file":
files.append(self._update_url(post, block))

elif type == "file":
files.append(self._update_url(post, block))

else:
self.log.debug("%s: Unsupported data type '%s'",
post["int_id"], type)
Expand Down

0 comments on commit ea65947

Please sign in to comment.