diff --git a/gallery_dl/extractor/boosty.py b/gallery_dl/extractor/boosty.py index 6ecfb922..43fad27e 100644 --- a/gallery_dl/extractor/boosty.py +++ b/gallery_dl/extractor/boosty.py @@ -115,6 +115,11 @@ class BoostyExtractor(Extractor): links.append(url) content.append(url) + elif type == "audio_file": + if post["signedQuery"]: + block["url"] += post["signedQuery"] + files.append(block) + else: self.log.debug("%s: Unsupported data type '%s'", post["int_id"], type)