diff options
| author | 2025-03-29 07:19:58 -0400 | |
|---|---|---|
| committer | 2025-03-29 07:19:58 -0400 | |
| commit | 662e5ac868a5c1a3e7bc95b37054b3a0ca4db74f (patch) | |
| tree | 537d0429926fb5eb3719aa2b384048ae79bda0b8 /gallery_dl/extractor/pinterest.py | |
| parent | 8026a3c45446030d7af524bfc487d3462c8114ef (diff) | |
New upstream version 1.29.3.upstream/1.29.3
Diffstat (limited to 'gallery_dl/extractor/pinterest.py')
| -rw-r--r-- | gallery_dl/extractor/pinterest.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gallery_dl/extractor/pinterest.py b/gallery_dl/extractor/pinterest.py index 121c7bf..1a299c1 100644 --- a/gallery_dl/extractor/pinterest.py +++ b/gallery_dl/extractor/pinterest.py @@ -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) |
