[boosty] support audio files (#2387)
This commit is contained in:
@@ -115,6 +115,11 @@ class BoostyExtractor(Extractor):
|
|||||||
links.append(url)
|
links.append(url)
|
||||||
content.append(url)
|
content.append(url)
|
||||||
|
|
||||||
|
elif type == "audio_file":
|
||||||
|
if post["signedQuery"]:
|
||||||
|
block["url"] += post["signedQuery"]
|
||||||
|
files.append(block)
|
||||||
|
|
||||||
else:
|
else:
|
||||||
self.log.debug("%s: Unsupported data type '%s'",
|
self.log.debug("%s: Unsupported data type '%s'",
|
||||||
post["int_id"], type)
|
post["int_id"], type)
|
||||||
|
|||||||
Reference in New Issue
Block a user