[pinterest] ignore 'story_pin_static_sticker_block' blocks (#7251)

This commit is contained in:
Mike Fährmann
2025-03-28 20:16:16 +01:00
parent e0211bdaa5
commit c4d08b24e9
2 changed files with 10 additions and 0 deletions

View File

@@ -132,6 +132,9 @@ class PinterestExtractor(Extractor):
"extension": "txt",
"media_id": block.get("id")}
elif type == "story_pin_static_sticker_block":
continue
else:
self.log.warning("%s: Unsupported story block '%s'",
pin.get("id"), type)