[blogger] emit metadata for posts without files (#2789)

This commit is contained in:
Mike Fährmann
2022-07-29 13:38:39 +02:00
parent 98af5a0409
commit 5038893cdd

View File

@@ -67,9 +67,6 @@ class BloggerExtractor(Extractor):
key=lambda x: x["format_id"],
)["play_url"])
if not files:
continue
post["author"] = post["author"]["displayName"]
post["replies"] = post["replies"]["totalItems"]
post["content"] = text.remove_html(content)