mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-21 18:22:30 +01:00
[boosty] support audio files (#2387)
This commit is contained in:
parent
57c30fdc5b
commit
3fa639fc2d
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user