From 049a9575c4e5a185c5938ad3a5c948cf844c52fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 11 Dec 2018 21:56:12 +0100 Subject: [PATCH] [tumblr] fix inline extraction #2 Using only the "comment" field isn't enough ... [ci skip] --- gallery_dl/extractor/tumblr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gallery_dl/extractor/tumblr.py b/gallery_dl/extractor/tumblr.py index 4c62fa3a..d3e967a3 100644 --- a/gallery_dl/extractor/tumblr.py +++ b/gallery_dl/extractor/tumblr.py @@ -107,7 +107,7 @@ class TumblrExtractor(Extractor): if self.inline and "reblog" in post: # inline media # only "chat" posts are missing a "reblog" key in their # API response, but they can't contain images/videos anyway - body = post["reblog"]["comment"] + body = post["reblog"]["comment"] + post["reblog"]["tree_html"] for url in re.findall('