From 1bffc216cebdc1ac825f9a02472b60a8dc055b3e Mon Sep 17 00:00:00 2001 From: Vincent A Date: Mon, 26 Apr 2021 14:03:46 +0200 Subject: [PATCH] [tumblr] add image.id for "regular" posts --- modules/tumblr/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/tumblr/browser.py b/modules/tumblr/browser.py index b9fe1727e5..2bc832884f 100644 --- a/modules/tumblr/browser.py +++ b/modules/tumblr/browser.py @@ -101,6 +101,7 @@ def _images_from_post(self, post, index, gallery): if not match: return img = BaseImage( + id=post["id"], index=index, gallery=gallery, url=match.group(1), -- GitLab