[blogger] emit metadata for posts without files (#2789)
This commit is contained in:
@@ -67,9 +67,6 @@ class BloggerExtractor(Extractor):
|
|||||||
key=lambda x: x["format_id"],
|
key=lambda x: x["format_id"],
|
||||||
)["play_url"])
|
)["play_url"])
|
||||||
|
|
||||||
if not files:
|
|
||||||
continue
|
|
||||||
|
|
||||||
post["author"] = post["author"]["displayName"]
|
post["author"] = post["author"]["displayName"]
|
||||||
post["replies"] = post["replies"]["totalItems"]
|
post["replies"] = post["replies"]["totalItems"]
|
||||||
post["content"] = text.remove_html(content)
|
post["content"] = text.remove_html(content)
|
||||||
|
|||||||
Reference in New Issue
Block a user