1
0
mirror of https://github.com/mikf/gallery-dl.git synced 2025-01-31 19:51:34 +01:00

[boosty] Fixed formatting

This commit is contained in:
Dominik 2025-01-03 08:27:11 +01:00
parent 8c9221f0a6
commit ea6594734d

View File

@ -123,10 +123,10 @@ class BoostyExtractor(Extractor):
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)