[pinterest] ignore 'story_pin_static_sticker_block' blocks (#7251)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user