[boosty] extend image URLs with 'signedQuery' (#2387)

This commit is contained in:
Mike Fährmann
2024-10-03 20:09:22 +02:00
parent 8548fc3a70
commit 5b968a0a7c
2 changed files with 50 additions and 0 deletions

View File

@@ -81,6 +81,8 @@ class BoostyExtractor(Extractor):
content.append(c[0])
elif type == "image":
if post["signedQuery"]:
block["url"] += post["signedQuery"]
files.append(block)
elif type == "ok_video":