[boosty] Added post attachment download

This commit is contained in:
Dominik
2025-01-03 08:18:57 +01:00
parent 5767c0854c
commit 8c9221f0a6

View File

@@ -123,7 +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)