summaryrefslogtreecommitdiffstats
path: root/gallery_dl/extractor/chevereto.py
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2025-05-05 01:18:58 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2025-05-05 01:18:58 -0400
commitc679cd7a13bdbf6896e53d68fe2093910bc6625a (patch)
tree6047abcc55283d7e631b7a73039865417a303428 /gallery_dl/extractor/chevereto.py
parent4a18b5837c1dd82f5964afcfc3fecc53cd97e79c (diff)
New upstream version 1.29.6.upstream/1.29.6
Diffstat (limited to 'gallery_dl/extractor/chevereto.py')
-rw-r--r--gallery_dl/extractor/chevereto.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gallery_dl/extractor/chevereto.py b/gallery_dl/extractor/chevereto.py
index 600d231..dc963c5 100644
--- a/gallery_dl/extractor/chevereto.py
+++ b/gallery_dl/extractor/chevereto.py
@@ -78,6 +78,8 @@ 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="', '"'), "%Y-%m-%d %H:%M:%S"),
"user" : extr('username: "', '"'),
}