[chevereto] extract 'date' metadata (#7437)

This commit is contained in:
Mike Fährmann
2025-04-27 20:53:06 +02:00
parent 19fc4e0ba4
commit 7386cb78bc
3 changed files with 4 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ class CheveretoImageExtractor(CheveretoExtractor):
"id" : self.path.rpartition(".")[2],
"url" : url,
"album": text.extr(extr("Added to <a", "/a>"), ">", "<"),
"date" : text.parse_datetime(extr('<span title="', '"')),
"user" : extr('username: "', '"'),
}