diff options
Diffstat (limited to 'gallery_dl/extractor/hentaihand.py')
| -rw-r--r-- | gallery_dl/extractor/hentaihand.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gallery_dl/extractor/hentaihand.py b/gallery_dl/extractor/hentaihand.py index f4f9d86..2ca462e 100644 --- a/gallery_dl/extractor/hentaihand.py +++ b/gallery_dl/extractor/hentaihand.py @@ -35,8 +35,7 @@ class HentaihandGalleryExtractor(GalleryExtractor): "language" : info["language"]["name"], "lang" : util.language_to_code(info["language"]["name"]), "tags" : [t["slug"] for t in info["tags"]], - "date" : text.parse_datetime( - info["uploaded_at"], "%Y-%m-%d"), + "date" : self.parse_datetime_iso(info["uploaded_at"]), } for key in ("artists", "authors", "groups", "characters", "relationships", "parodies"): |
