[tenor] rename 'content_description' to just 'description'

This commit is contained in:
Mike Fährmann
2025-03-08 10:05:49 +01:00
parent 486e307ecd
commit 52aa5bad4f
2 changed files with 2 additions and 1 deletions

View File

@@ -44,6 +44,7 @@ class TenorExtractor(Extractor):
url = fmt["url"]
gif["width"], gif["height"] = fmt["dims"]
gif["title"] = gif["h1_title"][:-4]
gif["description"] = gif.pop("content_description", "")
gif["date"] = text.parse_timestamp(gif["created"])
if meta:
gif.update(meta)